Class TdistributionH
defines a histogram with a time (point or period)
# S4 method for TdistributionH
initialize(
.Object,
tstamp = numeric(0),
period = list(start = -Inf, end = -Inf),
x = numeric(0),
p = numeric(0),
m = numeric(0),
s = numeric(0)
)
the type of object ("TdistributionH") a "distributionH"
object with a time reference
a numeric value related to a timestamp
a list of two values, the starting time and the ending time (alternative to tstamp if the distribution is observed along a period and not on a timestamp)
a vector of increasing values, the domain of the distribution (the same of distributionH
object)
a vector of increasing values from 0 to 1,
the CDF of the distribution (the same of distributionH
object)
a number, the mean of the distribution (the same of distributionH
object)
a positive number, the standard deviation of the distribution (the same of distributionH
object)