TdistributionH-class {HistDAWass} | R Documentation |
Class TdistributionH
Description
Class TdistributionH
defines a histogram with a time (point or period)
Usage
## S4 method for signature 'TdistributionH'
initialize(
.Object,
tstamp = numeric(0),
period = list(start = -Inf, end = -Inf),
x = numeric(0),
p = numeric(0),
m = numeric(0),
s = numeric(0)
)
Arguments
.Object |
the type of object ("TdistributionH") a |
tstamp |
a numeric value related to a timestamp |
period |
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) |
x |
a vector of increasing values, the domain of the distribution (the same of |
p |
a vector of increasing values from 0 to 1,
the CDF of the distribution (the same of |
m |
a number, the mean of the distribution (the same of |
s |
a positive number, the standard deviation of the distribution (the same of |
[Package HistDAWass version 1.0.8 Index]