Gnostic Distribution Functions¶
Gnostic Distribution Functions (GDF) are a new class of probability and density estimators designed for robust, flexible, and assumption-free data analysis. Unlike traditional statistical distributions, GDFs do not require any prior assumptions about the underlying data distribution. Instead, they allow the data to "speak for themselves," making them especially powerful for small, noisy, or uncertain datasets.
More information available here.
EGDF - Estimating Global Distribution Function¶
The EGDF provides a robust global estimate of the distribution function for your data.
Estimating Global Distribution Function
ELDF - Estimating Local Distribution Function¶
The ELDF focuses on local properties of the data distribution, providing detailed insight into local data behavior.
Estimating Local Distribution Function
QGDF - Quantifying Global Distribution Function¶
QGDF quantifies global distribution characteristics, useful for uncertainty quantification and diagnostics.
Quantifying Global Distribution Function
QLDF - Quantifying Local Distribution Function¶
QLDF quantifies local distribution characteristics, providing fine-grained uncertainty and fidelity measures.
Quantifying Local Distribution Function
Tips¶
- All GDF classes (
EGDF
,ELDF
,QGDF
,QLDF
) follow a similar API: create an object, fit your data, plot results, and inspect parameters. - Use the
bounds=True
option in.plot()
to visualize uncertainty bounds. - For more advanced usage and parameter tuning, see the API Reference.
Next: Explore more tutorials and real-world examples in the Examples section!