X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Futil%2FDescriptiveStatistics.java;h=2788b47cdd17c8ab31593518d5a5b13192a7dd89;hb=9351f2c2e8af0c3bf1280f9696f1459db2819005;hp=beeade9b42709406b32b12dfb0fd4f4e436a6c80;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/util/DescriptiveStatistics.java b/forester/java/src/org/forester/util/DescriptiveStatistics.java index beeade9..2788b47 100644 --- a/forester/java/src/org/forester/util/DescriptiveStatistics.java +++ b/forester/java/src/org/forester/util/DescriptiveStatistics.java @@ -40,7 +40,7 @@ public interface DescriptiveStatistics { /** * Computes the coefficient of variation. Used to express standard deviation * independent of units of measure. - * + * * @return */ public abstract double coefficientOfVariation(); @@ -68,7 +68,7 @@ public interface DescriptiveStatistics { /** * Determines relationship between the mean and the median. This reflects * how the data differs from the normal bell shaped distribution. - * + * * @return */ public abstract double pearsonianSkewness();