Obsolete: Warning: This function is here to stay but will likely be refactored and/or moved to another place. Opting out from semantic versioning.
Type WeightedRegression
Namespace MathNet.Numerics.LinearRegression
IEnumerable<Tuple<T[], T>>
samplesList of sample vectors (predictor) together with their response.
T[]
weightsList of weights, one for each sample.
bool
interceptTrue if an intercept should be added as first artificial predictor value. Default = false.