.Modelica.Math.Distributions.Interfaces.partialTruncatedQuantile

Information

A partial function containing the common arguments of the quantile functions for truncated distributions.

Interface

partial function partialTruncatedQuantile
  extends partialQuantile;
  input Real y_min = 0 "Lower limit of y" annotation(
    Dialog);
  input Real y_max = 1 "Upper limit of y" annotation(
    Dialog);
end partialTruncatedQuantile;

Revisions

Date Description
June 22, 2015
DLR logo Initial version implemented by A. Klöckner, F. v.d. Linden, D. Zimmer, M. Otter.
DLR Institute of System Dynamics and Control

Generated at 2024-04-28T18:16:21Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos