use-factor
Primitive quantitative factor vocabulary for RustUse.
use-factor stores non-empty factor names, model names, exposures, and loadings as descriptive primitives.
Example
use ;
let factor = new?;
let exposure = new?;
let loading = new?;
assert_eq!;
assert_eq!;
# Ok::
Scope
Use this crate for descriptive factor vocabulary. It does not estimate regressions, fetch factor data, implement a modeling framework, or provide recommendations.
License
Licensed under either MIT or Apache-2.0.