ef3m
Subject
Section titled “Subject”Sampling, Validation and ML Diagnostics
Why This Module Exists
Section titled “Why This Module Exists”Provides robust parameter estimation for bimodal return mixtures when full MLE is heavy.
Mathematical Foundations
Section titled “Mathematical Foundations”Raw Moment
Section titled “Raw Moment”
Mixture Mean
Section titled “Mixture Mean”
Usage Examples
Section titled “Usage Examples”Estimate moments
Section titled “Estimate moments”use openquant::ef3m::centered_moment;
let moments = vec![0.0, 1.0, 0.1, 3.0];let m3 = centered_moment(&moments, 3);API Reference
Section titled “API Reference”Rust API
Section titled “Rust API”M2Ncentered_momentraw_momentmost_likely_parameters
Implementation Notes
Section titled “Implementation Notes”- Use as initialization for more expensive optimizers.
- Sensitive to higher-moment estimation noise.