MTimeSeries

ostrat.MTimeSeries
See theMTimeSeries companion object
class MTimeSeries[A](val arrayInt: Array[Int], arrayA: Array[A])

Matches values of type A to periods in historical time. Each value has a start time. It is optional if there is a final end time, allowing the final value of the series to continue into the indefinite future. For example in principle we know the start date of each of our Prime Minsters, but we can never know for certain the end date of the current Prime Minister.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def find(time: MTime): Option[A]
def get(time: MTime): A
def seriesNum: Int

Concrete fields