greeners-core
Foundational data structures, utilities and numerical building blocks for the Greeners econometrics workspace.
Scope
- Data structures:
DataFrame,Column,DataType,Formula. - Linear algebra helpers:
LinalgInverse,LinalgSVD,LinalgQR, etc. - Statistical utilities:
Stats,DescrStatsW,MultipleTests,ProportionTests,Bootstrap. - Distributions:
chi2_pvalue,t_pvalue_two,norm_pdf, etc. - Multivariate methods:
PCA,MANOVA,FactorAnalysis,CanCorr. - Non-parametric tools:
KDEUnivariate,KernelReg,Lowess. - I/O and predicates:
Datasets,RowPredicate. - Common error type:
GreenersError.
Usage
[]
= "2.0"
use ;
let df = from_columns.unwrap;
let formula = parse.unwrap;
let stats = new;
Design notes
- Items with unique names within the crate are re-exported at the crate root.
- Items whose names appear in more than one module remain namespaced under
greeners_core::<module>. - This crate is the foundation of the workspace: all other Greeners crates depend on it.