API documentation#
This reference manual provides detailed information about the functions, modules, and objects included in pyobsmod. It describes their purpose, functionality, and how they can be used.
pyobsmod#
Dataset object. |
|
Load |
pyobsmod.Dataset#
Utility methods for quick reading and writing of data
Save this class as a pickle file. |
The methods encapsulated within a Dataset object facilitate the computation of statistical data.
Bias. |
|
Perform linear regression (y=ax+b). |
|
Normalize root mean squared error. |
|
Correlation coefficient. |
|
Coefficient of determination. |
|
Compute a list of statistics parameters. |
|
Compute the bias, rmse, nrmse, and r2. |
The methods encapsulated within a Dataset object facilitate the visualization of the data.
Scatter plot of observed data against modelled data. |
|
Scatter plot sns observed data against modelled data. |
|
Scatter plot sns observed data against modelled data. |
|
Textbox plot summarizing specified statistics. |
|
Time series plot of observed data against modelled data. |
pyobsmod.plots#
Functions that facilitate the visualization of scatter data.
Scatter plot of observed data against modelled data. |
|
Scatter plot sns observed data against modelled data. |
|
Scatter plot sns of observed data against modelled data. |
|
Time series plot of observed data against modelled data. |