Overload List
| Name | Description | |
|---|---|---|
| ToChart(DataFrame) |
Returns a new line chart for the columns of the given data frame.
| |
| ToChart(DFIntColumn) |
Returns a line chart containing the given column data.
| |
| ToChart(array<DFIntColumn>[]()[]) |
Returns a new line chart for the given columns.
| |
| ToChart(DFNumericColumn) |
Returns a line chart containing the given column data.
| |
| ToChart(array<DFNumericColumn>[]()[]) |
Returns a new line chart for the given columns.
| |
| ToChart(DoublePCA) |
Returns a Scree chart for the given principal component analysis.
| |
| ToChart(FloatPCA) |
Returns a Scree chart for the given principal component analysis.
| |
| ToChart(IDFColumn) |
Returns a line chart containing the given column data.
| |
| ToChart(array<IDFColumn>[]()[]) |
Returns a new line chart for the given columns.
| |
| ToChart(BinomialDistribution, NMathStatsChart..::.DistributionFunction) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(DataFrame, NMathChart..::.Unit) |
Returns a new line chart for the columns of the given data frame.
| |
| ToChart(DataFrame, array<Int32>[]()[]) |
Returns a new line chart for the specified columns of the given data frame.
| |
| ToChart(DFIntColumn, NMathChart..::.Unit) |
Returns a line chart containing the given column data.
| |
| ToChart(DFIntColumn, DFIntColumn) |
Returns a new point (scatter) chart containing the given x-y data.
| |
| ToChart(array<DFIntColumn>[]()[], NMathChart..::.Unit) |
Returns a new line chart for the given columns.
| |
| ToChart(DFNumericColumn, NMathChart..::.Unit) |
Returns a line chart containing the given column data.
| |
| ToChart(DFNumericColumn, DFNumericColumn) |
Returns a new point (scatter) chart containing the given x-y data.
| |
| ToChart(array<DFNumericColumn>[]()[], NMathChart..::.Unit) |
Returns a new line chart for the given columns.
| |
| ToChart(GeometricDistribution, NMathStatsChart..::.DistributionFunction) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(GoodnessOfFit, Double) |
Returns a bar chart plotting the model parameter values and 1 - alpha confidence intervals.
| |
| ToChart(IDFColumn, NMathChart..::.Unit) |
Returns a line chart containing the given column data.
| |
| ToChart(IDFColumn, IDFColumn) |
Returns a new point (scatter) chart containing the given x-y data.
| |
| ToChart(array<IDFColumn>[]()[], NMathChart..::.Unit) |
Returns a new line chart for the given columns.
| |
| ToChart(LinearRegression, Int32) |
Returns a new line chart by interpolating over the given linear regression.
| |
| ToChart(NegativeBinomialDistribution, NMathStatsChart..::.DistributionFunction) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(PoissonDistribution, NMathStatsChart..::.DistributionFunction) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(BetaDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(ChiSquareDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(DataFrame, Int32, Int32) |
Returns a new point chart for the specified columns of the given data frame (x, y) .
| |
| ToChart(DataFrame, array<Int32>[]()[], NMathChart..::.Unit) |
Returns a new line chart for the specified columns of the given data frame.
| |
| ToChart(DoublePCA, Int32, Int32) |
Returns a point (scatter) chart plotting the specified two principal components
against one another.
| |
| ToChart(ExponentialDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(FDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(FloatPCA, Int32, Int32) |
Returns a point (scatter) chart plotting the specified two principal components
against one another.
| |
| ToChart(GammaDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(JohnsonDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(LogisticDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(LognormalDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(NormalDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(TDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(TriangularDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(UniformDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(WeibullDistribution, NMathStatsChart..::.DistributionFunction, Int32) |
Returns a new line chart plotting the specified function of the given distribution for 0.0001 <= p <= 0.9999.
| |
| ToChart(ClusterSet, DoubleMatrix, Int32, Int32) |
Returns a new point chart plotting the given clusters.
|