final
class
SampleStats[A] extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(b: SampleStats[A])(implicit E: Equal[A], F: Field[A]): SampleStats[A]
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
excessKurtosis(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
kurtosis(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
val
m1: A
-
val
m2: A
-
val
m3: A
-
val
m4: A
-
def
mean: A
-
def
merge(b: SampleStats[A])(implicit E: Equal[A], F: Field[A]): SampleStats[A]
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
observe(x: A)(implicit F: Field[A]): SampleStats[A]
-
def
populationExcessKurtosis(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
def
populationKurtosis(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
def
populationSkewness(implicit E: Equal[A], F: Field[A], R: NRoot[A]): slamdata.Predef.Option[A]
-
def
populationStddev(implicit E: Equal[A], F: Field[A], R: NRoot[A]): slamdata.Predef.Option[A]
-
def
populationVariance(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
val
size: A
-
def
skewness(implicit E: Equal[A], F: Field[A], R: NRoot[A]): slamdata.Predef.Option[A]
-
def
stddev(implicit E: Equal[A], F: Field[A], R: NRoot[A]): slamdata.Predef.Option[A]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
variance(implicit E: Equal[A], F: Field[A]): slamdata.Predef.Option[A]
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Statistics based on a sample from a population.