| Hypervolume-class {hypervolume} | R Documentation |
Class "Hypervolume"
Description
Primary storage class for stochastic descriptions of hypervolumes
Objects from the Class
Objects can be created by calls of the form new("Hypervolume", ...).
Slots
Name:Object of class
"character"~~ the name of the hypervolumeMethod:Object of class
"character"~~ the method used to construct this hypervolumeData:Object of class
"matrix"~~ May be empty if the hypervolume is not associated with data (e.g. convex expectation, set operations)Dimensionality:Object of class
"numeric"~~ Dimensionality of the hypervolumeVolume:Object of class
"numeric"~~ Volume of the hypervolumePointDensity:Object of class
"numeric"~~ Number of random points per unit volumeParameters:Object of class
"list"~~ List of parameters that will depend on the method used to construct the hypervolumeRandomPoints:Object of class
"matrix"~~ A matrix of uniformly random points distributed within the hypervolumeValueAtRandomPoints:Object of class
"numeric"~~ A vector of positive numbers representing the probabilty density at each random point in@RandomPoints