Package | Description |
---|---|
net.maizegenetics.stats.math |
Classes for math stuff such as optimisation, numerical derivatives, matrix exponentials,
random numbers, special function etc.
|
Modifier and Type | Method and Description |
---|---|
static OrthogonalHints |
OrthogonalHints.Utils.getAdjusted(OrthogonalHints toAdjust,
int adjustmentFactor) |
static OrthogonalHints |
OrthogonalHints.Utils.getCombined(OrthogonalHints first,
int numberOfFirstParameters,
OrthogonalHints second,
int numberOfSecondParameters) |
static OrthogonalHints |
OrthogonalHints.Utils.getNull() |
Modifier and Type | Method and Description |
---|---|
static OrthogonalHints |
OrthogonalHints.Utils.getAdjusted(OrthogonalHints toAdjust,
int adjustmentFactor) |
static OrthogonalHints |
OrthogonalHints.Utils.getCombined(OrthogonalHints first,
int numberOfFirstParameters,
OrthogonalHints second,
int numberOfSecondParameters) |
static double[] |
OrthogonalHints.Utils.getInternalParameterBoundaries(OrthogonalHints base,
int parameter) |
Copyright © 2018. All rights reserved.