Interface RNPointAccess

All Known Implementing Classes:
RadonNikodymSpectralModel.RNPointEvaluation

public interface RNPointAccess
An interface to access a single calculated Radon-Nikodym point.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    1/K(x)= 1/ Christoffel function(x).
    double
    Least Squares.
    double
    An evaluation of Radon-Nikodym derivative.
  • Method Details

    • getRN

      double getRN()
      An evaluation of Radon-Nikodym derivative.
    • getChristoffelOatX

      double getChristoffelOatX()
      1/K(x)= 1/ Christoffel function(x).
    • getLS

      double getLS()
      Least Squares.