Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Geostatistics

Code containing various geostatistical tools that are useful for PET.

Installation

Clone repository and install with pip:

pip install -e .

Examples

from geostat.decomp import Cholesky
import numpy as np

stat = Cholesky()
nx = 3
mean = np.array([1., 2., 3.])
var = np.array([10., 20., 30.])
ne = 2
cov = stat.gen_cov2d(x_size=nx, y_size=1, variance=var,
                                  var_range=1., aspect=1., angle=0., var_type='sph')
sample = stat.gen_real(mean, cov, ne)

About

Code containing various geostatistical tools that are useful for PET.

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages