temperature {bspec}R Documentation

Querying the tempering parameter

Description

Retrieving the “temperature” parameter of (‘tempered’) bspec objects

Usage

  temperature(x, ...)
  ## S3 method for class 'bspec':
  temperature(x, ...)

Arguments

x a bspec object.
...

Value

The (numeric) value of the temperature element of the supplied bspec object, if present, and 1 otherwise.

Author(s)

Christian Roever, bspec@web.de

References

Roever, C., Meyer, R., Christensen, N. (2008): Modelling coloured noise. Arxiv preprint 0804.3853 [stat.ME], http://arxiv.org/abs/0804.3853, (submitted for publication).

See Also

temper, bspec

Examples

lhspec1 <- bspec(lh)
lhspec2 <- temper(lhspec1, 1.23)

print(lhspec2$temperature)
print(lhspec1$temperature)

print(temperature(lhspec2))
print(temperature(lhspec1))

[Package bspec version 1.1 Index]