Package com.polytechnik.utils
Interface RNPointAccess
- All Known Implementing Classes:
RadonNikodymSpectralModel.RNPointEvaluation
public interface RNPointAccess
An interface to access a single calculated Radon-Nikodym point.
-
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.
-