Class RadonNikodymSpectralModel.RNPointEvaluation

java.lang.Object
com.polytechnik.utils.RadonNikodymSpectralModel.RNPointEvaluation
All Implemented Interfaces:
RNPointAccess
Enclosing class:
RadonNikodymSpectralModel

public class RadonNikodymSpectralModel.RNPointEvaluation extends Object implements RNPointAccess
One point output.
  • 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 interface RNPointAccess
    • getChristoffelOatX

      public double getChristoffelOatX()
      Inverse to Christoffel function 1/K(x), a polynomial on x.
      Specified by:
      getChristoffelOatX in interface RNPointAccess
    • 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 interface RNPointAccess
    • getRNW

      public double getRNW()
      With different weights.
    • getPriorDistributionWeights

      public double[] getPriorDistributionWeights()
    • getPosteriorDistributionWeights

      public double[] getPosteriorDistributionWeights()