Object

quasar.mimir.StatsLibModule.StatsLib

DoubleExponentialSmoothing

Related Doc: package StatsLib

Permalink

object DoubleExponentialSmoothing extends Smoothing

Linear Supertypes
Smoothing, StatsLib.Morphism2, Morphism2Like, FunctionLike[BinaryOperationType], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DoubleExponentialSmoothing
  2. Smoothing
  3. Morphism2
  4. Morphism2Like
  5. FunctionLike
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def alignment: Match

    Permalink

    This specifies how to align the 2 arguments as they are inputted.

    This specifies how to align the 2 arguments as they are inputted. For instance, if we use MorphismAlignment.Cross, then the 2 tables will be crossed, then passed to morph1.

    Definition Classes
    SmoothingMorphism2
  5. val alphaSpec: DerefObjectStatic[Source.type]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. val betaSpec: DerefObjectStatic[Source.type]

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. lazy val fqn: String

    Permalink
    Definition Classes
    FunctionLike
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. val idPolicy: IdentityPolicy

    Permalink
    Definition Classes
    Morphism2Like
  16. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  17. val keySpec: DerefObjectStatic[Source.type]

    Permalink
    Definition Classes
    Smoothing
  18. val multivariate: Boolean

    Permalink
    Definition Classes
    Morphism2
  19. val name: String

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  20. val namespace: Vector[String]

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  21. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  22. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. val opcode: Int

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  25. val rowLevel: Boolean

    Permalink
    Definition Classes
    Morphism2 → FunctionLike
  26. def smoothSpec: Scan[Source.type]

    Permalink
    Definition Classes
    DoubleExponentialSmoothingSmoothing
  27. val smoothee: String

    Permalink
    Attributes
    protected
    Definition Classes
    Smoothing
  28. val smoother: String

    Permalink
    Attributes
    protected
    Definition Classes
    Smoothing
  29. val sortSpec: DerefObjectStatic[Source.type]

    Permalink
    Definition Classes
    Smoothing
  30. def spec: InnerObjectConcat[Source1]

    Permalink
    Definition Classes
    Smoothing
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  32. def toString(): String

    Permalink
    Definition Classes
    FunctionLike → AnyRef → Any
  33. val tpe: BinaryOperationType

    Permalink
    Definition Classes
    DoubleExponentialSmoothing → FunctionLike
  34. val valueSpec: DerefObjectStatic[Source.type]

    Permalink
    Definition Classes
    Smoothing
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Smoothing

Inherited from StatsLib.Morphism2

Inherited from Morphism2Like

Inherited from FunctionLike[BinaryOperationType]

Inherited from AnyRef

Inherited from Any

Ungrouped