|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.optimization.Weight
@Deprecated public class Weight
Weight matrix of the residuals between model and observations.
Immutable class.
| Constructor Summary | |
|---|---|
Weight(double[] weight)
Deprecated. Creates a diagonal weight matrix. |
|
Weight(RealMatrix weight)
Deprecated. |
|
| Method Summary | |
|---|---|
RealMatrix |
getWeight()
Deprecated. Gets the initial guess. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Weight(double[] weight)
weight - List of the values of the diagonal.public Weight(RealMatrix weight)
weight - Weight matrix.
NonSquareMatrixException - if the argument is not
a square matrix.| Method Detail |
|---|
public RealMatrix getWeight()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||