Skip to main content

Module algorithms

Module algorithms 

Source
Expand description

Provides the various algorithms used within the framework

Modules§

nonparametric
Non-parametric algorithm implementations
parametric
Parametric algorithm implementations.

Enums§

Status
Where a fit stands: still running, or stopped (and why).
StopReason
Why a fit stopped.

Traits§

Algorithm
Defines an algorithm that can fit an EstimationProblem to produce a result.
NonParametricRunner