Packages

class StatVec extends AnyRef

Source
stat.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StatVec
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new StatVec(x: Stat, y: Stat, com: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(v: Vec): StatVec
  4. def ++(that: StatVec): StatVec
  5. def ->[B](y: B): (StatVec, B)
    Implicit
    This member is added by an implicit conversion from StatVec toArrowAssoc[StatVec] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def applyIf(t: Boolean, f: (StatVec) => StatVec): StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (StatVec) => Boolean)(f: (StatVec) => StatVec): StatVec

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  10. lazy val bound: Bound[Vec]
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. val com: Double
  13. lazy val cor: Double
  14. lazy val corr: Double
  15. def count: Long
  16. lazy val cov: Double
  17. lazy val covEllipse: Ellipse
  18. lazy val covMatrix: Matrix2
  19. def elementOf(xs: Set[StatVec]): Boolean
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  20. def ensuring(cond: (StatVec) => Boolean, msg: => Any): StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toEnsuring[StatVec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: (StatVec) => Boolean): StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toEnsuring[StatVec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. def ensuring(cond: Boolean, msg: => Any): StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toEnsuring[StatVec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  23. def ensuring(cond: Boolean): StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toEnsuring[StatVec] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  27. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from StatVec toStringFormat[StatVec] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. lazy val intercept: Double
  31. def interpolate(xValue: Double): Double
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. lazy val max: Vec
  34. lazy val mean: Vec
  35. lazy val mid: Vec
  36. lazy val min: Vec
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. def noneIf(f: (StatVec) => Boolean): Option[StatVec]
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  39. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. def optionIf(f: (StatVec) => Boolean): Option[StatVec]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. def preApply[B](f: (StatVec) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. lazy val rect: Rect
  44. def sideEffect(f: (StatVec) => Unit): StatVec

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  45. lazy val slope: Double
  46. def someIf(f: (StatVec) => Boolean): Option[StatVec]
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  47. lazy val std: Vec
  48. def sxx: Double
  49. def sxy: Double
  50. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  51. def syy: Double
  52. val thisAny: StatVec
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  53. def toString(): String
    Definition Classes
    StatVec → AnyRef → Any
  54. lazy val variance: Vec
  55. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  58. val x: Stat
  59. lazy val xBound: Bound[Double]
  60. val y: Stat
  61. lazy val yBound: Bound[Double]

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from StatVec toany2stringadd[StatVec] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (statVec: any2stringadd[StatVec]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def ?>(f: (StatVec) => Boolean): Option[StatVec]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (StatVec) => B): B
    Implicit
    This member is added by an implicit conversion from StatVec toDrxAny[StatVec] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (StatVec, B)
    Implicit
    This member is added by an implicit conversion from StatVec toArrowAssoc[StatVec] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromStatVec to DrxAny[StatVec]

Inherited by implicit conversion any2stringadd fromStatVec to any2stringadd[StatVec]

Inherited by implicit conversion StringFormat fromStatVec to StringFormat[StatVec]

Inherited by implicit conversion Ensuring fromStatVec to Ensuring[StatVec]

Inherited by implicit conversion ArrowAssoc fromStatVec to ArrowAssoc[StatVec]

Ungrouped