la
LinearAnalysis object, which is the base class for other pyemu analysis objects (Schur, ErrVar, MonteCarlo, and EnsembleSmoother). This class is usually not used directly.
LinearAnalysis
Bases: object
The base/parent class for linear analysis.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
jco
|
varies
|
something that can be cast or loaded into a |
None
|
pst
|
varies
|
something that can be cast into a |
None
|
parcov
|
varies
|
prior parameter covariance matrix. If |
None
|
obscov
|
varies
|
observation noise covariance matrix. If |
None
|
forecasts
|
varies
|
forecast sensitivity vectors. If |
None
|
ref_var
|
float
|
reference variance. Default is 1.0 |
1.0
|
verbose
|
`bool`
|
controls screen output. If |
False
|
sigma_range
|
`float`
|
defines range of upper bound - lower bound in terms of standard deviation (sigma). For example, if sigma_range = 4, the bounds represent 4 * sigma. Default is 4.0, representing approximately 95% confidence of implied normal distribution. This arg is only used if constructing parcov from parameter bounds. |
4.0
|
scale_offset
|
`bool`
|
flag to apply parameter scale and offset to parameter bounds when calculating prior parameter covariance matrix from bounds. This arg is onlyused if constructing parcov from parameter bounds.Default is True. |
True
|
Note:
Can be used directly, but for prior uncertainty analyses only.
The derived types (`pyemu.Schur`, `pyemu.ErrVar`) are for different
forms of FOMS-based posterior uncertainty analyses.
This class tries hard to not load items until they are needed; all arguments are optional.
The class makes heavy use of property decorator to encapsulated private attributes
Example::
#assumes "my.pst" exists
la = pyemu.LinearAnalysis(jco="my.jco",forecasts=["fore1","fore2"])
print(la.prior_forecast)
adj_par_names
property
adjustable parameter names
Returns:
| Type | Description |
|---|---|
|
['str`]: list of adjustable parameter names |
Note
if LinearAnalysis.pst is None, returns LinearAnalysis.jco.col_names
fehalf
property
Karhunen-Loeve scaling matrix attribute.
Returns:
| Type | Description |
|---|---|
|
|
|
|
parameter covariance matrix |
forecast_names
property
get the forecast (aka prediction) names
Returns:
| Type | Description |
|---|---|
[`str`]
|
list of forecast names |
forecasts
property
the forecast sentivity vectors attribute
Returns:
| Type | Description |
|---|---|
|
|
forecasts_iter
property
forecast (e.g. prediction) sensitivity vectors iterator
Returns:
| Type | Description |
|---|---|
|
|
Note
This is used for processing huge numbers of predictions
This is a synonym for LinearAnalysis.predictions_iter()
jco
property
the jacobian matrix attribute
Returns:
| Type | Description |
|---|---|
|
|
mle_covariance
property
maximum likelihood parameter covariance matrix.
Returns:
| Type | Description |
|---|---|
|
|
mle_parameter_estimate
property
maximum likelihood parameter estimate.
Returns:
| Type | Description |
|---|---|
|
|
nnz_obs_names
property
non-zero-weighted observation names
Returns:
| Type | Description |
|---|---|
|
['str`]: list of non-zero-weighted observation names |
Note
if LinearAnalysis.pst is None, returns LinearAnalysis.jco.row_names
obscov
property
get the observation noise covariance matrix attribute
Returns:
| Type | Description |
|---|---|
|
|
parcov
property
get the prior parameter covariance matrix attribute
Returns:
| Type | Description |
|---|---|
|
|
predictions
property
the prediction (aka forecast) sentivity vectors attribute
Returns:
| Type | Description |
|---|---|
|
|
predictions_iter
property
prediction sensitivity vectors iterator
Returns:
| Type | Description |
|---|---|
|
|
Note
this is used for processing huge numbers of predictions
prior_forecast
property
prior forecast (e.g. prediction) variances
Returns:
| Type | Description |
|---|---|
|
|
prior_parameter
property
prior parameter covariance matrix
Returns:
| Type | Description |
|---|---|
|
|
prior_prediction
property
prior prediction (e.g. forecast) variances
Returns:
| Type | Description |
|---|---|
|
|
pst
property
the pst attribute
Returns:
| Type | Description |
|---|---|
|
|
qhalf
property
square root of the cofactor matrix attribute. Create the attribute if it has not yet been created
Returns:
| Type | Description |
|---|---|
|
|
qhalfx
property
half normal matrix attribute.
Returns:
| Type | Description |
|---|---|
|
|
xtqx
property
normal matrix attribute.
Returns:
| Type | Description |
|---|---|
|
|
__fromfile(filename, astype=None)
a private method to deduce and load a filename into a matrix object. Uses extension: 'jco' or 'jcb': binary, 'mat','vec' or 'cov': ASCII, 'unc': pest uncertainty file.
__load_jco()
private method to set the jco attribute from a file or a matrix object
__load_obscov()
private method to set the obscov attribute from: a pest control file (observation weights) a pst object a matrix object an uncert file an ascii matrix file
__load_parcov()
private method to set the parcov attribute from: a pest control file (parameter bounds) a pst object a matrix object an uncert file an ascii matrix file
__load_predictions()
private method set the predictions attribute from
mixed list of row names, matrix files and ndarrays a single row name an ascii file
can be none if only interested in parameters.
__load_pst()
private method set the pst attribute
adjust_obscov_resfile(resfile=None)
reset the elements of obscov by scaling the implied weights based on the phi components in res_file so that the total phi is equal to the number of non-zero weights.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
resfile
|
`str`
|
residual file to use. If None, residual file with case name is sought. default is None |
None
|
Note
calls pyemu.Pst.adjust_weights_resfile()
apply_karhunen_loeve_scaling()
apply karhuene-loeve scaling to the jacobian matrix.
Note:
This scaling is not necessary for analyses using Schur's
complement, but can be very important for error variance
analyses. This operation effectively transfers prior knowledge
specified in the parcov to the jacobian and reset parcov to the
identity matrix.
clean()
drop regularization and prior information observation from the jco
drop_prior_information()
drop the prior information from the jco and pst attributes
get(par_names=None, obs_names=None, astype=None)
method to get a new LinearAnalysis class using a subset of parameters and/or observations
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
par_names
|
[`'str`]
|
par names for new object |
None
|
obs_names
|
[`'str`]
|
obs names for new object |
None
|
astype
|
`pyemu.Schur` or `pyemu.ErrVar`
|
type to cast the new object. If None, return type is same as self |
None
|
Returns:
| Type | Description |
|---|---|
|
|
get_cso_dataframe()
get a dataframe of composite observation sensitivity, as returned by PEST in the seo file.
Returns:
| Type | Description |
|---|---|
|
|
|
|
sensitivity |
Note
That this formulation deviates slightly from the PEST documentation in that the values are divided by (npar-1) rather than by (npar).
The equation is cso_j = ((Q^1/2JJ^T*Q^1/2)^1/2)_jj/(NPAR-1)
get_obs_competition_dataframe()
get the observation competition stat a la PEST utility
Returns:
| Type | Description |
|---|---|
|
|
|
|
observation names with values equal to the PEST |
|
|
competition statistic |
get_par_css_dataframe()
get a dataframe of composite scaled sensitivities. Includes both PEST-style and Hill-style.
Returns:
| Type | Description |
|---|---|
|
|
|
|
Hill-style composite scaled sensitivity |
reset_obscov(arg=None)
reset the obscov attribute to None
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
arg
|
`str` or `pyemu.Matrix`
|
the value to assign to the obscov attribute. If None, the private __obscov attribute is cleared but not reset |
None
|
reset_parcov(arg=None)
reset the parcov attribute to None
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
arg
|
`str` or `pyemu.Matrix`
|
the value to assign to the parcov attribute. If None, the private __parcov attribute is cleared but not reset |
None
|
reset_pst(arg)
reset the LinearAnalysis.pst attribute
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
arg
|
`str` or `pyemu.Pst`
|
the value to assign to the pst attribute |
required |