Top level API (thermoextrap
)#
Classes/routines to deal with thermodynamic extrapolation.
Data Models#
These classes/routines are made available at the top level by importing from thermoextrap.data
|
Data class using |
|
Data object based on central co-moments array. |
|
Class to hold uv/xv data. |
|
Data class using values and central moments. |
|
Factory function to produce a DataValues object. |
General extrapolation and interpolation models#
These classes/routines are made available at the top level by importing from thermoextrap.models
|
Apply taylor series extrapolation. |
|
Weighted extrapolation model. |
|
Interpolation model. |
|
Apposed to the multiple model InterpModel, perform a piecewise interpolation. |
|
Sadly, this doesn't work as beautifully. |
|
Perturbation model. |
|
Sequence of models. |
|
Class to wrap functions calculating derivatives to specified order. |