object stats
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- stats
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val EPS: Double
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def calcAvgTurnover(inOpen: DataFrame[LocalDate, String, Double], inWeights: DataFrame[LocalDate, String, Double], inEquity: Series[LocalDate, Double], maxPeriods: Int = 252, minPeriods: Int = 1): Series[LocalDate, Double]
- def calcBias(inWeight: DataFrame[LocalDate, String, Double]): Series[LocalDate, Double]
- def calcCorrelation(relativeReturns: Series[LocalDate, Double]): IndexedSeq[Map[String, Any]]
- def calcEquity(relativeReturns: Series[LocalDate, Double]): Series[LocalDate, Double]
- def calcInstruments(weights: DataFrame[LocalDate, String, Double]): Series[LocalDate, Double]
- def calcMaxDrawdown(underwater: Series[LocalDate, Double]): Series[LocalDate, Double]
- def calcMeanReturnAnnualized(relativeReturns: Series[LocalDate, Double], maxPeriods: Int = 252, minPeriods: Int = 2): Series[LocalDate, Double]
- def calcRelativeReturn(inData: Map[String, DataFrame[LocalDate, String, Double]], inWeights: DataFrame[LocalDate, String, Double], slippageFactor: Double = 0.05d): Series[LocalDate, Double]
- def calcSectorDistribution(inWeights: DataFrame[LocalDate, String, Double]): DataFrame[LocalDate, String, Double]
- def calcSharpeRatio(relativeReturns: Series[LocalDate, Double], maxPeriods: Int = 252, minPeriods: Int = 2): Series[LocalDate, Double]
- def calcSlippage(high: DataFrame[LocalDate, String, Double], low: DataFrame[LocalDate, String, Double], close: DataFrame[LocalDate, String, Double], period: Int = 14, fract: Double = 0.05d): DataFrame[LocalDate, String, Double]
- def calcSma[I](series: Series[I, Double], max_periods: Int = 252, min_periods: Int = 2): Series[I, Double]
- def calcSma(d: DataFrame[LocalDate, String, Double], period: Int): DataFrame[LocalDate, String, Double]
- def calcStats(inData: Map[String, DataFrame[LocalDate, String, Double]], inWeights: DataFrame[LocalDate, String, Double], slippageFactor: Double = 0.05d, maxPeriods: Int = 252*3, minPeriods: Int = 2): DataFrame[LocalDate, String, Double]
- def calcStdDev[I](series: Series[I, Double], max_periods: Int = 252, min_periods: Int = 2): Series[I, Double]
- def calcTr(high: DataFrame[LocalDate, String, Double], low: DataFrame[LocalDate, String, Double], close: DataFrame[LocalDate, String, Double]): DataFrame[LocalDate, String, Double]
- def calcUnderwater(equity: Series[LocalDate, Double]): Series[LocalDate, Double]
- def calcVolatilityAnnualized(relativeReturns: Series[LocalDate, Double], maxPeriods: Int = 252, minPeriods: Int = 2): Series[LocalDate, Double]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object fields
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.