1%feature("docstring") OT::KarhunenLoeveLifting 2"Function dedicated to the lift of Karhunen Loeve coefficients into a field. 3 4Parameters 5---------- 6KLResult : :class:`~openturns.KarhunenLoeveResult` 7 The result structure created by a :class:`~openturns.KarhunenLoeveAlgorithm` 8 9Notes 10----- 11The class :class:`~openturns.KarhunenLoeveLifting` is a specific function :class:`~openturns.PointToFieldFunction` dedicated to the lift of Karhunen Loeve coefficients into a field. 12 13See the documentation of :class:`~openturns.KarhunenLoeveResult` to get information on the lift function. 14 15The function acts on a vector of coefficients (:class:`~openturns.Point`) to create a field associated to the Karhunen Loeve mesh (:class:`~openturns.Mesh`)." 16 17// --------------------------------------------------------------------- 18 19%feature("docstring") OT::KarhunenLoeveLifting::getMarginal 20"Get the marginal(s) at given indice(s). 21 22Parameters 23---------- 24i : int or list of ints, :math:`0 \leq i < d` 25 Indice(s) of the marginal(s) to be extracted. 26 output vector. 27 28Returns 29------- 30function : :class:`~openturns.KarhunenLoeveLifting` 31 The initial function restricted to the concerned marginal(s) at the indice(s) 32 :math:`i`." 33 34