chump.operations.stat
stat
is a command used to calculate the statistics of simulation error for each site/well for the stat
objects defined in the configuration file.
Example:
>>> chump.exe stat example.toml
data: dict
data
or keys starting with 'data' (e.g. data1, data2 .. or data_new) set the data object.
Example:
>>> data = {tseries='simhead'}
>>> data = {pstres='head', tseries='head1'}
>>> data1 = {pstres='head'}
>>> data2 = {tseries='head1'}
xcol: str
xcol
is name of the column that used to subtract from simulated values. Default is 'Observed'.
Example:
>>> xcol = 'obs'
Inherited Members
- chump.objects.mobject2d.mobject2d
- idcol
- a_scale
- a_offset
- minlayer
- maxlayer
- lfunc
- mintime
- maxtime
- tfunc
- transpose
- limits
- abslimits
- countlimit
- rename
- replace
- filter
- writedata
- exclude
- plotarg_exclude
- drop
- fillna
- resample
- rolling
- subtract
- add
- mul
- div
- concat
- calculate
- dfopts
- to_csv
- extfunc
- writefunc
- second_y