Class MultivariatePDF
- Namespace
- Bonsai.ML.LinearDynamicalSystems.LinearRegression
- Assembly
- Bonsai.ML.LinearDynamicalSystems.dll
Represents an operator that converts a python object, representing a multivariate PDF, into a multivariate PDF class.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class MultivariatePDF
- Inheritance
-
MultivariatePDF
- Inherited Members
Fields
- GridParameters
Gets or sets the grid parameters used for generating the multivariate PDF.
- Values
Gets or sets the probability density value at each 2D position of the grid.
Methods
- Process(IObservable<PyObject>)
Converts a PyObject into a multivariate PDF.