public class PolychoricMaximumLikelihood extends PolychoricTwoStep
Modifier and Type | Class and Description |
---|---|
class |
PolychoricMaximumLikelihood.MaximumLikelihoodFunction |
PolychoricTwoStep.TwoStepLikelihoodFunction
Modifier and Type | Field and Description |
---|---|
protected double |
chiSquare |
protected double |
df |
protected double |
probChiSquare |
protected double[][] |
variance |
columnThresholds, data, fmin, incremental, N, ncol, norm, nrow, rho, rowThresholds, table
Constructor and Description |
---|
PolychoricMaximumLikelihood()
Constructor for incrementally updating data
|
PolychoricMaximumLikelihood(double[][] data) |
PolychoricMaximumLikelihood(TwoWayTable table) |
Modifier and Type | Method and Description |
---|---|
double |
getChiSquare() |
double |
getChiSquarePvalue() |
double[] |
getColumnThresholdStandardErrors() |
double[] |
getRowThresholdStandardErrors() |
java.lang.String |
print() |
double |
value()
Maximum likelihood estimate of the polychoric correlation.
|
cumulativeColumnSums, cumulativeRowSums, extractColumnThresholds, extractRho, extractRowThresholds, getColumnThresholds, getParameterArray, getRowThresholds, increment, increment, increment, initialize, logLikelihood
protected double probChiSquare
protected double df
protected double chiSquare
protected double[][] variance
public PolychoricMaximumLikelihood(double[][] data)
public PolychoricMaximumLikelihood(TwoWayTable table)
public PolychoricMaximumLikelihood()
public double value()
value
in interface PolychoricCorrelation
value
in class PolychoricTwoStep
public double[] getRowThresholdStandardErrors()
public double[] getColumnThresholdStandardErrors()
public double getChiSquare()
public double getChiSquarePvalue()
public java.lang.String print()
print
in interface PolychoricCorrelation
print
in class PolychoricTwoStep