.. _package-rst-stochastics: ========================= Package rst.stochastics ========================= The use of the term stochastic to mean based on the theory of probability. .. seealso:: Wikipedia article containing the definition above http://en.wikipedia.org/wiki/Stochastic Messages ======== .. container:: mess4ge-multi .. container:: mess4ge-graph .. digraph:: message_graph fontname="Arial"; fontsize=11; stylesheet="../_static/corlab.css"; node [fontsize=11] node [fontname="Arial"] edge [fontsize=11] edge [fontname="Arial"] "1" [label=<
MixtureOfGaussian1D
GaussianComponent1Dcomponents
>,shape=box,style=filled,fillcolor="white"]; "2" [label=<
GaussianComponent1D
Gaussian1Dgaussian
FLOAT32weight
FLOAT32probability_state
>,shape=box,style=filled,fillcolor="white"]; "3" [label=<
Gaussian1D
FLOAT32mean
FLOAT32variance
>,shape=box,style=filled,fillcolor="white"]; "1" -> "2" [dir=both,arrowtail=odiamond]; "1":components -> "2" []; "2":gaussian -> "3" []; .. container:: mess4ge-list .. container:: messages * :ref:`MixtureOfGaussian1D ` * :ref:`Gaussian1D ` .. container:: clearer clearer: should be made invisible via css .. _message-rst-stochastics-mixtureofgaussian1d: Message MixtureOfGaussian1D --------------------------- .. container:: message-rst-stochastics-mixtureofgaussian1d-multi .. container:: message-rst-stochastics-mixtureofgaussian1d-documentation .. py:class:: rst.stochastics.MixtureOfGaussian1D TODO .. codeauthor:: Xavier Alameda-Pineda .. codeauthor:: Johannes Wienke .. py:attribute:: components :type: array of :py:class:`rst.stochastics.MixtureOfGaussian1D.GaussianComponent1D` TODO .. container:: message-rst-stochastics-mixtureofgaussian1d-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.10-merge-simulator/rst-manual/../rst-proto/proto/stable/rst/stochastics/MixtureOfGaussian1D.proto :lines: 13-42 :language: protobuf :emphasize-lines: 28-28 .. _message-rst-stochastics-mixtureofgaussian1d-gaussiancomponent1d: Message GaussianComponent1D --------------------------- .. container:: message-rst-stochastics-mixtureofgaussian1d-gaussiancomponent1d-multi .. container:: message-rst-stochastics-mixtureofgaussian1d-gaussiancomponent1d-documentation .. py:class:: rst.stochastics.MixtureOfGaussian1D.GaussianComponent1D TODO .. py:attribute:: gaussian :type: :py:class:`rst.stochastics.Gaussian1D` TODO .. py:attribute:: weight :type: :py:class:`FLOAT32` **Unit**: TODO TODO .. py:attribute:: probability_state :type: :py:class:`FLOAT32` TODO .. container:: message-rst-stochastics-mixtureofgaussian1d-gaussiancomponent1d-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.10-merge-simulator/rst-manual/../rst-proto/proto/stable/rst/stochastics/MixtureOfGaussian1D.proto :lines: 18-35 :language: protobuf :emphasize-lines: 6-6,12-12,17-17 .. _message-rst-stochastics-gaussian1d: Message Gaussian1D ------------------ .. container:: message-rst-stochastics-gaussian1d-multi .. container:: message-rst-stochastics-gaussian1d-documentation .. py:class:: rst.stochastics.Gaussian1D TODO .. codeauthor:: Xavier Alameda-Pineda .. codeauthor:: Johannes Wienke .. py:attribute:: mean :type: :py:class:`FLOAT32` **Unit**: number TODO .. py:attribute:: variance :type: :py:class:`FLOAT32` **Constraint**: ``value >= 0`` **Unit**: number TODO .. container:: message-rst-stochastics-gaussian1d-source :download:`Download this file ` .. literalinclude:: //home/jenkins/workspace/rst-manual-0.10-merge-simulator/rst-manual/../rst-proto/proto/stable/rst/stochastics/Gaussian1D.proto :lines: 11-26 :language: protobuf :emphasize-lines: 7-7,14-14