/usr/include/openturns/swig/RandomDirection_doc.i is in libopenturns-dev 1.9-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 | %feature("docstring") OT::RandomDirection
"Sampling following the random direction strategy.
Available constructor:
RandomDirection()
RandomDirection(*dimension*)
Parameters
----------
dimension : integer
The dimension of the standard space. By default, :math:`dimension = 0` but
automatically updated by the calling class.
See also
--------
OrthogonalDirection
Notes
-----
The RandomDirection strategy is the following : we generate some points on the
sphere unity in the standard space according to the uniform distribution and we
consider both opposite directions so built."
// ---------------------------------------------------------------------
%feature("docstring") OT::RandomDirection::generate
"Generate the sample.
Returns
-------
sample : :class:`~openturns.Sample`
The sample generated in two opposite random directions."
|