Package com.polytechnik.utils
Class RadonNikodymSpectralModel.RNPointEvaluation
java.lang.Object
com.polytechnik.utils.RadonNikodymSpectralModel.RNPointEvaluation
- All Implemented Interfaces:
RNPointAccess
- Enclosing class:
RadonNikodymSpectralModel
One point output.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
psik_at_X
final double[] psik_at_X
-
-
Constructor Details
-
RNPointEvaluation
RNPointEvaluation(double[] xorig)
-
-
Method Details
-
getRN
public double getRN()An evaluation of Radon-Nikodym derivative.- Specified by:
getRN
in interfaceRNPointAccess
-
getChristoffelOatX
public double getChristoffelOatX()Inverse to Christoffel function 1/K(x), a polynomial on x.- Specified by:
getChristoffelOatX
in interfaceRNPointAccess
-
getPsikAtX
public double[] getPsikAtX() -
getPsikSquaredAtX
public double[] getPsikSquaredAtX() -
getProjections
public double[] getProjections() -
getLS
public double getLS()Description copied from interface:RNPointAccess
Least Squares.- Specified by:
getLS
in interfaceRNPointAccess
-
getRNW
public double getRNW()With different weights. -
getPriorDistributionWeights
public double[] getPriorDistributionWeights() -
getPosteriorDistributionWeights
public double[] getPosteriorDistributionWeights()
-