Click or drag to resize

StatisticsMassDistribution Method

[Missing <summary> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]


Namespace: Altaxo.Calc.Probability
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static void MassDistribution(
	this IReadOnlyList<double> x,
	IReadOnlyList<double> xmass,
	double xlow,
	double xhigh,
	IVector<double> y,
	int ny
)

Parameters

x  IReadOnlyListDouble

[Missing <param name="x"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

xmass  IReadOnlyListDouble

[Missing <param name="xmass"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

xlow  Double

[Missing <param name="xlow"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

xhigh  Double

[Missing <param name="xhigh"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

y  IVectorDouble

[Missing <param name="y"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

ny  Int32

[Missing <param name="ny"/> documentation for "M:Altaxo.Calc.Probability.Statistics.MassDistribution(System.Collections.Generic.IReadOnlyList{System.Double},System.Collections.Generic.IReadOnlyList{System.Double},System.Double,System.Double,Altaxo.Calc.LinearAlgebra.IVector{System.Double},System.Int32)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReadOnlyListDouble. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Remarks
Adapted from the R-project (www.r-project.org), Version 2.72, file massdist.c
See Also