Package-level declarations
Types
A data class to hold information from a parameter estimation algorithm. In general the algorithm may fail due to data or numerical computation issues. The parameters may be null because of such issues; however, there may be cases where the parameters are produced but the algorithm still considers the process a failure as indicated in the success field. The string message allows a general diagnostic explanation of success, failure, or other information about the estimation process. In the case of uni-variate distributions, there may be a shift parameter estimated on shiftedData in order to handle data that has a lower range of domain that does not match well with the distribution. The algorithm may compute statistics on the supplied data.
Can be used to indicate if the recommended distribution should be based on the MODA scoring model or the first rank frequency across metrics.
Holds all the results from the PDF modeling process.
The natural ordering is descending by weighted value. That is scoring results with higher weighted value are considered better (more value is better). The weighted value will be a number within 0,1. Thus, a natural sort will cause elements with higher value to be first in the list. If there are no values, then the weighted value will be zero. The weighting is determined by the scoring method.