gam 0.3.116

Generalized penalized likelihood engine
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Split from the original oversized module; keep included in order.
include!("smooth/part_000.rs");

mod bspline_boundary;

mod coefficient_transforms;

mod error;

mod input_standardization;

mod shape_constraints;

include!("smooth/part_001.rs");
include!("smooth/part_002.rs");
include!("smooth/part_003.rs");
include!("smooth/part_004.rs");