PrognCondition-class {distrEx}R Documentation

Conditions of class 'PrognCondition'

Description

The class PrognCondition realizes the condition that X+E=y in a convolution setup

Usage

PrognCondition(range = EuclideanSpace())

Arguments

range

an object of class "EuclideanSpace"

Value

Object of class "PrognCondition"

Objects from the Class

Objects can be created by calls of the form PrognCondition(range).

Slots

name

Object of class "character": name of the PrognCondition

range

Object of class "EuclideanSpace": range of the PrognCondition

Extends

Class "Condition", directly.

Methods

show

signature(object = "PrognCondition")

Author(s)

Matthias Kohl Matthias.Kohl@stamats.de

See Also

PrognCondDistribution-class,Condition-class

Examples

PrognCondition()

[Package distrEx version 2.9.2 Index]