public class WeightedRSS extends Object
| Constructor and Description |
|---|
WeightedRSS(UnivariateRealFunction f)
Constructs a calculator to compute the weighted RSS for a given function.
|
| Modifier and Type | Method and Description |
|---|---|
double |
value(double[] x,
double[] y,
double[] weights)
Computes the weighted RSS for a set of observations.
|
public WeightedRSS(UnivariateRealFunction f)
f - a functionCopyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.