TdistributionH-class: Class TdistributionH

TdistributionH-classR 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 "distributionH" object with a time reference

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 distributionH object)

p

a vector of increasing values from 0 to 1, the CDF of the distribution (the same of distributionH object)

m

a number, the mean of the distribution (the same of distributionH object)

s

a positive number, the standard deviation of the distribution (the same of distributionH object)


Airpino/HistDAWass documentation built on Jan. 30, 2024, 7:53 p.m.