All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----tests_of_fit.NPP
This class returns the appropriate Weisberg-Bingham scores as well as the Weisberg-Bingham version of the Shapiro-Wilk test of normality statistic. It can be used in the production of normal probability plots, and in tests of normality.
It assumes that the data has already been sorted.
This method takes a set of sorted data and returns the associated normal scores (Weisberg-Bingham versions) and the value of the Weisberg-Bingham version of the Shapiro-Wilk statistic for this data.
public double scores[]
public double sw
public NPP()
public void generate(double sorted_data[],
int n,
NPP npp)
This method takes a set of sorted data and returns the associated normal scores (Weisberg-Bingham versions) and the value of the Weisberg-Bingham version of the Shapiro-Wilk statistic for this data.
public double SW(double sorted_data[],
double scores[],
int n)
It assumes that the data has already been sorted.
All Packages Class Hierarchy This Package Previous Next Index