spde.proportions {RGeostats} | R Documentation |
Estimation of proportions
spde.proportions(db, dbout, seismic = NA, mesh, model, nostat = NA, rank.data.facies, rank.seis.prop, rank.seis.dval, splits = NA, props = NA, flag.precond = TRUE, verbose = FALSE, maxiter = 20, eps = 5e-04, cgmaxiter = 100, cgeps = 1e-06, chebncmax = 10001, chebtol = 0.005)
db |
The |
dbout |
The |
seismic |
The |
mesh |
A |
model |
The |
nostat |
List of non-stationary parameters.
For details see |
rank.data.facies |
The rank of the variable which corresponds to the Facies |
rank.seis.prop |
The rank of the variable corresponding to the Proportion |
rank.seis.dval |
The rank of the variable corresponding to the Seismic variance |
splits |
Array describing how the facies are subdivided by dichotomy |
props |
Array giving the global proportions for the different facies. If not provided, these values elaborated from the data. |
flag.precond |
When TRUE, the pre-conditionner is called |
verbose |
Verbose option. |
maxiter |
Maximum number of iterations of the minimization function |
eps |
Tolerance of the minimization function |
cgmaxiter |
Maximum number of iterations of the internal Conjugate Gradient algorithm |
cgeps |
Tolerance of the internal Conjugate Gradient algorithm. |
chebncmax |
Maximum number of Chebychev polynomials. |
chebtol |
Tolerance used for determining the number of usefull Chebychev polynomials. |
The db-class
, corresponding to the argument 'dbout', and which contains the resulting proportions.