comparison libs/commons-math-2.1/docs/apidocs/index-all.html @ 17:e8ccd518555b

commons-math-2.1 added
author dwinter
date Tue, 04 Jan 2011 10:03:00 +0100
parents
children
comparison
equal deleted inserted replaced
16:0b3f87acaabc 17:e8ccd518555b
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.6.0_17) on Sat Mar 27 22:46:19 EDT 2010 -->
6 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <TITLE>
8 Index (Commons Math 2.1 API)
9 </TITLE>
10
11 <META NAME="date" CONTENT="2010-03-27">
12
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
14
15 <SCRIPT type="text/javascript">
16 function windowTitle()
17 {
18 if (location.href.indexOf('is-external=true') == -1) {
19 parent.document.title="Index (Commons Math 2.1 API)";
20 }
21 }
22 </SCRIPT>
23 <NOSCRIPT>
24 </NOSCRIPT>
25
26 </HEAD>
27
28 <BODY BGCOLOR="white" onload="windowTitle();">
29 <HR>
30
31
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <A NAME="navbar_top"><!-- --></A>
34 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
35 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
36 <TR>
37 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
38 <A NAME="navbar_top_firstrow"><!-- --></A>
39 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
40 <TR ALIGN="center" VALIGN="top">
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
44 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
45 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
46 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
47 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
48 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
49 </TR>
50 </TABLE>
51 </TD>
52 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
53 </EM>
54 </TD>
55 </TR>
56
57 <TR>
58 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
59 &nbsp;PREV&nbsp;
60 &nbsp;NEXT</FONT></TD>
61 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
62 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
63 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
64 &nbsp;<SCRIPT type="text/javascript">
65 <!--
66 if(window==top) {
67 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
68 }
69 //-->
70 </SCRIPT>
71 <NOSCRIPT>
72 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
73 </NOSCRIPT>
74
75
76 </FONT></TD>
77 </TR>
78 </TABLE>
79 <A NAME="skip-navbar_top"></A>
80 <!-- ========= END OF TOP NAVBAR ========= -->
81
82 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A> <HR>
83 <A NAME="_A_"><!-- --></A><H2>
84 <B>A</B></H2>
85 <DL>
86 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ABS"><B>ABS</B></A> -
87 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
88 <DD>The <code>Math.abs</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
89 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#abs()"><B>abs()</B></A> -
90 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
91 <DD>Return the absolute value of this complex number.
92 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#abs()"><B>abs()</B></A> -
93 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
94 <DD>
95 Returns the absolute value of this <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A>.
96 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#abs()"><B>abs()</B></A> -
97 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
98 <DD>Returns the absolute value of this fraction.
99 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#absoluteAccuracy"><B>absoluteAccuracy</B></A> -
100 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
101 <DD>Maximum absolute error.
102 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution"><B>AbstractContinuousDistribution</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base class for continuous distributions.<DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#AbstractContinuousDistribution()"><B>AbstractContinuousDistribution()</B></A> -
103 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
104 <DD>Default constructor.
105 <DT><A HREF="./org/apache/commons/math/distribution/AbstractDistribution.html" title="class in org.apache.commons.math.distribution"><B>AbstractDistribution</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base class for probability distributions.<DT><A HREF="./org/apache/commons/math/distribution/AbstractDistribution.html#AbstractDistribution()"><B>AbstractDistribution()</B></A> -
106 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractDistribution.html" title="class in org.apache.commons.math.distribution">AbstractDistribution</A>
107 <DD>Default constructor.
108 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation"><B>AbstractEstimator</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
109 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#AbstractEstimator()"><B>AbstractEstimator()</B></A> -
110 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
111 <DD><B>Deprecated.</B>&nbsp;Build an abstract estimator for least squares problems.
112 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear"><B>AbstractFieldMatrix</B></A>&lt;<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="type parameter in AbstractFieldMatrix">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Basic implementation of <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> methods regardless of the underlying storage.<DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#AbstractFieldMatrix()"><B>AbstractFieldMatrix()</B></A> -
113 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
114 <DD>Constructor for use with Serializable
115 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#AbstractFieldMatrix(org.apache.commons.math.Field)"><B>AbstractFieldMatrix(Field&lt;T&gt;)</B></A> -
116 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
117 <DD>Creates a matrix with no data
118 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#AbstractFieldMatrix(org.apache.commons.math.Field, int, int)"><B>AbstractFieldMatrix(Field&lt;T&gt;, int, int)</B></A> -
119 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
120 <DD>Create a new FieldMatrix<T> with the supplied row and column dimensions.
121 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction"><B>AbstractFormat</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Common part shared by both <A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction"><CODE>FractionFormat</CODE></A> and <A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction"><CODE>BigFractionFormat</CODE></A>.<DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#AbstractFormat()"><B>AbstractFormat()</B></A> -
122 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
123 <DD>Create an improper formatting instance with the default number format
124 for the numerator and denominator.
125 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#AbstractFormat(java.text.NumberFormat)"><B>AbstractFormat(NumberFormat)</B></A> -
126 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
127 <DD>Create an improper formatting instance with a custom number format for
128 both the numerator and denominator.
129 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#AbstractFormat(java.text.NumberFormat, java.text.NumberFormat)"><B>AbstractFormat(NumberFormat, NumberFormat)</B></A> -
130 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
131 <DD>Create an improper formatting instance with a custom number format for
132 the numerator and a custom number format for the denominator.
133 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution"><B>AbstractIntegerDistribution</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base class for integer-valued discrete distributions.<DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#AbstractIntegerDistribution()"><B>AbstractIntegerDistribution()</B></A> -
134 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
135 <DD>Default constructor.
136 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode"><B>AbstractIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>Base class managing common boilerplate for all integrators.<DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#AbstractIntegrator(java.lang.String)"><B>AbstractIntegrator(String)</B></A> -
137 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
138 <DD>Build an instance.
139 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#AbstractIntegrator()"><B>AbstractIntegrator()</B></A> -
140 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
141 <DD>Build an instance with a null name.
142 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general"><B>AbstractLeastSquaresOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>Base class for implementing least squares optimizers.<DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#AbstractLeastSquaresOptimizer()"><B>AbstractLeastSquaresOptimizer()</B></A> -
143 Constructor for class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
144 <DD>Simple constructor with default settings.
145 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear"><B>AbstractLinearOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>Base class for implementing linear optimizers.<DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#AbstractLinearOptimizer()"><B>AbstractLinearOptimizer()</B></A> -
146 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
147 <DD>Simple constructor with default settings.
148 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics"><B>AbstractListChromosome</B></A>&lt;<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="type parameter in AbstractListChromosome">T</A>&gt; - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Chromosome represented by an immutable list of a fixed length.<DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#AbstractListChromosome(java.util.List)"><B>AbstractListChromosome(List&lt;T&gt;)</B></A> -
149 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
150 <DD>Constructor.
151 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#AbstractListChromosome(T[])"><B>AbstractListChromosome(T[])</B></A> -
152 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
153 <DD>Constructor.
154 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression"><B>AbstractMultipleLinearRegression</B></A> - Class in <A HREF="./org/apache/commons/math/stat/regression/package-summary.html">org.apache.commons.math.stat.regression</A><DD>Abstract base class for implementations of MultipleLinearRegression.<DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#AbstractMultipleLinearRegression()"><B>AbstractMultipleLinearRegression()</B></A> -
155 Constructor for class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
156 <DD>&nbsp;
157 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random"><B>AbstractRandomGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Abstract class implementing the <A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomGenerator</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#AbstractRandomGenerator()"><B>AbstractRandomGenerator()</B></A> -
158 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
159 <DD>Construct a RandomGenerator.
160 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear"><B>AbstractRealMatrix</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Basic implementation of RealMatrix methods regardless of the underlying storage.<DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#AbstractRealMatrix()"><B>AbstractRealMatrix()</B></A> -
161 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
162 <DD>Creates a matrix with no data
163 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#AbstractRealMatrix(int, int)"><B>AbstractRealMatrix(int, int)</B></A> -
164 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
165 <DD>Create a new RealMatrix with the supplied row and column dimensions.
166 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear"><B>AbstractRealVector</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class provides default basic implementations for many methods in the
167 <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> interface with.<DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#AbstractRealVector()"><B>AbstractRealVector()</B></A> -
168 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
169 <DD>&nbsp;
170 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html" title="class in org.apache.commons.math.linear"><B>AbstractRealVector.EntryImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An entry in the vector.<DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html#AbstractRealVector.EntryImpl()"><B>AbstractRealVector.EntryImpl()</B></A> -
171 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html" title="class in org.apache.commons.math.linear">AbstractRealVector.EntryImpl</A>
172 <DD>Simple constructor.
173 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear"><B>AbstractRealVector.SparseEntryIterator</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class should rare be used, but is here to provide
174 a default implementation of sparseIterator(), which is implemented
175 by walking over the entries, skipping those whose values are the default one.<DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html#AbstractRealVector.SparseEntryIterator()"><B>AbstractRealVector.SparseEntryIterator()</B></A> -
176 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear">AbstractRealVector.SparseEntryIterator</A>
177 <DD>Simple constructor.
178 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general"><B>AbstractScalarDifferentiableOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>Base class for implementing optimizers for multivariate scalar functions.<DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#AbstractScalarDifferentiableOptimizer()"><B>AbstractScalarDifferentiableOptimizer()</B></A> -
179 Constructor for class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
180 <DD>Simple constructor with default settings.
181 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling"><B>AbstractStepInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This abstract class represents an interpolator over the last step
182 during an ODE integration.<DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#AbstractStepInterpolator()"><B>AbstractStepInterpolator()</B></A> -
183 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
184 <DD>Simple constructor.
185 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#AbstractStepInterpolator(double[], boolean)"><B>AbstractStepInterpolator(double[], boolean)</B></A> -
186 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
187 <DD>Simple constructor.
188 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#AbstractStepInterpolator(org.apache.commons.math.ode.sampling.AbstractStepInterpolator)"><B>AbstractStepInterpolator(AbstractStepInterpolator)</B></A> -
189 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
190 <DD>Copy constructor.
191 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive"><B>AbstractStorelessUnivariateStatistic</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Abstract implementation of the <A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StorelessUnivariateStatistic</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#AbstractStorelessUnivariateStatistic()"><B>AbstractStorelessUnivariateStatistic()</B></A> -
192 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
193 <DD>&nbsp;
194 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate"><B>AbstractUnivariateRealOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/univariate/package-summary.html">org.apache.commons.math.optimization.univariate</A><DD>Provide a default implementation for several functions useful to generic
195 optimizers.<DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#AbstractUnivariateRealOptimizer(int, double)"><B>AbstractUnivariateRealOptimizer(int, double)</B></A> -
196 Constructor for class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
197 <DD>Construct a solver with given iteration count and accuracy.
198 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive"><B>AbstractUnivariateStatistic</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Abstract base class for all implementations of the
199 <A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>UnivariateStatistic</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#AbstractUnivariateStatistic()"><B>AbstractUnivariateStatistic()</B></A> -
200 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
201 <DD>&nbsp;
202 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ACOS"><B>ACOS</B></A> -
203 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
204 <DD>The <code>Math.abs</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
205 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#acos()"><B>acos()</B></A> -
206 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
207 <DD>Compute the
208 <a href="http://mathworld.wolfram.com/InverseCosine.html" TARGET="_top">
209 inverse cosine</a> of this complex number.
210 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>AdamsBashforthIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements explicit Adams-Bashforth integrators for Ordinary
211 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html#AdamsBashforthIntegrator(int, double, double, double, double)"><B>AdamsBashforthIntegrator(int, double, double, double, double)</B></A> -
212 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsBashforthIntegrator</A>
213 <DD>Build an Adams-Bashforth integrator with the given order and step control parameters.
214 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html#AdamsBashforthIntegrator(int, double, double, double[], double[])"><B>AdamsBashforthIntegrator(int, double, double, double[], double[])</B></A> -
215 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsBashforthIntegrator</A>
216 <DD>Build an Adams-Bashforth integrator with the given order and step control parameters.
217 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>AdamsIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>Base class for <A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><CODE>Adams-Bashforth</CODE></A> and
218 <A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><CODE>Adams-Moulton</CODE></A> integrators.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#AdamsIntegrator(java.lang.String, int, int, double, double, double, double)"><B>AdamsIntegrator(String, int, int, double, double, double, double)</B></A> -
219 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
220 <DD>Build an Adams integrator with the given order and step control prameters.
221 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#AdamsIntegrator(java.lang.String, int, int, double, double, double[], double[])"><B>AdamsIntegrator(String, int, int, double, double, double[], double[])</B></A> -
222 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
223 <DD>Build an Adams integrator with the given order and step control parameters.
224 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>AdamsMoultonIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements implicit Adams-Moulton integrators for Ordinary
225 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html#AdamsMoultonIntegrator(int, double, double, double, double)"><B>AdamsMoultonIntegrator(int, double, double, double, double)</B></A> -
226 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsMoultonIntegrator</A>
227 <DD>Build an Adams-Moulton integrator with the given order and error control parameters.
228 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html#AdamsMoultonIntegrator(int, double, double, double[], double[])"><B>AdamsMoultonIntegrator(int, double, double, double[], double[])</B></A> -
229 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsMoultonIntegrator</A>
230 <DD>Build an Adams-Moulton integrator with the given order and error control parameters.
231 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff"><B>AdamsNordsieckTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>Transformer to Nordsieck vectors for Adams integrators.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>AdaptiveStepsizeIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This abstract class holds the common part of all adaptive
232 stepsize integrators for Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#AdaptiveStepsizeIntegrator(java.lang.String, double, double, double, double)"><B>AdaptiveStepsizeIntegrator(String, double, double, double, double)</B></A> -
233 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
234 <DD>Build an integrator with the given stepsize bounds.
235 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#AdaptiveStepsizeIntegrator(java.lang.String, double, double, double[], double[])"><B>AdaptiveStepsizeIntegrator(String, double, double, double[], double[])</B></A> -
236 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
237 <DD>Build an integrator with the given stepsize bounds.
238 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#ADD"><B>ADD</B></A> -
239 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
240 <DD>The + operator method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
241 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#add(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>add(UnivariateRealFunction)</B></A> -
242 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
243 <DD>Return a function adding the instance and another function.
244 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#add(double)"><B>add(double)</B></A> -
245 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
246 <DD>Return a function adding a constant term to the instance.
247 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#add(org.apache.commons.math.analysis.polynomials.PolynomialFunction)"><B>add(PolynomialFunction)</B></A> -
248 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
249 <DD>Add a polynomial to the instance.
250 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#add(org.apache.commons.math.complex.Complex)"><B>add(Complex)</B></A> -
251 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
252 <DD>Return the sum of this complex number and the given complex number.
253 <DT><A HREF="./org/apache/commons/math/FieldElement.html#add(T)"><B>add(T)</B></A> -
254 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>
255 <DD>Compute this + a.
256 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#add(java.math.BigInteger)"><B>add(BigInteger)</B></A> -
257 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
258 <DD>
259 Adds the value of this fraction to the passed <A HREF="http://java.sun.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A>,
260 returning the result in reduced form.
261 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#add(int)"><B>add(int)</B></A> -
262 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
263 <DD>
264 Adds the value of this fraction to the passed <tt>integer</tt>, returning
265 the result in reduced form.
266 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#add(long)"><B>add(long)</B></A> -
267 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
268 <DD>
269 Adds the value of this fraction to the passed <tt>long</tt>, returning
270 the result in reduced form.
271 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#add(org.apache.commons.math.fraction.BigFraction)"><B>add(BigFraction)</B></A> -
272 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
273 <DD>
274 Adds the value of this fraction to another, returning the result in
275 reduced form.
276 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#add(org.apache.commons.math.fraction.Fraction)"><B>add(Fraction)</B></A> -
277 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
278 <DD>Adds the value of this fraction to another, returning the result in reduced form.
279 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#add(int)"><B>add(int)</B></A> -
280 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
281 <DD>Add an integer to the fraction.
282 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#add(org.apache.commons.math.geometry.Vector3D)"><B>add(Vector3D)</B></A> -
283 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
284 <DD>Add a vector to the instance.
285 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#add(double, org.apache.commons.math.geometry.Vector3D)"><B>add(double, Vector3D)</B></A> -
286 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
287 <DD>Add a scaled vector to the instance.
288 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#add(org.apache.commons.math.linear.FieldMatrix)"><B>add(FieldMatrix&lt;T&gt;)</B></A> -
289 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
290 <DD>Compute the sum of this and m.
291 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
292 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
293 <DD>Compute the sum of this and m.
294 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#add(double[])"><B>add(double[])</B></A> -
295 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
296 <DD>Compute the sum of this and v.
297 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#add(org.apache.commons.math.linear.RealVector)"><B>add(RealVector)</B></A> -
298 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
299 <DD>Compute the sum of this and v.
300 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#add(org.apache.commons.math.linear.FieldMatrix)"><B>add(FieldMatrix&lt;T&gt;)</B></A> -
301 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
302 <DD>Compute the sum of this and m.
303 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#add(org.apache.commons.math.linear.Array2DRowFieldMatrix)"><B>add(Array2DRowFieldMatrix&lt;T&gt;)</B></A> -
304 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
305 <DD>Compute the sum of this and <code>m</code>.
306 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
307 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
308 <DD>Compute the sum of this and m.
309 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#add(org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>add(Array2DRowRealMatrix)</B></A> -
310 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
311 <DD>Compute the sum of this and <code>m</code>.
312 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#add(org.apache.commons.math.linear.FieldVector)"><B>add(FieldVector&lt;T&gt;)</B></A> -
313 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
314 <DD>Compute the sum of this and v.
315 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#add(T[])"><B>add(T[])</B></A> -
316 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
317 <DD>Compute the sum of this and v.
318 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#add(org.apache.commons.math.linear.ArrayFieldVector)"><B>add(ArrayFieldVector&lt;T&gt;)</B></A> -
319 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
320 <DD>Compute the sum of this and v.
321 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#add(org.apache.commons.math.linear.RealVector)"><B>add(RealVector)</B></A> -
322 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
323 <DD>Compute the sum of this and v.
324 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#add(double[])"><B>add(double[])</B></A> -
325 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
326 <DD>Compute the sum of this and v.
327 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#add(org.apache.commons.math.linear.ArrayRealVector)"><B>add(ArrayRealVector)</B></A> -
328 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
329 <DD>Compute the sum of this and v.
330 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#add(org.apache.commons.math.linear.BigMatrix)"><B>add(BigMatrix)</B></A> -
331 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
332 <DD><B>Deprecated.</B>&nbsp;Compute the sum of this and m.
333 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#add(org.apache.commons.math.linear.BigMatrix)"><B>add(BigMatrix)</B></A> -
334 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
335 <DD><B>Deprecated.</B>&nbsp;Compute the sum of this and <code>m</code>.
336 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#add(org.apache.commons.math.linear.BigMatrixImpl)"><B>add(BigMatrixImpl)</B></A> -
337 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
338 <DD><B>Deprecated.</B>&nbsp;Compute the sum of this and <code>m</code>.
339 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#add(org.apache.commons.math.linear.FieldMatrix)"><B>add(FieldMatrix&lt;T&gt;)</B></A> -
340 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
341 <DD>Compute the sum of this and m.
342 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#add(org.apache.commons.math.linear.BlockFieldMatrix)"><B>add(BlockFieldMatrix&lt;T&gt;)</B></A> -
343 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
344 <DD>Compute the sum of this and <code>m</code>.
345 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
346 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
347 <DD>Compute the sum of this and m.
348 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#add(org.apache.commons.math.linear.BlockRealMatrix)"><B>add(BlockRealMatrix)</B></A> -
349 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
350 <DD>Compute the sum of this and <code>m</code>.
351 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#add(org.apache.commons.math.linear.FieldMatrix)"><B>add(FieldMatrix&lt;T&gt;)</B></A> -
352 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
353 <DD>Compute the sum of this and m.
354 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#add(org.apache.commons.math.linear.FieldVector)"><B>add(FieldVector&lt;T&gt;)</B></A> -
355 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
356 <DD>Compute the sum of this and v.
357 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#add(T[])"><B>add(T[])</B></A> -
358 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
359 <DD>Compute the sum of this and v.
360 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
361 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
362 <DD>Compute the sum of this and m.
363 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#add(org.apache.commons.math.linear.OpenMapRealMatrix)"><B>add(OpenMapRealMatrix)</B></A> -
364 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
365 <DD>Compute the sum of this and <code>m</code>.
366 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#add(org.apache.commons.math.linear.RealVector)"><B>add(RealVector)</B></A> -
367 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
368 <DD>Compute the sum of this and v.
369 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#add(org.apache.commons.math.linear.OpenMapRealVector)"><B>add(OpenMapRealVector)</B></A> -
370 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
371 <DD>Optimized method to add two OpenMapRealVectors.
372 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
373 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
374 <DD>Compute the sum of this and m.
375 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#add(org.apache.commons.math.linear.RealMatrix)"><B>add(RealMatrix)</B></A> -
376 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
377 <DD><B>Deprecated.</B>&nbsp;Compute the sum of this and m.
378 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#add(org.apache.commons.math.linear.RealMatrixImpl)"><B>add(RealMatrixImpl)</B></A> -
379 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
380 <DD><B>Deprecated.</B>&nbsp;Compute the sum of this and <code>m</code>.
381 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#add(org.apache.commons.math.linear.RealVector)"><B>add(RealVector)</B></A> -
382 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
383 <DD>Compute the sum of this and v.
384 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#add(double[])"><B>add(double[])</B></A> -
385 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
386 <DD>Compute the sum of this and v.
387 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#add(org.apache.commons.math.linear.SparseFieldVector)"><B>add(SparseFieldVector&lt;T&gt;)</B></A> -
388 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
389 <DD>Optimized method to add sparse vectors.
390 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#add(T[])"><B>add(T[])</B></A> -
391 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
392 <DD>Compute the sum of this and v.
393 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#add(org.apache.commons.math.linear.FieldVector)"><B>add(FieldVector&lt;T&gt;)</B></A> -
394 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
395 <DD>Compute the sum of this and v.
396 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#add(org.apache.commons.math.util.BigReal)"><B>add(BigReal)</B></A> -
397 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
398 <DD>Compute this + a.
399 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#addAndCheck(int, int)"><B>addAndCheck(int, int)</B></A> -
400 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
401 <DD>Add two integers, checking for overflow.
402 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#addAndCheck(long, long)"><B>addAndCheck(long, long)</B></A> -
403 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
404 <DD>Add two long integers, checking for overflow.
405 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#addChromosome(org.apache.commons.math.genetics.Chromosome)"><B>addChromosome(Chromosome)</B></A> -
406 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
407 <DD>Add the given chromosome to the population.
408 <DT><A HREF="./org/apache/commons/math/genetics/Population.html#addChromosome(org.apache.commons.math.genetics.Chromosome)"><B>addChromosome(Chromosome)</B></A> -
409 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics">Population</A>
410 <DD>Add the given chromosome to the population.
411 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#addData(double, double)"><B>addData(double, double)</B></A> -
412 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
413 <DD>Adds the observation (x,y) to the regression data set.
414 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#addData(double[][])"><B>addData(double[][])</B></A> -
415 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
416 <DD>Adds the observations represented by the elements in
417 <code>data</code>.
418 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#addElement(double)"><B>addElement(double)</B></A> -
419 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
420 <DD>Adds an element to the end of this expandable array
421 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#addElement(double)"><B>addElement(double)</B></A> -
422 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
423 <DD>Adds an element to the end of this expandable array.
424 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#addElementRolling(double)"><B>addElementRolling(double)</B></A> -
425 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
426 <DD>
427 Adds an element to the end of the array and removes the first
428 element in the array.
429 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#addElementRolling(double)"><B>addElementRolling(double)</B></A> -
430 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
431 <DD>
432 Adds an element to the end of the array and removes the first
433 element in the array.
434 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#addEndTimeChecker(double, double, org.apache.commons.math.ode.events.CombinedEventsManager)"><B>addEndTimeChecker(double, double, CombinedEventsManager)</B></A> -
435 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
436 <DD>Add an event handler for end time checking.
437 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#addEventHandler(org.apache.commons.math.ode.events.EventHandler, double, double, int)"><B>addEventHandler(EventHandler, double, double, int)</B></A> -
438 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
439 <DD>Add an event handler to the integrator.
440 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#addEventHandler(org.apache.commons.math.ode.events.EventHandler, double, double, int)"><B>addEventHandler(EventHandler, double, double, int)</B></A> -
441 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
442 <DD>Add an events handler.
443 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#addEventHandler(org.apache.commons.math.ode.jacobians.EventHandlerWithJacobians, double, double, int)"><B>addEventHandler(EventHandlerWithJacobians, double, double, int)</B></A> -
444 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
445 <DD>Add an event handler to the integrator.
446 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#addEventHandler(org.apache.commons.math.ode.events.EventHandler, double, double, int)"><B>addEventHandler(EventHandler, double, double, int)</B></A> -
447 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
448 <DD>Add an event handler to the integrator.
449 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#addEventHandler(org.apache.commons.math.ode.events.EventHandler, double, double, int)"><B>addEventHandler(EventHandler, double, double, int)</B></A> -
450 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
451 <DD>Add an event handler to the integrator.
452 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ADDITIVE_MODE"><B>ADDITIVE_MODE</B></A> -
453 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
454 <DD>additive expansion mode
455 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#addMeasurement(org.apache.commons.math.estimation.WeightedMeasurement)"><B>addMeasurement(WeightedMeasurement)</B></A> -
456 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
457 <DD><B>Deprecated.</B>&nbsp;Add a new measurement to the set.
458 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#addObservedPoint(double, double)"><B>addObservedPoint(double, double)</B></A> -
459 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
460 <DD>Add an observed (x,y) point to the sample with unit weight.
461 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#addObservedPoint(double, double, double)"><B>addObservedPoint(double, double, double)</B></A> -
462 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
463 <DD>Add an observed weighted (x,y) point to the sample.
464 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#addObservedPoint(org.apache.commons.math.optimization.fitting.WeightedObservedPoint)"><B>addObservedPoint(WeightedObservedPoint)</B></A> -
465 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
466 <DD>Add an observed weighted (x,y) point to the sample.
467 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html#addObservedPoint(double, double, double)"><B>addObservedPoint(double, double, double)</B></A> -
468 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFitter</A>
469 <DD>Add an observed weighted (x,y) point to the sample.
470 <DT><A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html#addObservedPoint(double, double, double)"><B>addObservedPoint(double, double, double)</B></A> -
471 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html" title="class in org.apache.commons.math.optimization.fitting">PolynomialFitter</A>
472 <DD>Add an observed weighted (x,y) point to the sample.
473 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#addParameter(org.apache.commons.math.estimation.EstimatedParameter)"><B>addParameter(EstimatedParameter)</B></A> -
474 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
475 <DD><B>Deprecated.</B>&nbsp;Add a parameter to the problem.
476 <DT><A HREF="./org/apache/commons/math/stat/clustering/Cluster.html#addPoint(T)"><B>addPoint(T)</B></A> -
477 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="class in org.apache.commons.math.stat.clustering">Cluster</A>
478 <DD>Add a point to this cluster.
479 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#addStepHandler(org.apache.commons.math.ode.sampling.StepHandler)"><B>addStepHandler(StepHandler)</B></A> -
480 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
481 <DD>Add a step handler to this integrator.
482 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#addStepHandler(org.apache.commons.math.ode.jacobians.StepHandlerWithJacobians)"><B>addStepHandler(StepHandlerWithJacobians)</B></A> -
483 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
484 <DD>Add a step handler to this integrator.
485 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#addStepHandler(org.apache.commons.math.ode.sampling.StepHandler)"><B>addStepHandler(StepHandler)</B></A> -
486 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
487 <DD>Add a step handler to this integrator.
488 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#addStepHandler(org.apache.commons.math.ode.sampling.StepHandler)"><B>addStepHandler(StepHandler)</B></A> -
489 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
490 <DD>Add a step handler to this integrator.
491 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#addToEntry(int, int, T)"><B>addToEntry(int, int, T)</B></A> -
492 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
493 <DD>Change an entry in the specified row and column.
494 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
495 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
496 <DD>Change an entry in the specified row and column.
497 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#addToEntry(int, int, T)"><B>addToEntry(int, int, T)</B></A> -
498 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
499 <DD>Change an entry in the specified row and column.
500 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
501 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
502 <DD>Change an entry in the specified row and column.
503 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#addToEntry(int, int, T)"><B>addToEntry(int, int, T)</B></A> -
504 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
505 <DD>Change an entry in the specified row and column.
506 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
507 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
508 <DD>Change an entry in the specified row and column.
509 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#addToEntry(int, int, T)"><B>addToEntry(int, int, T)</B></A> -
510 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
511 <DD>Change an entry in the specified row and column.
512 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
513 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
514 <DD>Change an entry in the specified row and column.
515 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
516 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
517 <DD>Change an entry in the specified row and column.
518 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#addToEntry(int, int, double)"><B>addToEntry(int, int, double)</B></A> -
519 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
520 <DD><B>Deprecated.</B>&nbsp;Change an entry in the specified row and column.
521 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#addToEntry(int, int, T)"><B>addToEntry(int, int, T)</B></A> -
522 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
523 <DD>Change an entry in the specified row and column.
524 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#addValue(double)"><B>addValue(double)</B></A> -
525 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
526 <DD>Adds the value to the dataset.
527 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><B>addValue(double[])</B></A> -
528 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
529 <DD>Add an n-tuple to the data
530 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#addValue(double)"><B>addValue(double)</B></A> -
531 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
532 <DD>Add a value to the data
533 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#addValue(double)"><B>addValue(double)</B></A> -
534 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
535 <DD>Adds the value to the dataset.
536 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#addValue(double[])"><B>addValue(double[])</B></A> -
537 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
538 <DD>Add an n-tuple to the data
539 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#addValue(double)"><B>addValue(double)</B></A> -
540 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
541 <DD>Add a value to the data
542 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Object)"><B>addValue(Object)</B></A> -
543 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
544 <DD><B>Deprecated.</B>&nbsp;<I>use <A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Comparable)"><CODE>Frequency.addValue(Comparable)</CODE></A> instead</I>
545 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Comparable)"><B>addValue(Comparable&lt;?&gt;)</B></A> -
546 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
547 <DD>Adds 1 to the frequency count for v.
548 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(int)"><B>addValue(int)</B></A> -
549 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
550 <DD>Adds 1 to the frequency count for v.
551 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(java.lang.Integer)"><B>addValue(Integer)</B></A> -
552 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
553 <DD><B>Deprecated.</B>&nbsp;<I>to be removed in math 3.0</I>
554 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(long)"><B>addValue(long)</B></A> -
555 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
556 <DD>Adds 1 to the frequency count for v.
557 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#addValue(char)"><B>addValue(char)</B></A> -
558 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
559 <DD>Adds 1 to the frequency count for v.
560 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html#advance(org.apache.commons.math.linear.AbstractRealVector.EntryImpl)"><B>advance(AbstractRealVector.EntryImpl)</B></A> -
561 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear">AbstractRealVector.SparseEntryIterator</A>
562 <DD>Advance an entry up to the next non null one.
563 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html#advance()"><B>advance()</B></A> -
564 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap.Iterator</A>
565 <DD>Advance iterator one step further.
566 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html#advance()"><B>advance()</B></A> -
567 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap.Iterator</A>
568 <DD>Advance iterator one step further.
569 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#aggregate(java.util.Collection)"><B>aggregate(Collection&lt;SummaryStatistics&gt;)</B></A> -
570 Static method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
571 <DD>Computes aggregate summary statistics.
572 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>AggregateSummaryStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>
573 An aggregator for <code>SummaryStatistics</code> from several data sets or
574 data set partitions.<DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#AggregateSummaryStatistics()"><B>AggregateSummaryStatistics()</B></A> -
575 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
576 <DD>Initializes a new AggregateSummaryStatistics with default statistics
577 implementations.
578 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#AggregateSummaryStatistics(org.apache.commons.math.stat.descriptive.SummaryStatistics)"><B>AggregateSummaryStatistics(SummaryStatistics)</B></A> -
579 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
580 <DD>Initializes a new AggregateSummaryStatistics with the specified statistics
581 object as a prototype for contributing statistics and for the internal
582 aggregate statistics.
583 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#AggregateSummaryStatistics(org.apache.commons.math.stat.descriptive.SummaryStatistics, org.apache.commons.math.stat.descriptive.SummaryStatistics)"><B>AggregateSummaryStatistics(SummaryStatistics, SummaryStatistics)</B></A> -
584 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
585 <DD>Initializes a new AggregateSummaryStatistics with the specified statistics
586 object as a prototype for contributing statistics and for the internal
587 aggregate statistics.
588 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#angle(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>angle(Vector3D, Vector3D)</B></A> -
589 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
590 <DD>Compute the angular separation between two vectors.
591 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html#anovaFValue(java.util.Collection)"><B>anovaFValue(Collection&lt;double[]&gt;)</B></A> -
592 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html" title="interface in org.apache.commons.math.stat.inference">OneWayAnova</A>
593 <DD>Computes the ANOVA F-value for a collection of <code>double[]</code>
594 arrays.
595 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html#anovaFValue(java.util.Collection)"><B>anovaFValue(Collection&lt;double[]&gt;)</B></A> -
596 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference">OneWayAnovaImpl</A>
597 <DD>Computes the ANOVA F-value for a collection of <code>double[]</code>
598 arrays.
599 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html#anovaPValue(java.util.Collection)"><B>anovaPValue(Collection&lt;double[]&gt;)</B></A> -
600 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html" title="interface in org.apache.commons.math.stat.inference">OneWayAnova</A>
601 <DD>Computes the ANOVA P-value for a collection of <code>double[]</code>
602 arrays.
603 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html#anovaPValue(java.util.Collection)"><B>anovaPValue(Collection&lt;double[]&gt;)</B></A> -
604 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference">OneWayAnovaImpl</A>
605 <DD>Computes the ANOVA P-value for a collection of <code>double[]</code>
606 arrays.
607 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html#anovaTest(java.util.Collection, double)"><B>anovaTest(Collection&lt;double[]&gt;, double)</B></A> -
608 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html" title="interface in org.apache.commons.math.stat.inference">OneWayAnova</A>
609 <DD>Performs an ANOVA test, evaluating the null hypothesis that there
610 is no difference among the means of the data categories.
611 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html#anovaTest(java.util.Collection, double)"><B>anovaTest(Collection&lt;double[]&gt;, double)</B></A> -
612 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference">OneWayAnovaImpl</A>
613 <DD>Performs an ANOVA test, evaluating the null hypothesis that there
614 is no difference among the means of the data categories.
615 <DT><A HREF="./org/apache/commons/math/linear/AnyMatrix.html" title="interface in org.apache.commons.math.linear"><B>AnyMatrix</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining very basic matrix operations.<DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#append(org.apache.commons.math.linear.FieldVector)"><B>append(FieldVector&lt;T&gt;)</B></A> -
616 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
617 <DD>Construct a vector by appending a vector to this vector.
618 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#append(org.apache.commons.math.linear.ArrayFieldVector)"><B>append(ArrayFieldVector&lt;T&gt;)</B></A> -
619 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
620 <DD>Construct a vector by appending a vector to this vector.
621 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#append(T)"><B>append(T)</B></A> -
622 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
623 <DD>Construct a vector by appending a T to this vector.
624 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#append(T[])"><B>append(T[])</B></A> -
625 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
626 <DD>Construct a vector by appending a T array to this vector.
627 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#append(org.apache.commons.math.linear.RealVector)"><B>append(RealVector)</B></A> -
628 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
629 <DD>Construct a vector by appending a vector to this vector.
630 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#append(org.apache.commons.math.linear.ArrayRealVector)"><B>append(ArrayRealVector)</B></A> -
631 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
632 <DD>Construct a vector by appending a vector to this vector.
633 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#append(double)"><B>append(double)</B></A> -
634 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
635 <DD>Construct a vector by appending a double to this vector.
636 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#append(double[])"><B>append(double[])</B></A> -
637 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
638 <DD>Construct a vector by appending a double array to this vector.
639 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#append(org.apache.commons.math.linear.FieldVector)"><B>append(FieldVector&lt;T&gt;)</B></A> -
640 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
641 <DD>Construct a vector by appending a vector to this vector.
642 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#append(T)"><B>append(T)</B></A> -
643 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
644 <DD>Construct a vector by appending a T to this vector.
645 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#append(T[])"><B>append(T[])</B></A> -
646 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
647 <DD>Construct a vector by appending a T array to this vector.
648 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#append(org.apache.commons.math.linear.OpenMapRealVector)"><B>append(OpenMapRealVector)</B></A> -
649 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
650 <DD>Optimized method to append a OpenMapRealVector.
651 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#append(org.apache.commons.math.linear.RealVector)"><B>append(RealVector)</B></A> -
652 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
653 <DD>Construct a vector by appending a vector to this vector.
654 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#append(double)"><B>append(double)</B></A> -
655 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
656 <DD>Construct a vector by appending a double to this vector.
657 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#append(double[])"><B>append(double[])</B></A> -
658 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
659 <DD>Construct a vector by appending a double array to this vector.
660 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#append(org.apache.commons.math.linear.RealVector)"><B>append(RealVector)</B></A> -
661 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
662 <DD>Construct a vector by appending a vector to this vector.
663 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#append(double)"><B>append(double)</B></A> -
664 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
665 <DD>Construct a vector by appending a double to this vector.
666 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#append(double[])"><B>append(double[])</B></A> -
667 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
668 <DD>Construct a vector by appending a double array to this vector.
669 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#append(org.apache.commons.math.linear.SparseFieldVector)"><B>append(SparseFieldVector&lt;T&gt;)</B></A> -
670 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
671 <DD>Construct a vector by appending a vector to this vector.
672 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#append(org.apache.commons.math.linear.FieldVector)"><B>append(FieldVector&lt;T&gt;)</B></A> -
673 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
674 <DD>Construct a vector by appending a vector to this vector.
675 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#append(T)"><B>append(T)</B></A> -
676 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
677 <DD>Construct a vector by appending a T to this vector.
678 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#append(T[])"><B>append(T[])</B></A> -
679 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
680 <DD>Construct a vector by appending a T array to this vector.
681 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#append(org.apache.commons.math.ode.ContinuousOutputModel)"><B>append(ContinuousOutputModel)</B></A> -
682 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
683 <DD>Append another model at the end of the instance.
684 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#apply(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>apply(UnivariateStatistic)</B></A> -
685 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
686 <DD>Apply the given statistic to the data associated with this set of statistics.
687 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#apply(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>apply(UnivariateStatistic)</B></A> -
688 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
689 <DD>Apply the given statistic to the data associated with this set of statistics.
690 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#applyInverseTo(org.apache.commons.math.geometry.Vector3D)"><B>applyInverseTo(Vector3D)</B></A> -
691 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
692 <DD>Apply the inverse of the rotation to a vector.
693 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#applyInverseTo(org.apache.commons.math.geometry.Rotation)"><B>applyInverseTo(Rotation)</B></A> -
694 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
695 <DD>Apply the inverse of the instance to another rotation.
696 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#applyTo(org.apache.commons.math.geometry.Vector3D)"><B>applyTo(Vector3D)</B></A> -
697 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
698 <DD>Apply the rotation to a vector.
699 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#applyTo(org.apache.commons.math.geometry.Rotation)"><B>applyTo(Rotation)</B></A> -
700 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
701 <DD>Apply the instance to another rotation.
702 <DT><A HREF="./org/apache/commons/math/ArgumentOutsideDomainException.html" title="class in org.apache.commons.math"><B>ArgumentOutsideDomainException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Error thrown when a method is called with an out of bounds argument.<DT><A HREF="./org/apache/commons/math/ArgumentOutsideDomainException.html#ArgumentOutsideDomainException(double, double, double)"><B>ArgumentOutsideDomainException(double, double, double)</B></A> -
703 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/ArgumentOutsideDomainException.html" title="class in org.apache.commons.math">ArgumentOutsideDomainException</A>
704 <DD>Constructs an exception with specified formatted detail message.
705 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear"><B>Array2DRowFieldMatrix</B></A>&lt;<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="type parameter in Array2DRowFieldMatrix">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Implementation of FieldMatrix<T> using a <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math"><CODE>FieldElement</CODE></A>[][] array to store entries.<DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math.Field)"><B>Array2DRowFieldMatrix(Field&lt;T&gt;)</B></A> -
706 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
707 <DD>Creates a matrix with no data
708 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(org.apache.commons.math.Field, int, int)"><B>Array2DRowFieldMatrix(Field&lt;T&gt;, int, int)</B></A> -
709 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
710 <DD>Create a new FieldMatrix<T> with the supplied row and column dimensions.
711 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(T[][])"><B>Array2DRowFieldMatrix(T[][])</B></A> -
712 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
713 <DD>Create a new FieldMatrix<T> using the input array as the underlying
714 data array.
715 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(T[][], boolean)"><B>Array2DRowFieldMatrix(T[][], boolean)</B></A> -
716 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
717 <DD>Create a new FieldMatrix<T> using the input array as the underlying
718 data array.
719 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#Array2DRowFieldMatrix(T[])"><B>Array2DRowFieldMatrix(T[])</B></A> -
720 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
721 <DD>Create a new (column) FieldMatrix<T> using <code>v</code> as the
722 data for the unique column of the <code>v.length x 1</code> matrix
723 created.
724 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear"><B>Array2DRowRealMatrix</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Implementation of RealMatrix using a double[][] array to store entries and
725 <a href="http://www.math.gatech.edu/~bourbaki/math2601/Web-notes/2num.pdf">
726 LU decomposition</a> to support linear system
727 solution and inverse.<DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#Array2DRowRealMatrix()"><B>Array2DRowRealMatrix()</B></A> -
728 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
729 <DD>Creates a matrix with no data
730 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#Array2DRowRealMatrix(int, int)"><B>Array2DRowRealMatrix(int, int)</B></A> -
731 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
732 <DD>Create a new RealMatrix with the supplied row and column dimensions.
733 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#Array2DRowRealMatrix(double[][])"><B>Array2DRowRealMatrix(double[][])</B></A> -
734 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
735 <DD>Create a new RealMatrix using the input array as the underlying
736 data array.
737 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#Array2DRowRealMatrix(double[][], boolean)"><B>Array2DRowRealMatrix(double[][], boolean)</B></A> -
738 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
739 <DD>Create a new RealMatrix using the input array as the underlying
740 data array.
741 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#Array2DRowRealMatrix(double[])"><B>Array2DRowRealMatrix(double[])</B></A> -
742 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
743 <DD>Create a new (column) RealMatrix using <code>v</code> as the
744 data for the unique column of the <code>v.length x 1</code> matrix
745 created.
746 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear"><B>ArrayFieldVector</B></A>&lt;<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="type parameter in ArrayFieldVector">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class implements the <A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear"><CODE>FieldVector</CODE></A> interface with a <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math"><CODE>FieldElement</CODE></A> array.<DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.Field)"><B>ArrayFieldVector(Field&lt;T&gt;)</B></A> -
747 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
748 <DD>Build a 0-length vector.
749 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.Field, int)"><B>ArrayFieldVector(Field&lt;T&gt;, int)</B></A> -
750 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
751 <DD>Construct a (size)-length vector of zeros.
752 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(int, T)"><B>ArrayFieldVector(int, T)</B></A> -
753 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
754 <DD>Construct an (size)-length vector with preset values.
755 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(T[])"><B>ArrayFieldVector(T[])</B></A> -
756 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
757 <DD>Construct a vector from an array, copying the input array.
758 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(T[], boolean)"><B>ArrayFieldVector(T[], boolean)</B></A> -
759 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
760 <DD>Create a new ArrayFieldVector using the input array as the underlying
761 data array.
762 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(T[], int, int)"><B>ArrayFieldVector(T[], int, int)</B></A> -
763 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
764 <DD>Construct a vector from part of a array.
765 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.linear.FieldVector)"><B>ArrayFieldVector(FieldVector&lt;T&gt;)</B></A> -
766 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
767 <DD>Construct a vector from another vector, using a deep copy.
768 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.linear.ArrayFieldVector)"><B>ArrayFieldVector(ArrayFieldVector&lt;T&gt;)</B></A> -
769 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
770 <DD>Construct a vector from another vector, using a deep copy.
771 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.linear.ArrayFieldVector, boolean)"><B>ArrayFieldVector(ArrayFieldVector&lt;T&gt;, boolean)</B></A> -
772 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
773 <DD>Construct a vector from another vector.
774 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.linear.ArrayFieldVector, org.apache.commons.math.linear.ArrayFieldVector)"><B>ArrayFieldVector(ArrayFieldVector&lt;T&gt;, ArrayFieldVector&lt;T&gt;)</B></A> -
775 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
776 <DD>Construct a vector by appending one vector to another vector.
777 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(org.apache.commons.math.linear.ArrayFieldVector, T[])"><B>ArrayFieldVector(ArrayFieldVector&lt;T&gt;, T[])</B></A> -
778 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
779 <DD>Construct a vector by appending one vector to another vector.
780 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(T[], org.apache.commons.math.linear.ArrayFieldVector)"><B>ArrayFieldVector(T[], ArrayFieldVector&lt;T&gt;)</B></A> -
781 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
782 <DD>Construct a vector by appending one vector to another vector.
783 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ArrayFieldVector(T[], T[])"><B>ArrayFieldVector(T[], T[])</B></A> -
784 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
785 <DD>Construct a vector by appending one vector to another vector.
786 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear"><B>ArrayRealVector</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class implements the <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> interface with a double array.<DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector()"><B>ArrayRealVector()</B></A> -
787 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
788 <DD>Build a 0-length vector.
789 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(int)"><B>ArrayRealVector(int)</B></A> -
790 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
791 <DD>Construct a (size)-length vector of zeros.
792 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(int, double)"><B>ArrayRealVector(int, double)</B></A> -
793 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
794 <DD>Construct an (size)-length vector with preset values.
795 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(double[])"><B>ArrayRealVector(double[])</B></A> -
796 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
797 <DD>Construct a vector from an array, copying the input array.
798 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(double[], boolean)"><B>ArrayRealVector(double[], boolean)</B></A> -
799 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
800 <DD>Create a new ArrayRealVector using the input array as the underlying
801 data array.
802 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(double[], int, int)"><B>ArrayRealVector(double[], int, int)</B></A> -
803 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
804 <DD>Construct a vector from part of a array.
805 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(java.lang.Double[])"><B>ArrayRealVector(Double[])</B></A> -
806 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
807 <DD>Construct a vector from an array.
808 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(java.lang.Double[], int, int)"><B>ArrayRealVector(Double[], int, int)</B></A> -
809 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
810 <DD>Construct a vector from part of a Double array
811 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.RealVector)"><B>ArrayRealVector(RealVector)</B></A> -
812 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
813 <DD>Construct a vector from another vector, using a deep copy.
814 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.ArrayRealVector)"><B>ArrayRealVector(ArrayRealVector)</B></A> -
815 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
816 <DD>Construct a vector from another vector, using a deep copy.
817 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.ArrayRealVector, boolean)"><B>ArrayRealVector(ArrayRealVector, boolean)</B></A> -
818 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
819 <DD>Construct a vector from another vector.
820 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.ArrayRealVector, org.apache.commons.math.linear.ArrayRealVector)"><B>ArrayRealVector(ArrayRealVector, ArrayRealVector)</B></A> -
821 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
822 <DD>Construct a vector by appending one vector to another vector.
823 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.ArrayRealVector, org.apache.commons.math.linear.RealVector)"><B>ArrayRealVector(ArrayRealVector, RealVector)</B></A> -
824 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
825 <DD>Construct a vector by appending one vector to another vector.
826 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.RealVector, org.apache.commons.math.linear.ArrayRealVector)"><B>ArrayRealVector(RealVector, ArrayRealVector)</B></A> -
827 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
828 <DD>Construct a vector by appending one vector to another vector.
829 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(org.apache.commons.math.linear.ArrayRealVector, double[])"><B>ArrayRealVector(ArrayRealVector, double[])</B></A> -
830 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
831 <DD>Construct a vector by appending one vector to another vector.
832 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(double[], org.apache.commons.math.linear.ArrayRealVector)"><B>ArrayRealVector(double[], ArrayRealVector)</B></A> -
833 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
834 <DD>Construct a vector by appending one vector to another vector.
835 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ArrayRealVector(double[], double[])"><B>ArrayRealVector(double[], double[])</B></A> -
836 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
837 <DD>Construct a vector by appending one vector to another vector.
838 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#asCollector(org.apache.commons.math.analysis.BivariateRealFunction, double)"><B>asCollector(BivariateRealFunction, double)</B></A> -
839 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
840 <DD>Generates a function that iteratively apply instance function on all
841 elements of an array.
842 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#asCollector(org.apache.commons.math.analysis.BivariateRealFunction)"><B>asCollector(BivariateRealFunction)</B></A> -
843 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
844 <DD>Generates a function that iteratively apply instance function on all
845 elements of an array.
846 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#asCollector(double)"><B>asCollector(double)</B></A> -
847 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
848 <DD>Generates a function that iteratively apply instance function on all
849 elements of an array.
850 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#asCollector()"><B>asCollector()</B></A> -
851 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
852 <DD>Generates a function that iteratively apply instance function on all
853 elements of an array.
854 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ASIN"><B>ASIN</B></A> -
855 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
856 <DD>The <code>Math.asin</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
857 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#asin()"><B>asin()</B></A> -
858 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
859 <DD>Compute the
860 <a href="http://mathworld.wolfram.com/InverseSine.html" TARGET="_top">
861 inverse sine</a> of this complex number.
862 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ATAN"><B>ATAN</B></A> -
863 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
864 <DD>The <code>Math.atan</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
865 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#atan()"><B>atan()</B></A> -
866 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
867 <DD>Compute the
868 <a href="http://mathworld.wolfram.com/InverseTangent.html" TARGET="_top">
869 inverse tangent</a> of this complex number.
870 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#ATAN2"><B>ATAN2</B></A> -
871 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
872 <DD>The <code>Math.atan2</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
873 </DL>
874 <HR>
875 <A NAME="_B_"><!-- --></A><H2>
876 <B>B</B></H2>
877 <DL>
878 <DT><A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special"><B>Beta</B></A> - Class in <A HREF="./org/apache/commons/math/special/package-summary.html">org.apache.commons.math.special</A><DD>This is a utility class that provides computation methods related to the
879 Beta family of functions.<DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution"><B>BetaDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Computes the cumulative, inverse cumulative and density functions for the beta distribuiton.<DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>BetaDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Implements the Beta distribution.<DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#BetaDistributionImpl(double, double, double)"><B>BetaDistributionImpl(double, double, double)</B></A> -
880 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
881 <DD>Build a new instance.
882 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#BetaDistributionImpl(double, double)"><B>BetaDistributionImpl(double, double)</B></A> -
883 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
884 <DD>Build a new instance.
885 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation"><B>BicubicSplineInterpolatingFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Function that implements the
886 <a href="http://en.wikipedia.org/wiki/Bicubic_interpolation">
887 bicubic spline interpolation</a>.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.html#BicubicSplineInterpolatingFunction(double[], double[], double[][], double[][], double[][], double[][])"><B>BicubicSplineInterpolatingFunction(double[], double[], double[][], double[][], double[][], double[][])</B></A> -
888 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation">BicubicSplineInterpolatingFunction</A>
889 <DD>&nbsp;
890 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#bigDecimalValue()"><B>bigDecimalValue()</B></A> -
891 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
892 <DD>
893 Gets the fraction as a <code>BigDecimal</code>.
894 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#bigDecimalValue(int)"><B>bigDecimalValue(int)</B></A> -
895 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
896 <DD>
897 Gets the fraction as a <code>BigDecimal</code> following the passed
898 rounding mode.
899 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#bigDecimalValue(int, int)"><B>bigDecimalValue(int, int)</B></A> -
900 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
901 <DD>
902 Gets the fraction as a <code>BigDecimal</code> following the passed scale
903 and rounding mode.
904 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#bigDecimalValue()"><B>bigDecimalValue()</B></A> -
905 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
906 <DD>Get the BigDecimal value corresponding to the instance.
907 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><B>BigFraction</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Representation of a rational number without any overflow.<DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(java.math.BigInteger)"><B>BigFraction(BigInteger)</B></A> -
908 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
909 <DD>
910 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> equivalent to the passed <tt>BigInteger</tt>, ie
911 "num / 1".
912 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(java.math.BigInteger, java.math.BigInteger)"><B>BigFraction(BigInteger, BigInteger)</B></A> -
913 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
914 <DD>
915 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> given the numerator and denominator as
916 <code>BigInteger</code>.
917 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(double)"><B>BigFraction(double)</B></A> -
918 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
919 <DD>Create a fraction given the double value.
920 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(double, double, int)"><B>BigFraction(double, double, int)</B></A> -
921 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
922 <DD>Create a fraction given the double value and maximum error allowed.
923 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(double, int)"><B>BigFraction(double, int)</B></A> -
924 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
925 <DD>Create a fraction given the double value and maximum denominator.
926 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(int)"><B>BigFraction(int)</B></A> -
927 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
928 <DD>
929 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> equivalent to the passed <tt>int</tt>, ie
930 "num / 1".
931 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(int, int)"><B>BigFraction(int, int)</B></A> -
932 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
933 <DD>
934 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> given the numerator and denominator as simple
935 <tt>int</tt>.
936 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(long)"><B>BigFraction(long)</B></A> -
937 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
938 <DD>
939 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> equivalent to the passed long, ie "num / 1".
940 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#BigFraction(long, long)"><B>BigFraction(long, long)</B></A> -
941 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
942 <DD>
943 Create a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> given the numerator and denominator as simple
944 <tt>long</tt>.
945 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionField.html" title="class in org.apache.commons.math.fraction"><B>BigFractionField</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Representation of the fractional numbers without any overflow field.<DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction"><B>BigFractionFormat</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Formats a BigFraction number in proper format or improper format.<DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#BigFractionFormat()"><B>BigFractionFormat()</B></A> -
946 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
947 <DD>Create an improper formatting instance with the default number format
948 for the numerator and denominator.
949 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#BigFractionFormat(java.text.NumberFormat)"><B>BigFractionFormat(NumberFormat)</B></A> -
950 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
951 <DD>Create an improper formatting instance with a custom number format for
952 both the numerator and denominator.
953 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#BigFractionFormat(java.text.NumberFormat, java.text.NumberFormat)"><B>BigFractionFormat(NumberFormat, NumberFormat)</B></A> -
954 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
955 <DD>Create an improper formatting instance with a custom number format for
956 the numerator and a custom number format for the denominator.
957 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#bigFractionMatrixToRealMatrix(org.apache.commons.math.linear.FieldMatrix)"><B>bigFractionMatrixToRealMatrix(FieldMatrix&lt;BigFraction&gt;)</B></A> -
958 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
959 <DD>Convert a <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A>/<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> matrix to a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A>.
960 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear"><B>BigMatrix</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, replaced by <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> with a <A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util"><CODE>BigReal</CODE></A> parameter</I><DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear"><B>BigMatrixImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, replaced by <A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear"><CODE>Array2DRowFieldMatrix</CODE></A> with a <A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util"><CODE>BigReal</CODE></A> parameter</I><DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl()"><B>BigMatrixImpl()</B></A> -
961 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
962 <DD><B>Deprecated.</B>&nbsp;Creates a matrix with no data
963 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(int, int)"><B>BigMatrixImpl(int, int)</B></A> -
964 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
965 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix with the supplied row and column dimensions.
966 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(java.math.BigDecimal[][])"><B>BigMatrixImpl(BigDecimal[][])</B></A> -
967 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
968 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix using <code>d</code> as the underlying
969 data array.
970 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(java.math.BigDecimal[][], boolean)"><B>BigMatrixImpl(BigDecimal[][], boolean)</B></A> -
971 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
972 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix using the input array as the underlying
973 data array.
974 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(double[][])"><B>BigMatrixImpl(double[][])</B></A> -
975 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
976 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix using <code>d</code> as the underlying
977 data array.
978 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(java.lang.String[][])"><B>BigMatrixImpl(String[][])</B></A> -
979 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
980 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix using the values represented by the strings in
981 <code>d</code> as the underlying data array.
982 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#BigMatrixImpl(java.math.BigDecimal[])"><B>BigMatrixImpl(BigDecimal[])</B></A> -
983 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
984 <DD><B>Deprecated.</B>&nbsp;Create a new (column) BigMatrix using <code>v</code> as the
985 data for the unique column of the <code>v.length x 1</code> matrix
986 created.
987 <DT><A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util"><B>BigReal</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Arbitrary precision decimal number.<DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.math.BigDecimal)"><B>BigReal(BigDecimal)</B></A> -
988 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
989 <DD>Build an instance from a BigDecimal.
990 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.math.BigInteger)"><B>BigReal(BigInteger)</B></A> -
991 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
992 <DD>Build an instance from a BigInteger.
993 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.math.BigInteger, int)"><B>BigReal(BigInteger, int)</B></A> -
994 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
995 <DD>Build an instance from an unscaled BigInteger.
996 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.math.BigInteger, int, java.math.MathContext)"><B>BigReal(BigInteger, int, MathContext)</B></A> -
997 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
998 <DD>Build an instance from an unscaled BigInteger.
999 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.math.BigInteger, java.math.MathContext)"><B>BigReal(BigInteger, MathContext)</B></A> -
1000 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1001 <DD>Build an instance from a BigInteger.
1002 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(char[])"><B>BigReal(char[])</B></A> -
1003 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1004 <DD>Build an instance from a characters representation.
1005 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(char[], int, int)"><B>BigReal(char[], int, int)</B></A> -
1006 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1007 <DD>Build an instance from a characters representation.
1008 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(char[], int, int, java.math.MathContext)"><B>BigReal(char[], int, int, MathContext)</B></A> -
1009 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1010 <DD>Build an instance from a characters representation.
1011 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(char[], java.math.MathContext)"><B>BigReal(char[], MathContext)</B></A> -
1012 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1013 <DD>Build an instance from a characters representation.
1014 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(double)"><B>BigReal(double)</B></A> -
1015 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1016 <DD>Build an instance from a double.
1017 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(double, java.math.MathContext)"><B>BigReal(double, MathContext)</B></A> -
1018 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1019 <DD>Build an instance from a double.
1020 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(int)"><B>BigReal(int)</B></A> -
1021 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1022 <DD>Build an instance from an int.
1023 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(int, java.math.MathContext)"><B>BigReal(int, MathContext)</B></A> -
1024 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1025 <DD>Build an instance from an int.
1026 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(long)"><B>BigReal(long)</B></A> -
1027 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1028 <DD>Build an instance from a long.
1029 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(long, java.math.MathContext)"><B>BigReal(long, MathContext)</B></A> -
1030 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1031 <DD>Build an instance from a long.
1032 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.lang.String)"><B>BigReal(String)</B></A> -
1033 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1034 <DD>Build an instance from a String representation.
1035 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#BigReal(java.lang.String, java.math.MathContext)"><B>BigReal(String, MathContext)</B></A> -
1036 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1037 <DD>Build an instance from a String representation.
1038 <DT><A HREF="./org/apache/commons/math/util/BigRealField.html" title="class in org.apache.commons.math.util"><B>BigRealField</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Representation of real numbers with arbitrary precision field.<DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics"><B>BinaryChromosome</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Chromosome represented by a vector of 0s and 1s.<DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html#BinaryChromosome(java.util.List)"><B>BinaryChromosome(List&lt;Integer&gt;)</B></A> -
1039 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics">BinaryChromosome</A>
1040 <DD>Constructor.
1041 <DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html#BinaryChromosome(java.lang.Integer[])"><B>BinaryChromosome(Integer[])</B></A> -
1042 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics">BinaryChromosome</A>
1043 <DD>Constructor.
1044 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><B>BinaryFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Base class for <A HREF="./org/apache/commons/math/analysis/BivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>BivariateRealFunction</CODE></A> that can be composed with other functions.<DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#BinaryFunction()"><B>BinaryFunction()</B></A> -
1045 Constructor for class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
1046 <DD>&nbsp;
1047 <DT><A HREF="./org/apache/commons/math/genetics/BinaryMutation.html" title="class in org.apache.commons.math.genetics"><B>BinaryMutation</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Mutation for <A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics"><CODE>BinaryChromosome</CODE></A>s.<DT><A HREF="./org/apache/commons/math/genetics/BinaryMutation.html#BinaryMutation()"><B>BinaryMutation()</B></A> -
1048 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryMutation.html" title="class in org.apache.commons.math.genetics">BinaryMutation</A>
1049 <DD>&nbsp;
1050 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#binomialCoefficient(int, int)"><B>binomialCoefficient(int, int)</B></A> -
1051 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
1052 <DD>Returns an exact representation of the <a
1053 href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial
1054 Coefficient</a>, "<code>n choose k</code>", the number of
1055 <code>k</code>-element subsets that can be selected from an
1056 <code>n</code>-element set.
1057 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#binomialCoefficientDouble(int, int)"><B>binomialCoefficientDouble(int, int)</B></A> -
1058 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
1059 <DD>Returns a <code>double</code> representation of the <a
1060 href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial
1061 Coefficient</a>, "<code>n choose k</code>", the number of
1062 <code>k</code>-element subsets that can be selected from an
1063 <code>n</code>-element set.
1064 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#binomialCoefficientLog(int, int)"><B>binomialCoefficientLog(int, int)</B></A> -
1065 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
1066 <DD>Returns the natural <code>log</code> of the <a
1067 href="http://mathworld.wolfram.com/BinomialCoefficient.html"> Binomial
1068 Coefficient</a>, "<code>n choose k</code>", the number of
1069 <code>k</code>-element subsets that can be selected from an
1070 <code>n</code>-element set.
1071 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution"><B>BinomialDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Binomial Distribution.<DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>BinomialDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>BinomialDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#BinomialDistributionImpl(int, double)"><B>BinomialDistributionImpl(int, double)</B></A> -
1072 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
1073 <DD>Create a binomial distribution with the given number of trials and
1074 probability of success.
1075 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>BisectionSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements the <a href="http://mathworld.wolfram.com/Bisection.html">
1076 bisection algorithm</a> for finding zeros of univariate real functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#BisectionSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>BisectionSolver(UnivariateRealFunction)</B></A> -
1077 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
1078 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
1079 to the <A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>BisectionSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
1080 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
1081 method.</I>
1082 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#BisectionSolver()"><B>BisectionSolver()</B></A> -
1083 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
1084 <DD>Construct a solver.
1085 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random"><B>BitsStreamGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Base class for random number generators that generates bits streams.<DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#BitsStreamGenerator()"><B>BitsStreamGenerator()</B></A> -
1086 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
1087 <DD>Creates a new random number generator.
1088 <DT><A HREF="./org/apache/commons/math/analysis/BivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><B>BivariateRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a bivariate real function.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/BivariateRealGridInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation"><B>BivariateRealGridInterpolator</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Interface representing a bivariate real interpolating function where the
1089 sample points must be specified on a regular grid.<DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#BLOCK_SIZE"><B>BLOCK_SIZE</B></A> -
1090 Static variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
1091 <DD>Block size.
1092 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#BLOCK_SIZE"><B>BLOCK_SIZE</B></A> -
1093 Static variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
1094 <DD>Block size.
1095 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear"><B>BlockFieldMatrix</B></A>&lt;<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="type parameter in BlockFieldMatrix">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Cache-friendly implementation of FieldMatrix using a flat arrays to store
1096 square blocks of the matrix.<DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#BlockFieldMatrix(org.apache.commons.math.Field, int, int)"><B>BlockFieldMatrix(Field&lt;T&gt;, int, int)</B></A> -
1097 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
1098 <DD>Create a new matrix with the supplied row and column dimensions.
1099 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#BlockFieldMatrix(T[][])"><B>BlockFieldMatrix(T[][])</B></A> -
1100 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
1101 <DD>Create a new dense matrix copying entries from raw layout data.
1102 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#BlockFieldMatrix(int, int, T[][], boolean)"><B>BlockFieldMatrix(int, int, T[][], boolean)</B></A> -
1103 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
1104 <DD>Create a new dense matrix copying entries from block layout data.
1105 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear"><B>BlockRealMatrix</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Cache-friendly implementation of RealMatrix using a flat arrays to store
1106 square blocks of the matrix.<DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#BlockRealMatrix(int, int)"><B>BlockRealMatrix(int, int)</B></A> -
1107 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
1108 <DD>Create a new matrix with the supplied row and column dimensions.
1109 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#BlockRealMatrix(double[][])"><B>BlockRealMatrix(double[][])</B></A> -
1110 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
1111 <DD>Create a new dense matrix copying entries from raw layout data.
1112 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#BlockRealMatrix(int, int, double[][], boolean)"><B>BlockRealMatrix(int, int, double[][], boolean)</B></A> -
1113 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
1114 <DD>Create a new dense matrix copying entries from block layout data.
1115 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html#bracket(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>bracket(UnivariateRealFunction, double, double, double)</B></A> -
1116 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverUtils</A>
1117 <DD>This method attempts to find two values a and b satisfying
1118 <code> lowerBound <= a < initial < b <= upperBound</code>
1119 <code> f(a) * f(b) < 0 </code>
1120
1121 If f is continuous on <code>[a,b],</code> this means that <code>a</code>
1122 and <code>b</code> bracket a root of f.
1123 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html#bracket(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double, int)"><B>bracket(UnivariateRealFunction, double, double, double, int)</B></A> -
1124 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverUtils</A>
1125 <DD>This method attempts to find two values a and b satisfying
1126 <code> lowerBound <= a < initial < b <= upperBound</code>
1127 <code> f(a) * f(b) <= 0 </code>
1128
1129 If f is continuous on <code>[a,b],</code> this means that <code>a</code>
1130 and <code>b</code> bracket a root of f.
1131 <DT><A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html" title="class in org.apache.commons.math.optimization.univariate"><B>BrentOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/univariate/package-summary.html">org.apache.commons.math.optimization.univariate</A><DD>Implements Richard Brent's algorithm (from his book "Algorithms for
1132 Minimization without Derivatives", p.<DT><A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html#BrentOptimizer()"><B>BrentOptimizer()</B></A> -
1133 Constructor for class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">BrentOptimizer</A>
1134 <DD>Construct a solver.
1135 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>BrentSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements the <a href="http://mathworld.wolfram.com/BrentsMethod.html">
1136 Brent algorithm</a> for finding zeros of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#BrentSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>BrentSolver(UnivariateRealFunction)</B></A> -
1137 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
1138 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
1139 to the <A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>BrentSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
1140 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
1141 method.</I>
1142 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#BrentSolver()"><B>BrentSolver()</B></A> -
1143 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
1144 <DD>Construct a solver with default properties.
1145 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#BrentSolver(double)"><B>BrentSolver(double)</B></A> -
1146 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
1147 <DD>Construct a solver with the given absolute accuracy.
1148 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#BrentSolver(int, double)"><B>BrentSolver(int, double)</B></A> -
1149 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
1150 <DD>Contstruct a solver with the given maximum iterations and absolute accuracy.
1151 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#buildArray(org.apache.commons.math.Field, int, int)"><B>buildArray(Field&lt;T&gt;, int, int)</B></A> -
1152 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1153 <DD>Build an array of elements.
1154 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#buildArray(org.apache.commons.math.Field, int)"><B>buildArray(Field&lt;T&gt;, int)</B></A> -
1155 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1156 <DD>Build an array of elements.
1157 </DL>
1158 <HR>
1159 <A NAME="_C_"><!-- --></A><H2>
1160 <B>C</B></H2>
1161 <DL>
1162 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#calculateBeta()"><B>calculateBeta()</B></A> -
1163 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
1164 <DD>Calculates the beta of multiple linear regression in matrix notation.
1165 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#calculateBeta()"><B>calculateBeta()</B></A> -
1166 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
1167 <DD>Calculates beta by GLS.
1168 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#calculateBeta()"><B>calculateBeta()</B></A> -
1169 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
1170 <DD>Calculates regression coefficients using OLS.
1171 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#calculateBetaVariance()"><B>calculateBetaVariance()</B></A> -
1172 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
1173 <DD>Calculates the beta variance of multiple linear regression in matrix
1174 notation.
1175 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#calculateBetaVariance()"><B>calculateBetaVariance()</B></A> -
1176 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
1177 <DD>Calculates the variance on the beta by GLS.
1178 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#calculateBetaVariance()"><B>calculateBetaVariance()</B></A> -
1179 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
1180 <DD>Calculates the variance on the beta by OLS.
1181 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#calculateHat()"><B>calculateHat()</B></A> -
1182 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
1183 <DD>Compute the "hat" matrix.
1184 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#calculateResiduals()"><B>calculateResiduals()</B></A> -
1185 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
1186 <DD>Calculates the residuals of multiple linear regression in matrix
1187 notation.
1188 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#calculateYVariance()"><B>calculateYVariance()</B></A> -
1189 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
1190 <DD>Calculates the Y variance of multiple linear regression.
1191 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#calculateYVariance()"><B>calculateYVariance()</B></A> -
1192 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
1193 <DD>Calculates the variance on the y by GLS.
1194 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#calculateYVariance()"><B>calculateYVariance()</B></A> -
1195 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
1196 <DD>Calculates the variance on the Y by OLS.
1197 <DT><A HREF="./org/apache/commons/math/geometry/CardanEulerSingularityException.html" title="class in org.apache.commons.math.geometry"><B>CardanEulerSingularityException</B></A> - Exception in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>This class represents exceptions thrown while extractiong Cardan
1198 or Euler angles from a rotation.<DT><A HREF="./org/apache/commons/math/geometry/CardanEulerSingularityException.html#CardanEulerSingularityException(boolean)"><B>CardanEulerSingularityException(boolean)</B></A> -
1199 Constructor for exception org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/CardanEulerSingularityException.html" title="class in org.apache.commons.math.geometry">CardanEulerSingularityException</A>
1200 <DD>Simple constructor.
1201 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution"><B>CauchyDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Cauchy Distribution.<DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>CauchyDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Default implementation of
1202 <A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>CauchyDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#CauchyDistributionImpl()"><B>CauchyDistributionImpl()</B></A> -
1203 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
1204 <DD>Creates cauchy distribution with the medain equal to zero and scale
1205 equal to one.
1206 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#CauchyDistributionImpl(double, double)"><B>CauchyDistributionImpl(double, double)</B></A> -
1207 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
1208 <DD>Create a cauchy distribution using the given median and scale.
1209 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#CauchyDistributionImpl(double, double, double)"><B>CauchyDistributionImpl(double, double, double)</B></A> -
1210 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
1211 <DD>Create a cauchy distribution using the given median and scale.
1212 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#CBRT"><B>CBRT</B></A> -
1213 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
1214 <DD>The <code>Math.cbrt</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
1215 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#CEIL"><B>CEIL</B></A> -
1216 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
1217 <DD>The <code>Math.ceil</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
1218 <DT><A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html#centroidOf(java.util.Collection)"><B>centroidOf(Collection&lt;T&gt;)</B></A> -
1219 Method in interface org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering">Clusterable</A>
1220 <DD>Returns the centroid of the given Collection of points.
1221 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#centroidOf(java.util.Collection)"><B>centroidOf(Collection&lt;EuclideanIntegerPoint&gt;)</B></A> -
1222 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
1223 <DD>Returns the centroid of the given Collection of points.
1224 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkAdditionCompatible(org.apache.commons.math.linear.FieldMatrix)"><B>checkAdditionCompatible(FieldMatrix&lt;T&gt;)</B></A> -
1225 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1226 <DD>Check if a matrix is addition compatible with the instance
1227 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkAdditionCompatible(org.apache.commons.math.linear.AnyMatrix, org.apache.commons.math.linear.AnyMatrix)"><B>checkAdditionCompatible(AnyMatrix, AnyMatrix)</B></A> -
1228 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1229 <DD>Check if matrices are addition compatible
1230 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkColumnIndex(int)"><B>checkColumnIndex(int)</B></A> -
1231 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1232 <DD>Check if a column index is valid.
1233 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkColumnIndex(org.apache.commons.math.linear.AnyMatrix, int)"><B>checkColumnIndex(AnyMatrix, int)</B></A> -
1234 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1235 <DD>Check if a column index is valid.
1236 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#checkContractExpand(float, float)"><B>checkContractExpand(float, float)</B></A> -
1237 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
1238 <DD>Checks the expansion factor and the contraction criteria and throws an
1239 IllegalArgumentException if the contractionCriteria is less than the
1240 expansionCriteria
1241 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#checker"><B>checker</B></A> -
1242 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
1243 <DD>Convergence checker.
1244 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#checker"><B>checker</B></A> -
1245 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
1246 <DD>Convergence checker.
1247 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#checkIndex(int)"><B>checkIndex(int)</B></A> -
1248 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
1249 <DD>Check if an index is valid.
1250 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkMultiplicationCompatible(org.apache.commons.math.linear.FieldMatrix)"><B>checkMultiplicationCompatible(FieldMatrix&lt;T&gt;)</B></A> -
1251 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1252 <DD>Check if a matrix is multiplication compatible with the instance
1253 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkMultiplicationCompatible(org.apache.commons.math.linear.AnyMatrix, org.apache.commons.math.linear.AnyMatrix)"><B>checkMultiplicationCompatible(AnyMatrix, AnyMatrix)</B></A> -
1254 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1255 <DD>Check if matrices are multiplication compatible
1256 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#checkOrder(double[], int, boolean)"><B>checkOrder(double[], int, boolean)</B></A> -
1257 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
1258 <DD>Checks that the given array is sorted.
1259 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#checkResultComputed()"><B>checkResultComputed()</B></A> -
1260 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
1261 <DD>Check if a result has been computed.
1262 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#checkResultComputed()"><B>checkResultComputed()</B></A> -
1263 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
1264 <DD>Check if a result has been computed.
1265 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkRowIndex(int)"><B>checkRowIndex(int)</B></A> -
1266 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1267 <DD>Check if a row index is valid.
1268 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkRowIndex(org.apache.commons.math.linear.AnyMatrix, int)"><B>checkRowIndex(AnyMatrix, int)</B></A> -
1269 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1270 <DD>Check if a row index is valid.
1271 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkSubMatrixIndex(int, int, int, int)"><B>checkSubMatrixIndex(int, int, int, int)</B></A> -
1272 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1273 <DD>Check if submatrix ranges indices are valid.
1274 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkSubMatrixIndex(int[], int[])"><B>checkSubMatrixIndex(int[], int[])</B></A> -
1275 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1276 <DD>Check if submatrix ranges indices are valid.
1277 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkSubMatrixIndex(org.apache.commons.math.linear.AnyMatrix, int, int, int, int)"><B>checkSubMatrixIndex(AnyMatrix, int, int, int, int)</B></A> -
1278 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1279 <DD>Check if submatrix ranges indices are valid.
1280 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkSubMatrixIndex(org.apache.commons.math.linear.AnyMatrix, int[], int[])"><B>checkSubMatrixIndex(AnyMatrix, int[], int[])</B></A> -
1281 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1282 <DD>Check if submatrix ranges indices are valid.
1283 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#checkSubtractionCompatible(org.apache.commons.math.linear.FieldMatrix)"><B>checkSubtractionCompatible(FieldMatrix&lt;T&gt;)</B></A> -
1284 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1285 <DD>Check if a matrix is subtraction compatible with the instance
1286 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#checkSubtractionCompatible(org.apache.commons.math.linear.AnyMatrix, org.apache.commons.math.linear.AnyMatrix)"><B>checkSubtractionCompatible(AnyMatrix, AnyMatrix)</B></A> -
1287 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
1288 <DD>Check if matrices are subtraction compatible
1289 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#checkValidity(java.util.List)"><B>checkValidity(List&lt;T&gt;)</B></A> -
1290 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
1291 <DD>Asserts that <code>representation</code> can represent a valid chromosome.
1292 <DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html#checkValidity(java.util.List)"><B>checkValidity(List&lt;Integer&gt;)</B></A> -
1293 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics">BinaryChromosome</A>
1294 <DD>Asserts that <code>representation</code> can represent a valid chromosome.
1295 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#checkValidity(java.util.List)"><B>checkValidity(List&lt;Double&gt;)</B></A> -
1296 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
1297 <DD>Asserts that <code>representation</code> can represent a valid chromosome.
1298 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#checkVectorDimensions(org.apache.commons.math.linear.RealVector)"><B>checkVectorDimensions(RealVector)</B></A> -
1299 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
1300 <DD>Check if instance and specified vectors have the same dimension.
1301 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#checkVectorDimensions(int)"><B>checkVectorDimensions(int)</B></A> -
1302 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
1303 <DD>Check if instance dimension is equal to some expected value.
1304 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#checkVectorDimensions(org.apache.commons.math.linear.FieldVector)"><B>checkVectorDimensions(FieldVector&lt;T&gt;)</B></A> -
1305 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
1306 <DD>Check if instance and specified vectors have the same dimension.
1307 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#checkVectorDimensions(int)"><B>checkVectorDimensions(int)</B></A> -
1308 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
1309 <DD>Check if instance dimension is equal to some expected value.
1310 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#checkVectorDimensions(org.apache.commons.math.linear.RealVector)"><B>checkVectorDimensions(RealVector)</B></A> -
1311 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
1312 <DD>Check if instance and specified vectors have the same dimension.
1313 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#checkVectorDimensions(int)"><B>checkVectorDimensions(int)</B></A> -
1314 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
1315 <DD>Check if instance dimension is equal to some expected value.
1316 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#checkVectorDimensions(int)"><B>checkVectorDimensions(int)</B></A> -
1317 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
1318 <DD>Check if instance dimension is equal to some expected value.
1319 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquare(double[], long[])"><B>chiSquare(double[], long[])</B></A> -
1320 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1321 <DD>Computes the <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1322 Chi-Square statistic</a> comparing <code>observed</code> and <code>expected</code>
1323 frequency counts.
1324 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquare(long[][])"><B>chiSquare(long[][])</B></A> -
1325 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1326 <DD>Computes the Chi-Square statistic associated with a
1327 <a href="http://www.itl.nist.gov/div898/handbook/prc/section4/prc45.htm">
1328 chi-square test of independence</a> based on the input <code>counts</code>
1329 array, viewed as a two-way table.
1330 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquare(double[], long[])"><B>chiSquare(double[], long[])</B></A> -
1331 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1332 <DD>Computes the <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1333 Chi-Square statistic</a> comparing <code>observed</code> and <code>expected</code>
1334 frequency counts.
1335 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquare(long[][])"><B>chiSquare(long[][])</B></A> -
1336 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1337 <DD>&nbsp;
1338 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquare(double[], long[])"><B>chiSquare(double[], long[])</B></A> -
1339 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1340 <DD>&nbsp;
1341 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquare(long[][])"><B>chiSquare(long[][])</B></A> -
1342 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1343 <DD>&nbsp;
1344 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareDataSetsComparison(long[], long[])"><B>chiSquareDataSetsComparison(long[], long[])</B></A> -
1345 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1346 <DD>&nbsp;
1347 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareDataSetsComparison(long[], long[])"><B>chiSquareDataSetsComparison(long[], long[])</B></A> -
1348 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1349 <DD>&nbsp;
1350 <DT><A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html#chiSquareDataSetsComparison(long[], long[])"><B>chiSquareDataSetsComparison(long[], long[])</B></A> -
1351 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">UnknownDistributionChiSquareTest</A>
1352 <DD>Computes a
1353 <a href="http://www.itl.nist.gov/div898/software/dataplot/refman1/auxillar/chi2samp.htm">
1354 Chi-Square two sample test statistic</a> comparing bin frequency counts
1355 in <code>observed1</code> and <code>observed2</code>.
1356 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html" title="interface in org.apache.commons.math.distribution"><B>ChiSquaredDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Chi-Squared Distribution.<DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>ChiSquaredDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>ChiSquaredDistribution</CODE></A><DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#ChiSquaredDistributionImpl(double)"><B>ChiSquaredDistributionImpl(double)</B></A> -
1357 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
1358 <DD>Create a Chi-Squared distribution with the given degrees of freedom.
1359 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#ChiSquaredDistributionImpl(double, org.apache.commons.math.distribution.GammaDistribution)"><B>ChiSquaredDistributionImpl(double, GammaDistribution)</B></A> -
1360 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
1361 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (to avoid possibly inconsistent state, the
1362 "GammaDistribution" will be instantiated internally)</I>
1363 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#ChiSquaredDistributionImpl(double, double)"><B>ChiSquaredDistributionImpl(double, double)</B></A> -
1364 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
1365 <DD>Create a Chi-Squared distribution with the given degrees of freedom and
1366 inverse cumulative probability accuracy.
1367 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference"><B>ChiSquareTest</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>An interface for Chi-Square tests.<DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquareTest(double[], long[])"><B>chiSquareTest(double[], long[])</B></A> -
1368 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1369 <DD>Returns the <i>observed significance level</i>, or <a href=
1370 "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
1371 p-value</a>, associated with a
1372 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1373 Chi-square goodness of fit test</a> comparing the <code>observed</code>
1374 frequency counts to those in the <code>expected</code> array.
1375 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquareTest(double[], long[], double)"><B>chiSquareTest(double[], long[], double)</B></A> -
1376 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1377 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1378 Chi-square goodness of fit test</a> evaluating the null hypothesis that the observed counts
1379 conform to the frequency distribution described by the expected counts, with
1380 significance level <code>alpha</code>.
1381 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquareTest(long[][])"><B>chiSquareTest(long[][])</B></A> -
1382 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1383 <DD>Returns the <i>observed significance level</i>, or <a href=
1384 "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
1385 p-value</a>, associated with a
1386 <a href="http://www.itl.nist.gov/div898/handbook/prc/section4/prc45.htm">
1387 chi-square test of independence</a> based on the input <code>counts</code>
1388 array, viewed as a two-way table.
1389 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html#chiSquareTest(long[][], double)"><B>chiSquareTest(long[][], double)</B></A> -
1390 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">ChiSquareTest</A>
1391 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/prc/section4/prc45.htm">
1392 chi-square test of independence</a> evaluating the null hypothesis that the classifications
1393 represented by the counts in the columns of the input 2-way table are independent of the rows,
1394 with significance level <code>alpha</code>.
1395 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTest(double[], long[])"><B>chiSquareTest(double[], long[])</B></A> -
1396 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1397 <DD>Returns the <i>observed significance level</i>, or <a href=
1398 "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
1399 p-value</a>, associated with a
1400 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1401 Chi-square goodness of fit test</a> comparing the <code>observed</code>
1402 frequency counts to those in the <code>expected</code> array.
1403 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTest(double[], long[], double)"><B>chiSquareTest(double[], long[], double)</B></A> -
1404 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1405 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda35f.htm">
1406 Chi-square goodness of fit test</a> evaluating the null hypothesis that the observed counts
1407 conform to the frequency distribution described by the expected counts, with
1408 significance level <code>alpha</code>.
1409 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTest(long[][])"><B>chiSquareTest(long[][])</B></A> -
1410 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1411 <DD>&nbsp;
1412 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTest(long[][], double)"><B>chiSquareTest(long[][], double)</B></A> -
1413 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1414 <DD>&nbsp;
1415 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTest(double[], long[], double)"><B>chiSquareTest(double[], long[], double)</B></A> -
1416 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1417 <DD>&nbsp;
1418 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTest(double[], long[])"><B>chiSquareTest(double[], long[])</B></A> -
1419 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1420 <DD>&nbsp;
1421 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTest(long[][], double)"><B>chiSquareTest(long[][], double)</B></A> -
1422 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1423 <DD>&nbsp;
1424 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTest(long[][])"><B>chiSquareTest(long[][])</B></A> -
1425 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1426 <DD>&nbsp;
1427 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTestDataSetsComparison(long[], long[])"><B>chiSquareTestDataSetsComparison(long[], long[])</B></A> -
1428 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1429 <DD>&nbsp;
1430 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#chiSquareTestDataSetsComparison(long[], long[], double)"><B>chiSquareTestDataSetsComparison(long[], long[], double)</B></A> -
1431 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1432 <DD>&nbsp;
1433 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTestDataSetsComparison(long[], long[])"><B>chiSquareTestDataSetsComparison(long[], long[])</B></A> -
1434 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1435 <DD>&nbsp;
1436 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#chiSquareTestDataSetsComparison(long[], long[], double)"><B>chiSquareTestDataSetsComparison(long[], long[], double)</B></A> -
1437 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
1438 <DD>&nbsp;
1439 <DT><A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html#chiSquareTestDataSetsComparison(long[], long[])"><B>chiSquareTestDataSetsComparison(long[], long[])</B></A> -
1440 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">UnknownDistributionChiSquareTest</A>
1441 <DD>Returns the <i>observed significance level</i>, or <a href=
1442 "http://www.cas.lancs.ac.uk/glossary_v1.1/hyptest.html#pvalue">
1443 p-value</a>, associated with a Chi-Square two sample test comparing
1444 bin frequency counts in <code>observed1</code> and
1445 <code>observed2</code>.
1446 <DT><A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html#chiSquareTestDataSetsComparison(long[], long[], double)"><B>chiSquareTestDataSetsComparison(long[], long[], double)</B></A> -
1447 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference">UnknownDistributionChiSquareTest</A>
1448 <DD>Performs a Chi-Square two sample test comparing two binned data
1449 sets.
1450 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference"><B>ChiSquareTestImpl</B></A> - Class in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>Implements Chi-Square test statistics defined in the
1451 <A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference"><CODE>UnknownDistributionChiSquareTest</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#ChiSquareTestImpl()"><B>ChiSquareTestImpl()</B></A> -
1452 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1453 <DD>Construct a ChiSquareTestImpl
1454 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#ChiSquareTestImpl(org.apache.commons.math.distribution.ChiSquaredDistribution)"><B>ChiSquareTestImpl(ChiSquaredDistribution)</B></A> -
1455 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
1456 <DD>Create a test instance using the given distribution for computing
1457 inference statistics.
1458 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html" title="interface in org.apache.commons.math.linear"><B>CholeskyDecomposition</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
1459 Cholesky decomposition of a real symmetric positive-definite matrix.<DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>CholeskyDecompositionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the Cholesky decomposition of a matrix.<DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#CholeskyDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><B>CholeskyDecompositionImpl(RealMatrix)</B></A> -
1460 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
1461 <DD>Calculates the Cholesky decomposition of the given matrix.
1462 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#CholeskyDecompositionImpl(org.apache.commons.math.linear.RealMatrix, double, double)"><B>CholeskyDecompositionImpl(RealMatrix, double, double)</B></A> -
1463 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
1464 <DD>Calculates the Cholesky decomposition of the given matrix.
1465 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics"><B>Chromosome</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Individual in a population.<DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#Chromosome()"><B>Chromosome()</B></A> -
1466 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
1467 <DD>&nbsp;
1468 <DT><A HREF="./org/apache/commons/math/genetics/ChromosomePair.html" title="class in org.apache.commons.math.genetics"><B>ChromosomePair</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>A pair of <A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics"><CODE>Chromosome</CODE></A> objects.<DT><A HREF="./org/apache/commons/math/genetics/ChromosomePair.html#ChromosomePair(org.apache.commons.math.genetics.Chromosome, org.apache.commons.math.genetics.Chromosome)"><B>ChromosomePair(Chromosome, Chromosome)</B></A> -
1469 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ChromosomePair.html" title="class in org.apache.commons.math.genetics">ChromosomePair</A>
1470 <DD>Create a chromosome pair.
1471 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#classes()"><B>classes()</B></A> -
1472 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
1473 <DD>Returns the Set of Classes used as keys in the map.
1474 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>ClassicalRungeKuttaIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the classical fourth order Runge-Kutta
1475 integrator for Ordinary Differential Equations (it is the most
1476 often used Runge-Kutta method).<DT><A HREF="./org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegrator.html#ClassicalRungeKuttaIntegrator(double)"><B>ClassicalRungeKuttaIntegrator(double)</B></A> -
1477 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/ClassicalRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">ClassicalRungeKuttaIntegrator</A>
1478 <DD>Simple constructor.
1479 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#clear()"><B>clear()</B></A> -
1480 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
1481 <DD>Clears the cache used by the default implementation of
1482 <A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextGaussian()"><CODE>AbstractRandomGenerator.nextGaussian()</CODE></A>.
1483 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#clear()"><B>clear()</B></A> -
1484 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
1485 <DD>Clears the internal state of the Statistic
1486 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#clear()"><B>clear()</B></A> -
1487 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
1488 <DD>Resets all statistics and storage
1489 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#clear()"><B>clear()</B></A> -
1490 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
1491 <DD>Clears the internal state of the Statistic
1492 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#clear()"><B>clear()</B></A> -
1493 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
1494 <DD>Clears the internal state of the Statistic
1495 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#clear()"><B>clear()</B></A> -
1496 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
1497 <DD>Clears the internal state of the Statistic
1498 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#clear()"><B>clear()</B></A> -
1499 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
1500 <DD>Clears the internal state of the Statistic
1501 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#clear()"><B>clear()</B></A> -
1502 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
1503 <DD>Clears the internal state of the Statistic
1504 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#clear()"><B>clear()</B></A> -
1505 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
1506 <DD>Clears the internal state of the Statistic
1507 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#clear()"><B>clear()</B></A> -
1508 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
1509 <DD>Clears the internal state of the Statistic
1510 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#clear()"><B>clear()</B></A> -
1511 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
1512 <DD>Clears the internal state of the Statistic
1513 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#clear()"><B>clear()</B></A> -
1514 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
1515 <DD>Clears the internal state of the Statistic
1516 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#clear()"><B>clear()</B></A> -
1517 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
1518 <DD>Clears the internal state of the Statistic
1519 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#clear()"><B>clear()</B></A> -
1520 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
1521 <DD>Clears the internal state of the Statistic
1522 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#clear()"><B>clear()</B></A> -
1523 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
1524 <DD>Resets all statistics and storage
1525 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#clear()"><B>clear()</B></A> -
1526 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
1527 <DD>Clears the internal state of the Statistic
1528 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#clear()"><B>clear()</B></A> -
1529 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
1530 <DD>Clears the internal state of the Statistic
1531 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#clear()"><B>clear()</B></A> -
1532 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
1533 <DD>Clears the internal state of the Statistic
1534 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#clear()"><B>clear()</B></A> -
1535 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
1536 <DD>Clears the internal state of the Statistic
1537 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#clear()"><B>clear()</B></A> -
1538 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
1539 <DD>Clears the internal state of the Statistic
1540 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#clear()"><B>clear()</B></A> -
1541 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
1542 <DD>Clears the internal state of the Statistic
1543 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#clear()"><B>clear()</B></A> -
1544 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
1545 <DD>Clears the internal state of the Statistic
1546 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#clear()"><B>clear()</B></A> -
1547 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
1548 <DD>Resets all statistics and storage
1549 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#clear()"><B>clear()</B></A> -
1550 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
1551 <DD>Resets all statistics and storage
1552 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#clear()"><B>clear()</B></A> -
1553 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
1554 <DD>Resets all statistics and storage
1555 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#clear()"><B>clear()</B></A> -
1556 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
1557 <DD>Resets all statistics and storage
1558 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#clear()"><B>clear()</B></A> -
1559 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
1560 <DD>Clears the frequency table
1561 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#clear()"><B>clear()</B></A> -
1562 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
1563 <DD>Clears all data from the model.
1564 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#clear()"><B>clear()</B></A> -
1565 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
1566 <DD>Clear the double array
1567 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#clear()"><B>clear()</B></A> -
1568 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
1569 <DD>Clear the array, reset the size to the initialCapacity and the number
1570 of elements to zero.
1571 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#clear()"><B>clear()</B></A> -
1572 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
1573 <DD>Clears all the Class to Transformer mappings.
1574 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#clearEventHandlers()"><B>clearEventHandlers()</B></A> -
1575 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
1576 <DD>Remove all the event handlers that have been added to the integrator.
1577 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#clearEventHandlers()"><B>clearEventHandlers()</B></A> -
1578 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
1579 <DD>Remove all the event handlers that have been added to the integrator.
1580 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#clearEventHandlers()"><B>clearEventHandlers()</B></A> -
1581 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
1582 <DD>Remove all the event handlers that have been added to the integrator.
1583 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#clearEventsHandlers()"><B>clearEventsHandlers()</B></A> -
1584 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
1585 <DD>Remove all the events handlers that have been added to the manager.
1586 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#clearObservations()"><B>clearObservations()</B></A> -
1587 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
1588 <DD>Remove all observations.
1589 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#clearResult()"><B>clearResult()</B></A> -
1590 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
1591 <DD>Convenience function for implementations.
1592 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#clearResult()"><B>clearResult()</B></A> -
1593 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
1594 <DD>Convenience function for implementations.
1595 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#clearResult()"><B>clearResult()</B></A> -
1596 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
1597 <DD>Convenience function for implementations.
1598 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#clearStepHandlers()"><B>clearStepHandlers()</B></A> -
1599 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
1600 <DD>Remove all the step handlers that have been added to the integrator.
1601 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#clearStepHandlers()"><B>clearStepHandlers()</B></A> -
1602 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
1603 <DD>Remove all the step handlers that have been added to the integrator.
1604 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#clearStepHandlers()"><B>clearStepHandlers()</B></A> -
1605 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
1606 <DD>Remove all the step handlers that have been added to the integrator.
1607 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#closeReplayFile()"><B>closeReplayFile()</B></A> -
1608 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
1609 <DD>Closes <code>valuesFileURL</code> after use in REPLAY_MODE.
1610 <DT><A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="class in org.apache.commons.math.stat.clustering"><B>Cluster</B></A>&lt;<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="type parameter in Cluster">T</A> extends <A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering">Clusterable</A>&lt;<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="type parameter in Cluster">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/stat/clustering/package-summary.html">org.apache.commons.math.stat.clustering</A><DD>Cluster holding a set of <A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering"><CODE>Clusterable</CODE></A> points.<DT><A HREF="./org/apache/commons/math/stat/clustering/Cluster.html#Cluster(T)"><B>Cluster(T)</B></A> -
1611 Constructor for class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="class in org.apache.commons.math.stat.clustering">Cluster</A>
1612 <DD>Build a cluster centered at a specified point.
1613 <DT><A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html#cluster(java.util.Collection, int, int)"><B>cluster(Collection&lt;T&gt;, int, int)</B></A> -
1614 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html" title="class in org.apache.commons.math.stat.clustering">KMeansPlusPlusClusterer</A>
1615 <DD>Runs the K-means++ clustering algorithm.
1616 <DT><A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering"><B>Clusterable</B></A>&lt;<A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="type parameter in Clusterable">T</A>&gt; - Interface in <A HREF="./org/apache/commons/math/stat/clustering/package-summary.html">org.apache.commons.math.stat.clustering</A><DD>Interface for points that can be clustered together.<DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#cols"><B>cols</B></A> -
1617 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
1618 <DD><B>Deprecated.</B>&nbsp;Number of columns of the jacobian matrix.
1619 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#cols"><B>cols</B></A> -
1620 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
1621 <DD>Number of columns of the jacobian matrix.
1622 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#combine(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.analysis.BivariateRealFunction)"><B>combine(UnivariateRealFunction, BivariateRealFunction)</B></A> -
1623 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
1624 <DD>Return a function combining the instance and another function.
1625 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events"><B>CombinedEventsManager</B></A> - Class in <A HREF="./org/apache/commons/math/ode/events/package-summary.html">org.apache.commons.math.ode.events</A><DD>This class manages several <A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events"><CODE>event handlers</CODE></A> during integration.<DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#CombinedEventsManager()"><B>CombinedEventsManager()</B></A> -
1626 Constructor for class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
1627 <DD>Simple constructor.
1628 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#comparatorPermutation(java.util.List, java.util.Comparator)"><B>comparatorPermutation(List&lt;S&gt;, Comparator&lt;S&gt;)</B></A> -
1629 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
1630 <DD>Generates a representation of a permutation corresponding to the
1631 <code>data</code> sorted by <code>comparator</code>.
1632 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#compareTo(org.apache.commons.math.fraction.BigFraction)"><B>compareTo(BigFraction)</B></A> -
1633 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
1634 <DD>
1635 Compares this object to another based on size.
1636 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#compareTo(org.apache.commons.math.fraction.Fraction)"><B>compareTo(Fraction)</B></A> -
1637 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
1638 <DD>Compares this object to another based on size.
1639 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#compareTo(org.apache.commons.math.genetics.Chromosome)"><B>compareTo(Chromosome)</B></A> -
1640 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
1641 <DD>Compares two chromosomes based on their fitness.
1642 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#compareTo(org.apache.commons.math.util.BigReal)"><B>compareTo(BigReal)</B></A> -
1643 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
1644 <DD>
1645 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#compareTo(double, double, double)"><B>compareTo(double, double, double)</B></A> -
1646 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
1647 <DD>Compares two numbers given some amount of allowed error.
1648 <DT><A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex"><B>Complex</B></A> - Class in <A HREF="./org/apache/commons/math/complex/package-summary.html">org.apache.commons.math.complex</A><DD>Representation of a Complex number - a number which has both a
1649 real and imaginary part.<DT><A HREF="./org/apache/commons/math/complex/Complex.html#Complex(double, double)"><B>Complex(double, double)</B></A> -
1650 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
1651 <DD>Create a complex number given the real and imaginary parts.
1652 <DT><A HREF="./org/apache/commons/math/complex/ComplexField.html" title="class in org.apache.commons.math.complex"><B>ComplexField</B></A> - Class in <A HREF="./org/apache/commons/math/complex/package-summary.html">org.apache.commons.math.complex</A><DD>Representation of the complex numbers field.<DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex"><B>ComplexFormat</B></A> - Class in <A HREF="./org/apache/commons/math/complex/package-summary.html">org.apache.commons.math.complex</A><DD>Formats a Complex number in cartesian format "Re(c) + Im(c)i".<DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat()"><B>ComplexFormat()</B></A> -
1653 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1654 <DD>Create an instance with the default imaginary character, 'i', and the
1655 default number format for both real and imaginary parts.
1656 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat(java.text.NumberFormat)"><B>ComplexFormat(NumberFormat)</B></A> -
1657 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1658 <DD>Create an instance with a custom number format for both real and
1659 imaginary parts.
1660 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat(java.text.NumberFormat, java.text.NumberFormat)"><B>ComplexFormat(NumberFormat, NumberFormat)</B></A> -
1661 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1662 <DD>Create an instance with a custom number format for the real part and a
1663 custom number format for the imaginary part.
1664 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat(java.lang.String)"><B>ComplexFormat(String)</B></A> -
1665 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1666 <DD>Create an instance with a custom imaginary character, and the default
1667 number format for both real and imaginary parts.
1668 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat(java.lang.String, java.text.NumberFormat)"><B>ComplexFormat(String, NumberFormat)</B></A> -
1669 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1670 <DD>Create an instance with a custom imaginary character, and a custom number
1671 format for both real and imaginary parts.
1672 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#ComplexFormat(java.lang.String, java.text.NumberFormat, java.text.NumberFormat)"><B>ComplexFormat(String, NumberFormat, NumberFormat)</B></A> -
1673 Constructor for class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
1674 <DD>Create an instance with a custom imaginary character, a custom number
1675 format for the real part, and a custom number format for the imaginary
1676 part.
1677 <DT><A HREF="./org/apache/commons/math/complex/ComplexUtils.html" title="class in org.apache.commons.math.complex"><B>ComplexUtils</B></A> - Class in <A HREF="./org/apache/commons/math/complex/package-summary.html">org.apache.commons.math.complex</A><DD>Static implementations of common
1678 <A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex"><CODE>Complex</CODE></A> utilities functions.<DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><B>ComposableFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Base class for <A HREF="./org/apache/commons/math/analysis/UnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>UnivariateRealFunction</CODE></A> that can be composed with other functions.<DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ComposableFunction()"><B>ComposableFunction()</B></A> -
1679 Constructor for class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
1680 <DD>&nbsp;
1681 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util"><B>CompositeFormat</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Base class for formatters of composite objects (complex numbers, vectors ...).<DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#CompositeFormat()"><B>CompositeFormat()</B></A> -
1682 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
1683 <DD>&nbsp;
1684 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#computeCoefficients()"><B>computeCoefficients()</B></A> -
1685 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
1686 <DD>Calculate the coefficients of Lagrange polynomial from the
1687 interpolation data.
1688 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#computeCoefficients()"><B>computeCoefficients()</B></A> -
1689 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
1690 <DD>Calculate the normal polynomial coefficients given the Newton form.
1691 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#computeCorrelationMatrix(org.apache.commons.math.linear.RealMatrix)"><B>computeCorrelationMatrix(RealMatrix)</B></A> -
1692 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
1693 <DD>Computes the correlation matrix for the columns of the
1694 input matrix.
1695 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#computeCorrelationMatrix(double[][])"><B>computeCorrelationMatrix(double[][])</B></A> -
1696 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
1697 <DD>Computes the correlation matrix for the columns of the
1698 input rectangular array.
1699 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#computeCorrelationMatrix(org.apache.commons.math.linear.RealMatrix)"><B>computeCorrelationMatrix(RealMatrix)</B></A> -
1700 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
1701 <DD>Computes the Spearman's rank correlation matrix for the columns of the
1702 input matrix.
1703 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#computeCorrelationMatrix(double[][])"><B>computeCorrelationMatrix(double[][])</B></A> -
1704 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
1705 <DD>Computes the Spearman's rank correlation matrix for the columns of the
1706 input rectangular array.
1707 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#computeCovarianceMatrix(org.apache.commons.math.linear.RealMatrix, boolean)"><B>computeCovarianceMatrix(RealMatrix, boolean)</B></A> -
1708 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
1709 <DD>Compute a covariance matrix from a matrix whose columns represent
1710 covariates.
1711 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#computeCovarianceMatrix(org.apache.commons.math.linear.RealMatrix)"><B>computeCovarianceMatrix(RealMatrix)</B></A> -
1712 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
1713 <DD>Create a covariance matrix from a matrix whose columns represent
1714 covariates.
1715 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#computeCovarianceMatrix(double[][], boolean)"><B>computeCovarianceMatrix(double[][], boolean)</B></A> -
1716 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
1717 <DD>Compute a covariance matrix from a rectangular array whose columns represent
1718 covariates.
1719 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#computeCovarianceMatrix(double[][])"><B>computeCovarianceMatrix(double[][])</B></A> -
1720 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
1721 <DD>Create a covariance matrix from a rectangual array whose columns represent
1722 covariates.
1723 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#computeDerivatives(double, double[], double[])"><B>computeDerivatives(double, double[], double[])</B></A> -
1724 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
1725 <DD>Compute the derivatives and check the number of evaluations.
1726 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html#computeDerivatives(double, double[], double[])"><B>computeDerivatives(double, double[], double[])</B></A> -
1727 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html" title="class in org.apache.commons.math.ode">FirstOrderConverter</A>
1728 <DD>Get the current time derivative of the state vector.
1729 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html#computeDerivatives(double, double[], double[])"><B>computeDerivatives(double, double[], double[])</B></A> -
1730 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode">FirstOrderDifferentialEquations</A>
1731 <DD>Get the current time derivative of the state vector.
1732 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#computeDistribution()"><B>computeDistribution()</B></A> -
1733 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
1734 <DD>Computes the empirical distribution using values from the file
1735 in <code>valuesFileURL</code>, using the default number of bins.
1736 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#computeDistribution(int)"><B>computeDistribution(int)</B></A> -
1737 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
1738 <DD>Computes the empirical distribution using values from the file
1739 in <code>valuesFileURL</code> and <code>binCount</code> bins.
1740 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html#computeDividedDifference(double[], double[])"><B>computeDividedDifference(double[], double[])</B></A> -
1741 Static method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">DividedDifferenceInterpolator</A>
1742 <DD>Returns a copy of the divided difference array.
1743 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#computeInterpolatedStateAndDerivatives(double, double)"><B>computeInterpolatedStateAndDerivatives(double, double)</B></A> -
1744 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
1745 <DD>Compute the state and derivatives at the interpolated time.
1746 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#computeInterpolatedStateAndDerivatives(double, double)"><B>computeInterpolatedStateAndDerivatives(double, double)</B></A> -
1747 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
1748 <DD>Compute the state at the interpolated time.
1749 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#computeInterpolatedStateAndDerivatives(double, double)"><B>computeInterpolatedStateAndDerivatives(double, double)</B></A> -
1750 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
1751 <DD>Compute the state and derivatives at the interpolated time.
1752 <DT><A HREF="./org/apache/commons/math/ode/jacobians/ODEWithJacobians.html#computeJacobians(double, double[], double[], double[][], double[][])"><B>computeJacobians(double, double[], double[], double[][], double[][])</B></A> -
1753 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/ODEWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">ODEWithJacobians</A>
1754 <DD>Compute the partial derivatives of ODE with respect to state.
1755 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#computeObjectiveGradient(double[])"><B>computeObjectiveGradient(double[])</B></A> -
1756 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
1757 <DD>Compute the gradient vector.
1758 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#computeObjectiveValue(double[])"><B>computeObjectiveValue(double[])</B></A> -
1759 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
1760 <DD>Compute the objective function value.
1761 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#computeObjectiveValue(org.apache.commons.math.analysis.UnivariateRealFunction, double)"><B>computeObjectiveValue(UnivariateRealFunction, double)</B></A> -
1762 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
1763 <DD>Compute the objective function value.
1764 <DT><A HREF="./org/apache/commons/math/ode/SecondOrderDifferentialEquations.html#computeSecondDerivatives(double, double[], double[], double[])"><B>computeSecondDerivatives(double, double[], double[], double[])</B></A> -
1765 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/SecondOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode">SecondOrderDifferentialEquations</A>
1766 <DD>Get the current time derivative of the state vector.
1767 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#computeStepGrowShrinkFactor(double)"><B>computeStepGrowShrinkFactor(double)</B></A> -
1768 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
1769 <DD>Compute step grow/shrink factor according to normalized error.
1770 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#conjugate()"><B>conjugate()</B></A> -
1771 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
1772 <DD>Return the conjugate of this complex number.
1773 <DT><A HREF="./org/apache/commons/math/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math.optimization.general"><B>ConjugateGradientFormula</B></A> - Enum in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>Available choices of update formulas for the &beta; parameter
1774 in <A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general"><CODE>NonLinearConjugateGradientOptimizer</CODE></A>.<DT><A HREF="./org/apache/commons/math/random/ValueServer.html#CONSTANT_MODE"><B>CONSTANT_MODE</B></A> -
1775 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
1776 <DD>Always return mu
1777 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#containsClass(java.lang.Class)"><B>containsClass(Class&lt;?&gt;)</B></A> -
1778 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
1779 <DD>Tests if a Class is present in the TransformerMap.
1780 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#containsKey(int)"><B>containsKey(int)</B></A> -
1781 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
1782 <DD>Check if a value is associated with a key.
1783 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#containsKey(int)"><B>containsKey(int)</B></A> -
1784 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
1785 <DD>Check if a value is associated with a key.
1786 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#containsTransformer(org.apache.commons.math.util.NumberTransformer)"><B>containsTransformer(NumberTransformer)</B></A> -
1787 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
1788 <DD>Tests if a NumberTransformer is present in the TransformerMap.
1789 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#CONTINUE"><B>CONTINUE</B></A> -
1790 Static variable in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
1791 <DD>Continue indicator.
1792 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#CONTINUE"><B>CONTINUE</B></A> -
1793 Static variable in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
1794 <DD>Continue indicator.
1795 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util"><B>ContinuedFraction</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Provides a generic means to evaluate continued fractions.<DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#ContinuedFraction()"><B>ContinuedFraction()</B></A> -
1796 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
1797 <DD>Default constructor.
1798 <DT><A HREF="./org/apache/commons/math/distribution/ContinuousDistribution.html" title="interface in org.apache.commons.math.distribution"><B>ContinuousDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base interface for continuous distributions.<DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode"><B>ContinuousOutputModel</B></A> - Class in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This class stores all information provided by an ODE integrator
1799 during the integration process and build a continuous model of the
1800 solution from this.<DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#ContinuousOutputModel()"><B>ContinuousOutputModel()</B></A> -
1801 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
1802 <DD>Simple constructor.
1803 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#contract()"><B>contract()</B></A> -
1804 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
1805 <DD>Contracts the storage array to the (size of the element set) + 1 - to
1806 avoid a zero length array.
1807 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#contractionCriteria"><B>contractionCriteria</B></A> -
1808 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
1809 <DD>The contraction criteria determines when the internal array will be
1810 contracted to fit the number of elements contained in the element
1811 array + 1.
1812 <DT><A HREF="./org/apache/commons/math/optimization/RealConvergenceChecker.html#converged(int, org.apache.commons.math.optimization.RealPointValuePair, org.apache.commons.math.optimization.RealPointValuePair)"><B>converged(int, RealPointValuePair, RealPointValuePair)</B></A> -
1813 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealConvergenceChecker.html" title="interface in org.apache.commons.math.optimization">RealConvergenceChecker</A>
1814 <DD>Check if the optimization algorithm has converged considering the last points.
1815 <DT><A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html#converged(int, org.apache.commons.math.optimization.RealPointValuePair, org.apache.commons.math.optimization.RealPointValuePair)"><B>converged(int, RealPointValuePair, RealPointValuePair)</B></A> -
1816 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleRealPointChecker</A>
1817 <DD>Check if the optimization algorithm has converged considering the last points.
1818 <DT><A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html#converged(int, org.apache.commons.math.optimization.RealPointValuePair, org.apache.commons.math.optimization.RealPointValuePair)"><B>converged(int, RealPointValuePair, RealPointValuePair)</B></A> -
1819 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleScalarValueChecker</A>
1820 <DD>Check if the optimization algorithm has converged considering the last points.
1821 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html#converged(int, org.apache.commons.math.optimization.VectorialPointValuePair, org.apache.commons.math.optimization.VectorialPointValuePair)"><B>converged(int, VectorialPointValuePair, VectorialPointValuePair)</B></A> -
1822 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialPointChecker</A>
1823 <DD>Check if the optimization algorithm has converged considering the last points.
1824 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html#converged(int, org.apache.commons.math.optimization.VectorialPointValuePair, org.apache.commons.math.optimization.VectorialPointValuePair)"><B>converged(int, VectorialPointValuePair, VectorialPointValuePair)</B></A> -
1825 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialValueChecker</A>
1826 <DD>Check if the optimization algorithm has converged considering the last points.
1827 <DT><A HREF="./org/apache/commons/math/optimization/VectorialConvergenceChecker.html#converged(int, org.apache.commons.math.optimization.VectorialPointValuePair, org.apache.commons.math.optimization.VectorialPointValuePair)"><B>converged(int, VectorialPointValuePair, VectorialPointValuePair)</B></A> -
1828 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialConvergenceChecker.html" title="interface in org.apache.commons.math.optimization">VectorialConvergenceChecker</A>
1829 <DD>Check if the optimization algorithm has converged considering the last points.
1830 <DT><A HREF="./org/apache/commons/math/ConvergenceException.html" title="class in org.apache.commons.math"><B>ConvergenceException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Error thrown when a numerical computation can not be performed because the
1831 numerical result failed to converge to a finite value.<DT><A HREF="./org/apache/commons/math/ConvergenceException.html#ConvergenceException()"><B>ConvergenceException()</B></A> -
1832 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergenceException.html" title="class in org.apache.commons.math">ConvergenceException</A>
1833 <DD>Default constructor.
1834 <DT><A HREF="./org/apache/commons/math/ConvergenceException.html#ConvergenceException(java.lang.String, java.lang.Object...)"><B>ConvergenceException(String, Object...)</B></A> -
1835 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergenceException.html" title="class in org.apache.commons.math">ConvergenceException</A>
1836 <DD>Constructs an exception with specified formatted detail message.
1837 <DT><A HREF="./org/apache/commons/math/ConvergenceException.html#ConvergenceException(java.lang.Throwable)"><B>ConvergenceException(Throwable)</B></A> -
1838 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergenceException.html" title="class in org.apache.commons.math">ConvergenceException</A>
1839 <DD>Create an exception with a given root cause.
1840 <DT><A HREF="./org/apache/commons/math/ConvergenceException.html#ConvergenceException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>ConvergenceException(Throwable, String, Object...)</B></A> -
1841 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergenceException.html" title="class in org.apache.commons.math">ConvergenceException</A>
1842 <DD>Constructs an exception with specified formatted detail message and root cause.
1843 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math"><B>ConvergingAlgorithm</B></A> - Interface in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Interface for algorithms handling convergence settings.<DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math"><B>ConvergingAlgorithmImpl</B></A> - Class in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Provide a default implementation for several functions useful to generic
1844 converging algorithms.<DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#ConvergingAlgorithmImpl(int, double)"><B>ConvergingAlgorithmImpl(int, double)</B></A> -
1845 Constructor for class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
1846 <DD>Construct an algorithm with given iteration count and accuracy.
1847 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#copy()"><B>copy()</B></A> -
1848 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
1849 <DD>Returns a (deep) copy of this.
1850 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#copy()"><B>copy()</B></A> -
1851 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
1852 <DD>Returns a (deep) copy of this.
1853 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#copy()"><B>copy()</B></A> -
1854 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
1855 <DD>Returns a (deep) copy of this.
1856 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#copy()"><B>copy()</B></A> -
1857 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
1858 <DD>Returns a (deep) copy of this.
1859 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#copy()"><B>copy()</B></A> -
1860 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
1861 <DD>Returns a (deep) copy of this.
1862 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#copy()"><B>copy()</B></A> -
1863 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
1864 <DD>Returns a (deep) copy of this.
1865 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#copy()"><B>copy()</B></A> -
1866 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
1867 <DD>Returns a (deep) copy of this.
1868 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#copy()"><B>copy()</B></A> -
1869 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
1870 <DD><B>Deprecated.</B>&nbsp;Returns a (deep) copy of this.
1871 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#copy()"><B>copy()</B></A> -
1872 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
1873 <DD><B>Deprecated.</B>&nbsp;Create a new BigMatrix which is a copy of this.
1874 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#copy()"><B>copy()</B></A> -
1875 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
1876 <DD>Returns a (deep) copy of this.
1877 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#copy()"><B>copy()</B></A> -
1878 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
1879 <DD>Returns a (deep) copy of this.
1880 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#copy()"><B>copy()</B></A> -
1881 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
1882 <DD>Returns a (deep) copy of this.
1883 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#copy()"><B>copy()</B></A> -
1884 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
1885 <DD>Returns a (deep) copy of this.
1886 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#copy()"><B>copy()</B></A> -
1887 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
1888 <DD>Returns a (deep) copy of this.
1889 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#copy()"><B>copy()</B></A> -
1890 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
1891 <DD>Returns a (deep) copy of this.
1892 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#copy()"><B>copy()</B></A> -
1893 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
1894 <DD>Returns a (deep) copy of this.
1895 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#copy()"><B>copy()</B></A> -
1896 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
1897 <DD><B>Deprecated.</B>&nbsp;Returns a (deep) copy of this.
1898 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#copy()"><B>copy()</B></A> -
1899 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
1900 <DD>Returns a (deep) copy of this.
1901 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#copy()"><B>copy()</B></A> -
1902 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
1903 <DD>Returns a (deep) copy of this.
1904 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#copy()"><B>copy()</B></A> -
1905 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
1906 <DD>Returns a (deep) copy of this.
1907 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#copy()"><B>copy()</B></A> -
1908 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
1909 <DD>Copy the instance.
1910 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#copy()"><B>copy()</B></A> -
1911 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
1912 <DD>Copy the instance.
1913 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#copy()"><B>copy()</B></A> -
1914 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
1915 <DD>Copy the instance.
1916 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#copy()"><B>copy()</B></A> -
1917 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
1918 <DD>Returns a copy of the statistic with the same internal state.
1919 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#copy()"><B>copy()</B></A> -
1920 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
1921 <DD>Returns a copy of the statistic with the same internal state.
1922 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#copy()"><B>copy()</B></A> -
1923 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
1924 <DD>Returns a copy of this DescriptiveStatistics instance with the same internal state.
1925 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#copy(org.apache.commons.math.stat.descriptive.DescriptiveStatistics, org.apache.commons.math.stat.descriptive.DescriptiveStatistics)"><B>copy(DescriptiveStatistics, DescriptiveStatistics)</B></A> -
1926 Static method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
1927 <DD>Copies source to dest.
1928 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#copy()"><B>copy()</B></A> -
1929 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
1930 <DD>Returns a copy of the statistic with the same internal state.
1931 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#copy(org.apache.commons.math.stat.descriptive.moment.FirstMoment, org.apache.commons.math.stat.descriptive.moment.FirstMoment)"><B>copy(FirstMoment, FirstMoment)</B></A> -
1932 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
1933 <DD>Copies source to dest.
1934 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#copy()"><B>copy()</B></A> -
1935 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
1936 <DD>Returns a copy of the statistic with the same internal state.
1937 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#copy(org.apache.commons.math.stat.descriptive.moment.FourthMoment, org.apache.commons.math.stat.descriptive.moment.FourthMoment)"><B>copy(FourthMoment, FourthMoment)</B></A> -
1938 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
1939 <DD>Copies source to dest.
1940 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#copy()"><B>copy()</B></A> -
1941 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
1942 <DD>Returns a copy of the statistic with the same internal state.
1943 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#copy(org.apache.commons.math.stat.descriptive.moment.GeometricMean, org.apache.commons.math.stat.descriptive.moment.GeometricMean)"><B>copy(GeometricMean, GeometricMean)</B></A> -
1944 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
1945 <DD>Copies source to dest.
1946 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#copy()"><B>copy()</B></A> -
1947 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
1948 <DD>Returns a copy of the statistic with the same internal state.
1949 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#copy(org.apache.commons.math.stat.descriptive.moment.Kurtosis, org.apache.commons.math.stat.descriptive.moment.Kurtosis)"><B>copy(Kurtosis, Kurtosis)</B></A> -
1950 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
1951 <DD>Copies source to dest.
1952 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#copy()"><B>copy()</B></A> -
1953 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
1954 <DD>Returns a copy of the statistic with the same internal state.
1955 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#copy(org.apache.commons.math.stat.descriptive.moment.Mean, org.apache.commons.math.stat.descriptive.moment.Mean)"><B>copy(Mean, Mean)</B></A> -
1956 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
1957 <DD>Copies source to dest.
1958 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#copy()"><B>copy()</B></A> -
1959 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
1960 <DD>Returns a copy of the statistic with the same internal state.
1961 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#copy(org.apache.commons.math.stat.descriptive.moment.SecondMoment, org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>copy(SecondMoment, SecondMoment)</B></A> -
1962 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
1963 <DD>Copies source to dest.
1964 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#copy()"><B>copy()</B></A> -
1965 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
1966 <DD>Returns a copy of the statistic with the same internal state.
1967 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#copy(org.apache.commons.math.stat.descriptive.moment.SemiVariance, org.apache.commons.math.stat.descriptive.moment.SemiVariance)"><B>copy(SemiVariance, SemiVariance)</B></A> -
1968 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
1969 <DD>Copies source to dest.
1970 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#copy()"><B>copy()</B></A> -
1971 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
1972 <DD>Returns a copy of the statistic with the same internal state.
1973 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#copy(org.apache.commons.math.stat.descriptive.moment.Skewness, org.apache.commons.math.stat.descriptive.moment.Skewness)"><B>copy(Skewness, Skewness)</B></A> -
1974 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
1975 <DD>Copies source to dest.
1976 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#copy()"><B>copy()</B></A> -
1977 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
1978 <DD>Returns a copy of the statistic with the same internal state.
1979 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#copy(org.apache.commons.math.stat.descriptive.moment.StandardDeviation, org.apache.commons.math.stat.descriptive.moment.StandardDeviation)"><B>copy(StandardDeviation, StandardDeviation)</B></A> -
1980 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
1981 <DD>Copies source to dest.
1982 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#copy()"><B>copy()</B></A> -
1983 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
1984 <DD>Returns a copy of the statistic with the same internal state.
1985 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#copy(org.apache.commons.math.stat.descriptive.moment.ThirdMoment, org.apache.commons.math.stat.descriptive.moment.ThirdMoment)"><B>copy(ThirdMoment, ThirdMoment)</B></A> -
1986 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
1987 <DD>Copies source to dest.
1988 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#copy()"><B>copy()</B></A> -
1989 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
1990 <DD>Returns a copy of the statistic with the same internal state.
1991 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#copy(org.apache.commons.math.stat.descriptive.moment.Variance, org.apache.commons.math.stat.descriptive.moment.Variance)"><B>copy(Variance, Variance)</B></A> -
1992 Static method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
1993 <DD>Copies source to dest.
1994 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#copy()"><B>copy()</B></A> -
1995 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
1996 <DD>Returns a copy of the statistic with the same internal state.
1997 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#copy(org.apache.commons.math.stat.descriptive.rank.Max, org.apache.commons.math.stat.descriptive.rank.Max)"><B>copy(Max, Max)</B></A> -
1998 Static method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
1999 <DD>Copies source to dest.
2000 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#copy()"><B>copy()</B></A> -
2001 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
2002 <DD>Returns a copy of the statistic with the same internal state.
2003 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#copy(org.apache.commons.math.stat.descriptive.rank.Min, org.apache.commons.math.stat.descriptive.rank.Min)"><B>copy(Min, Min)</B></A> -
2004 Static method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
2005 <DD>Copies source to dest.
2006 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#copy()"><B>copy()</B></A> -
2007 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
2008 <DD>Returns a copy of the statistic with the same internal state.
2009 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#copy(org.apache.commons.math.stat.descriptive.rank.Percentile, org.apache.commons.math.stat.descriptive.rank.Percentile)"><B>copy(Percentile, Percentile)</B></A> -
2010 Static method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
2011 <DD>Copies source to dest.
2012 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#copy()"><B>copy()</B></A> -
2013 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
2014 <DD>Returns a copy of the statistic with the same internal state.
2015 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#copy()"><B>copy()</B></A> -
2016 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
2017 <DD>Returns a copy of the statistic with the same internal state.
2018 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#copy(org.apache.commons.math.stat.descriptive.summary.Product, org.apache.commons.math.stat.descriptive.summary.Product)"><B>copy(Product, Product)</B></A> -
2019 Static method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
2020 <DD>Copies source to dest.
2021 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#copy()"><B>copy()</B></A> -
2022 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
2023 <DD>Returns a copy of the statistic with the same internal state.
2024 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#copy(org.apache.commons.math.stat.descriptive.summary.Sum, org.apache.commons.math.stat.descriptive.summary.Sum)"><B>copy(Sum, Sum)</B></A> -
2025 Static method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
2026 <DD>Copies source to dest.
2027 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#copy()"><B>copy()</B></A> -
2028 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
2029 <DD>Returns a copy of the statistic with the same internal state.
2030 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#copy(org.apache.commons.math.stat.descriptive.summary.SumOfLogs, org.apache.commons.math.stat.descriptive.summary.SumOfLogs)"><B>copy(SumOfLogs, SumOfLogs)</B></A> -
2031 Static method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
2032 <DD>Copies source to dest.
2033 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#copy()"><B>copy()</B></A> -
2034 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
2035 <DD>Returns a copy of the statistic with the same internal state.
2036 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#copy(org.apache.commons.math.stat.descriptive.summary.SumOfSquares, org.apache.commons.math.stat.descriptive.summary.SumOfSquares)"><B>copy(SumOfSquares, SumOfSquares)</B></A> -
2037 Static method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
2038 <DD>Copies source to dest.
2039 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#copy()"><B>copy()</B></A> -
2040 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
2041 <DD>Returns a copy of this SummaryStatistics instance with the same internal state.
2042 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#copy(org.apache.commons.math.stat.descriptive.SummaryStatistics, org.apache.commons.math.stat.descriptive.SummaryStatistics)"><B>copy(SummaryStatistics, SummaryStatistics)</B></A> -
2043 Static method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
2044 <DD>Copies source to dest.
2045 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#copy()"><B>copy()</B></A> -
2046 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
2047 <DD>Returns a copy of this SynchronizedDescriptiveStatistics instance with the
2048 same internal state.
2049 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#copy(org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics, org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics)"><B>copy(SynchronizedDescriptiveStatistics, SynchronizedDescriptiveStatistics)</B></A> -
2050 Static method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
2051 <DD>Copies source to dest.
2052 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#copy()"><B>copy()</B></A> -
2053 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
2054 <DD>Returns a copy of this SynchronizedSummaryStatistics instance with the
2055 same internal state.
2056 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#copy(org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics, org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics)"><B>copy(SynchronizedSummaryStatistics, SynchronizedSummaryStatistics)</B></A> -
2057 Static method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
2058 <DD>Copies source to dest.
2059 <DT><A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html#copy()"><B>copy()</B></A> -
2060 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">UnivariateStatistic</A>
2061 <DD>Returns a copy of the statistic with the same internal state.
2062 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#copy(org.apache.commons.math.util.ResizableDoubleArray, org.apache.commons.math.util.ResizableDoubleArray)"><B>copy(ResizableDoubleArray, ResizableDoubleArray)</B></A> -
2063 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
2064 <DD>Copies source to dest, copying the underlying data, so dest is
2065 a new, independent copy of source.
2066 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#copy()"><B>copy()</B></A> -
2067 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
2068 <DD>Returns a copy of the ResizableDoubleArray.
2069 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#copySubMatrix(int, int, int, int, T[][])"><B>copySubMatrix(int, int, int, int, T[][])</B></A> -
2070 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
2071 <DD>Copy a submatrix.
2072 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#copySubMatrix(int[], int[], T[][])"><B>copySubMatrix(int[], int[], T[][])</B></A> -
2073 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
2074 <DD>Copy a submatrix.
2075 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#copySubMatrix(int, int, int, int, double[][])"><B>copySubMatrix(int, int, int, int, double[][])</B></A> -
2076 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
2077 <DD>Copy a submatrix.
2078 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#copySubMatrix(int[], int[], double[][])"><B>copySubMatrix(int[], int[], double[][])</B></A> -
2079 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
2080 <DD>Copy a submatrix.
2081 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#copySubMatrix(int, int, int, int, T[][])"><B>copySubMatrix(int, int, int, int, T[][])</B></A> -
2082 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
2083 <DD>Copy a submatrix.
2084 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#copySubMatrix(int[], int[], T[][])"><B>copySubMatrix(int[], int[], T[][])</B></A> -
2085 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
2086 <DD>Copy a submatrix.
2087 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#copySubMatrix(int, int, int, int, double[][])"><B>copySubMatrix(int, int, int, int, double[][])</B></A> -
2088 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
2089 <DD>Copy a submatrix.
2090 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#copySubMatrix(int[], int[], double[][])"><B>copySubMatrix(int[], int[], double[][])</B></A> -
2091 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
2092 <DD>Copy a submatrix.
2093 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random"><B>CorrelatedRandomVectorGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>A <A HREF="./org/apache/commons/math/random/RandomVectorGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomVectorGenerator</CODE></A> that generates vectors with with
2094 correlated components.<DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#CorrelatedRandomVectorGenerator(double[], org.apache.commons.math.linear.RealMatrix, double, org.apache.commons.math.random.NormalizedRandomGenerator)"><B>CorrelatedRandomVectorGenerator(double[], RealMatrix, double, NormalizedRandomGenerator)</B></A> -
2095 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
2096 <DD>Simple constructor.
2097 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#CorrelatedRandomVectorGenerator(org.apache.commons.math.linear.RealMatrix, double, org.apache.commons.math.random.NormalizedRandomGenerator)"><B>CorrelatedRandomVectorGenerator(RealMatrix, double, NormalizedRandomGenerator)</B></A> -
2098 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
2099 <DD>Simple constructor.
2100 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#correlation(double[], double[])"><B>correlation(double[], double[])</B></A> -
2101 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
2102 <DD>Computes the Pearson's product-moment correlation coefficient between the two arrays.
2103 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#correlation(double[], double[])"><B>correlation(double[], double[])</B></A> -
2104 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
2105 <DD>Computes the Spearman's rank correlation coefficient between the two arrays.
2106 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#COS"><B>COS</B></A> -
2107 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
2108 <DD>The <code>Math.cos</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
2109 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#cos()"><B>cos()</B></A> -
2110 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
2111 <DD>Compute the
2112 <a href="http://mathworld.wolfram.com/Cosine.html" TARGET="_top">
2113 cosine</a>
2114 of this complex number.
2115 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#COSH"><B>COSH</B></A> -
2116 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
2117 <DD>The <code>Math.cosh</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
2118 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#cosh()"><B>cosh()</B></A> -
2119 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
2120 <DD>Compute the
2121 <a href="http://mathworld.wolfram.com/HyperbolicCosine.html" TARGET="_top">
2122 hyperbolic cosine</a> of this complex number.
2123 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#cosh(double)"><B>cosh(double)</B></A> -
2124 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2125 <DD>Returns the <a href="http://mathworld.wolfram.com/HyperbolicCosine.html">
2126 hyperbolic cosine</a> of x.
2127 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#cost"><B>cost</B></A> -
2128 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
2129 <DD><B>Deprecated.</B>&nbsp;Cost value (square root of the sum of the residuals).
2130 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#cost"><B>cost</B></A> -
2131 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
2132 <DD>Cost value (square root of the sum of the residuals).
2133 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation"><B>Covariance</B></A> - Class in <A HREF="./org/apache/commons/math/stat/correlation/package-summary.html">org.apache.commons.math.stat.correlation</A><DD>Computes covariances for pairs of arrays or columns of a matrix.<DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#Covariance()"><B>Covariance()</B></A> -
2134 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2135 <DD>Create a Covariance with no data
2136 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#Covariance(double[][], boolean)"><B>Covariance(double[][], boolean)</B></A> -
2137 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2138 <DD>Create a Covariance matrix from a rectangular array
2139 whose columns represent covariates.
2140 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#Covariance(double[][])"><B>Covariance(double[][])</B></A> -
2141 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2142 <DD>Create a Covariance matrix from a rectangular array
2143 whose columns represent covariates.
2144 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#Covariance(org.apache.commons.math.linear.RealMatrix, boolean)"><B>Covariance(RealMatrix, boolean)</B></A> -
2145 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2146 <DD>Create a covariance matrix from a matrix whose columns
2147 represent covariates.
2148 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#Covariance(org.apache.commons.math.linear.RealMatrix)"><B>Covariance(RealMatrix)</B></A> -
2149 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2150 <DD>Create a covariance matrix from a matrix whose columns
2151 represent covariates.
2152 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#covariance(double[], double[], boolean)"><B>covariance(double[], double[], boolean)</B></A> -
2153 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2154 <DD>Computes the covariance between the two arrays.
2155 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#covariance(double[], double[])"><B>covariance(double[], double[])</B></A> -
2156 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
2157 <DD>Computes the covariance between the two arrays, using the bias-corrected
2158 formula.
2159 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#covarianceToCorrelation(org.apache.commons.math.linear.RealMatrix)"><B>covarianceToCorrelation(RealMatrix)</B></A> -
2160 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
2161 <DD>Derives a correlation matrix from a covariance matrix.
2162 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#createAdaptor(org.apache.commons.math.random.RandomGenerator)"><B>createAdaptor(RandomGenerator)</B></A> -
2163 Static method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
2164 <DD>Factory method to create a <code>Random</code> using the supplied
2165 <code>RandomGenerator</code>.
2166 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createArithmeticException(java.lang.String, java.lang.Object...)"><B>createArithmeticException(String, Object...)</B></A> -
2167 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2168 <DD>Constructs a new <code>ArithmeticException</code> with specified formatted detail message.
2169 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createArrayIndexOutOfBoundsException(java.lang.String, java.lang.Object...)"><B>createArrayIndexOutOfBoundsException(String, Object...)</B></A> -
2170 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2171 <DD>Constructs a new <code>ArrayIndexOutOfBoundsException</code> with specified formatted detail message.
2172 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createBigIdentityMatrix(int)"><B>createBigIdentityMatrix(int)</B></A> -
2173 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2174 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0, replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldIdentityMatrix(org.apache.commons.math.Field, int)"><CODE>MatrixUtils.createFieldIdentityMatrix(Field, int)</CODE></A></I>
2175 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(double[][])"><B>createBigMatrix(double[][])</B></A> -
2176 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2177 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>
2178 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.math.BigDecimal[][])"><B>createBigMatrix(BigDecimal[][])</B></A> -
2179 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2180 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>
2181 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.math.BigDecimal[][], boolean)"><B>createBigMatrix(BigDecimal[][], boolean)</B></A> -
2182 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2183 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>
2184 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createBigMatrix(java.lang.String[][])"><B>createBigMatrix(String[][])</B></A> -
2185 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2186 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><CODE>MatrixUtils.createFieldMatrix(FieldElement[][])</CODE></A></I>
2187 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#createBlocksLayout(org.apache.commons.math.Field, int, int)"><B>createBlocksLayout(Field&lt;T&gt;, int, int)</B></A> -
2188 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
2189 <DD>Create a data array in blocks layout.
2190 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#createBlocksLayout(int, int)"><B>createBlocksLayout(int, int)</B></A> -
2191 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
2192 <DD>Create a data array in blocks layout.
2193 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html#createChebyshevPolynomial(int)"><B>createChebyshevPolynomial(int)</B></A> -
2194 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialsUtils</A>
2195 <DD>Create a Chebyshev polynomial of the first kind.
2196 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(double[])"><B>createColumnBigMatrix(double[])</B></A> -
2197 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2198 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>
2199 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(java.math.BigDecimal[])"><B>createColumnBigMatrix(BigDecimal[])</B></A> -
2200 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2201 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>
2202 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnBigMatrix(java.lang.String[])"><B>createColumnBigMatrix(String[])</B></A> -
2203 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2204 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><CODE>MatrixUtils.createColumnFieldMatrix(FieldElement[])</CODE></A></I>
2205 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnFieldMatrix(T[])"><B>createColumnFieldMatrix(T[])</B></A> -
2206 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2207 <DD>Creates a column <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> using the data from the input
2208 array.
2209 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createColumnRealMatrix(double[])"><B>createColumnRealMatrix(double[])</B></A> -
2210 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2211 <DD>Creates a column <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> using the data from the input
2212 array.
2213 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#createComplex(double, double)"><B>createComplex(double, double)</B></A> -
2214 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
2215 <DD>Create a complex number given the real and imaginary parts.
2216 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createConcurrentModificationException(java.lang.String, java.lang.Object...)"><B>createConcurrentModificationException(String, Object...)</B></A> -
2217 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2218 <DD>Constructs a new <code>ConcurrentModificationException</code> with specified formatted detail message.
2219 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#createContributingStatistics()"><B>createContributingStatistics()</B></A> -
2220 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
2221 <DD>Creates and returns a <code>SummaryStatistics</code> whose data will be
2222 aggregated with those of this <code>AggregateSummaryStatistics</code>.
2223 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createEOFException(java.lang.String, java.lang.Object...)"><B>createEOFException(String, Object...)</B></A> -
2224 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2225 <DD>Constructs a new <code>EOFException</code> with specified formatted detail message.
2226 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldDiagonalMatrix(T[])"><B>createFieldDiagonalMatrix(T[])</B></A> -
2227 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2228 <DD>Returns a diagonal matrix with specified elements.
2229 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldIdentityMatrix(org.apache.commons.math.Field, int)"><B>createFieldIdentityMatrix(Field&lt;T&gt;, int)</B></A> -
2230 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2231 <DD>Returns <code>dimension x dimension</code> identity matrix.
2232 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(org.apache.commons.math.Field, int, int)"><B>createFieldMatrix(Field&lt;T&gt;, int, int)</B></A> -
2233 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2234 <DD>Returns a <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> with specified dimensions.
2235 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldMatrix(T[][])"><B>createFieldMatrix(T[][])</B></A> -
2236 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2237 <DD>Returns a <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> whose entries are the the values in the
2238 the input array.
2239 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createFieldVector(T[])"><B>createFieldVector(T[])</B></A> -
2240 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2241 <DD>Creates a <A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear"><CODE>FieldVector</CODE></A> using the data from the input array.
2242 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html#createHermitePolynomial(int)"><B>createHermitePolynomial(int)</B></A> -
2243 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialsUtils</A>
2244 <DD>Create a Hermite polynomial.
2245 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createIllegalArgumentException(java.lang.String, java.lang.Object...)"><B>createIllegalArgumentException(String, Object...)</B></A> -
2246 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2247 <DD>Constructs a new <code>IllegalArgumentException</code> with specified formatted detail message.
2248 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createIllegalArgumentException(java.lang.Throwable)"><B>createIllegalArgumentException(Throwable)</B></A> -
2249 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2250 <DD>Constructs a new <code>IllegalArgumentException</code> with specified nested
2251 <code>Throwable</code> root cause.
2252 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createIllegalStateException(java.lang.String, java.lang.Object...)"><B>createIllegalStateException(String, Object...)</B></A> -
2253 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2254 <DD>Constructs a new <code>IllegalStateException</code> with specified formatted detail message.
2255 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createInternalError(java.lang.Throwable)"><B>createInternalError(Throwable)</B></A> -
2256 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2257 <DD>Create an <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><CODE>RuntimeException</CODE></A> for an internal error.
2258 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createIOException(java.lang.Throwable)"><B>createIOException(Throwable)</B></A> -
2259 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2260 <DD>Constructs a new <code>IOException</code> with specified nested
2261 <code>Throwable</code> root cause.
2262 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html#createLaguerrePolynomial(int)"><B>createLaguerrePolynomial(int)</B></A> -
2263 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialsUtils</A>
2264 <DD>Create a Laguerre polynomial.
2265 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html#createLegendrePolynomial(int)"><B>createLegendrePolynomial(int)</B></A> -
2266 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialsUtils</A>
2267 <DD>Create a Legendre polynomial.
2268 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2269 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
2270 <DD>Create a new FieldMatrix<T> of the same type as the instance with the supplied
2271 row and column dimensions.
2272 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2273 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
2274 <DD>Create a new RealMatrix of the same type as the instance with the supplied
2275 row and column dimensions.
2276 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2277 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
2278 <DD>Create a new FieldMatrix<T> of the same type as the instance with the supplied
2279 row and column dimensions.
2280 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2281 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
2282 <DD>Create a new RealMatrix of the same type as the instance with the supplied
2283 row and column dimensions.
2284 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2285 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
2286 <DD>Create a new FieldMatrix<T> of the same type as the instance with the supplied
2287 row and column dimensions.
2288 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2289 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
2290 <DD>Create a new RealMatrix of the same type as the instance with the supplied
2291 row and column dimensions.
2292 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2293 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
2294 <DD>Create a new FieldMatrix<T> of the same type as the instance with the supplied
2295 row and column dimensions.
2296 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2297 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
2298 <DD>Create a new RealMatrix of the same type as the instance with the supplied
2299 row and column dimensions.
2300 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2301 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
2302 <DD>Create a new RealMatrix of the same type as the instance with the supplied
2303 row and column dimensions.
2304 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2305 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
2306 <DD><B>Deprecated.</B>&nbsp;Create a new RealMatrix of the same type as the instance with the supplied
2307 row and column dimensions.
2308 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#createMatrix(int, int)"><B>createMatrix(int, int)</B></A> -
2309 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
2310 <DD>Create a new FieldMatrix<T> of the same type as the instance with the supplied
2311 row and column dimensions.
2312 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createNoSuchElementException(java.lang.String, java.lang.Object...)"><B>createNoSuchElementException(String, Object...)</B></A> -
2313 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2314 <DD>Constructs a new <code>NoSuchElementException</code> with specified formatted detail message.
2315 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createNullPointerException(java.lang.String, java.lang.Object...)"><B>createNullPointerException(String, Object...)</B></A> -
2316 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2317 <DD>Constructs a new <code>NullPointerException</code> with specified formatted detail message.
2318 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#createParseException(int, java.lang.String, java.lang.Object...)"><B>createParseException(int, String, Object...)</B></A> -
2319 Static method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
2320 <DD>Constructs a new <code>ParseException</code> with specified
2321 formatted detail message.
2322 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRealDiagonalMatrix(double[])"><B>createRealDiagonalMatrix(double[])</B></A> -
2323 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2324 <DD>Returns a diagonal matrix with specified elements.
2325 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRealIdentityMatrix(int)"><B>createRealIdentityMatrix(int)</B></A> -
2326 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2327 <DD>Returns <code>dimension x dimension</code> identity matrix.
2328 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRealMatrix(int, int)"><B>createRealMatrix(int, int)</B></A> -
2329 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2330 <DD>Returns a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> with specified dimensions.
2331 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRealMatrix(double[][])"><B>createRealMatrix(double[][])</B></A> -
2332 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2333 <DD>Returns a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> whose entries are the the values in the
2334 the input array.
2335 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRealVector(double[])"><B>createRealVector(double[])</B></A> -
2336 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2337 <DD>Creates a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> using the data from the input array.
2338 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(double[])"><B>createRowBigMatrix(double[])</B></A> -
2339 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2340 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>
2341 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(java.math.BigDecimal[])"><B>createRowBigMatrix(BigDecimal[])</B></A> -
2342 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2343 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>
2344 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowBigMatrix(java.lang.String[])"><B>createRowBigMatrix(String[])</B></A> -
2345 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2346 <DD><B>Deprecated.</B>&nbsp;<I>since 2.0 replaced by <A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><CODE>MatrixUtils.createRowFieldMatrix(FieldElement[])</CODE></A></I>
2347 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowFieldMatrix(T[])"><B>createRowFieldMatrix(T[])</B></A> -
2348 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2349 <DD>Creates a row <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A> using the data from the input
2350 array.
2351 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#createRowRealMatrix(double[])"><B>createRowRealMatrix(double[])</B></A> -
2352 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2353 <DD>Creates a row <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> using the data from the input
2354 array.
2355 <DT><A HREF="./org/apache/commons/math/genetics/CrossoverPolicy.html#crossover(org.apache.commons.math.genetics.Chromosome, org.apache.commons.math.genetics.Chromosome)"><B>crossover(Chromosome, Chromosome)</B></A> -
2356 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/CrossoverPolicy.html" title="interface in org.apache.commons.math.genetics">CrossoverPolicy</A>
2357 <DD>Perform a crossover operation on the given chromosomes.
2358 <DT><A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html#crossover(org.apache.commons.math.genetics.Chromosome, org.apache.commons.math.genetics.Chromosome)"><B>crossover(Chromosome, Chromosome)</B></A> -
2359 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html" title="class in org.apache.commons.math.genetics">OnePointCrossover</A>
2360 <DD>Performs one point crossover.
2361 <DT><A HREF="./org/apache/commons/math/genetics/CrossoverPolicy.html" title="interface in org.apache.commons.math.genetics"><B>CrossoverPolicy</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Policy used to create a pair of new chromosomes by performing a crossover
2362 operation on a source pair of chromosomes.<DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#crossProduct(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>crossProduct(Vector3D, Vector3D)</B></A> -
2363 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2364 <DD>Compute the cross-product of two vectors.
2365 <DT><A HREF="./org/apache/commons/math/distribution/AbstractDistribution.html#cumulativeProbability(double, double)"><B>cumulativeProbability(double, double)</B></A> -
2366 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractDistribution.html" title="class in org.apache.commons.math.distribution">AbstractDistribution</A>
2367 <DD>For a random variable X whose values are distributed according
2368 to this distribution, this method returns P(x0 &le; X &le; x1).
2369 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2370 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
2371 <DD>For a random variable X whose values are distributed according
2372 to this distribution, this method returns P(X &le; x).
2373 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#cumulativeProbability(double, double)"><B>cumulativeProbability(double, double)</B></A> -
2374 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
2375 <DD>For a random variable X whose values are distributed according
2376 to this distribution, this method returns P(x0 &le; X &le; x1).
2377 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2378 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
2379 <DD>For a random variable X whose values are distributed according
2380 to this distribution, this method returns P(X &le; x).
2381 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#cumulativeProbability(int, int)"><B>cumulativeProbability(int, int)</B></A> -
2382 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
2383 <DD>For a random variable X whose values are distributed according
2384 to this distribution, this method returns P(x0 &le; X &le; x1).
2385 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2386 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
2387 <DD>For a random variable X whose values are distributed according
2388 to this distribution, this method returns P(X &le; x).
2389 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#cumulativeProbability(double, double)"><B>cumulativeProbability(double, double)</B></A> -
2390 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
2391 <DD>For a random variable X whose values are distributed according
2392 to this distribution, this method returns P(x0 &le; X &le; x1).
2393 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2394 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
2395 <DD>For this distribution, X, this method returns P(X &le; x).
2396 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2397 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
2398 <DD>For this distribution, X, this method returns P(X &lt; <code>x</code>).
2399 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2400 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
2401 <DD>For this distribution, X, this method returns P(X &lt; x).
2402 <DT><A HREF="./org/apache/commons/math/distribution/Distribution.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2403 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/Distribution.html" title="interface in org.apache.commons.math.distribution">Distribution</A>
2404 <DD>For a random variable X whose values are distributed according
2405 to this distribution, this method returns P(X &le; x).
2406 <DT><A HREF="./org/apache/commons/math/distribution/Distribution.html#cumulativeProbability(double, double)"><B>cumulativeProbability(double, double)</B></A> -
2407 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/Distribution.html" title="interface in org.apache.commons.math.distribution">Distribution</A>
2408 <DD>For a random variable X whose values are distributed according
2409 to this distribution, this method returns P(x0 &le; X &le; x1).
2410 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2411 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
2412 <DD>For this distribution, X, this method returns P(X &lt; x).
2413 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2414 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
2415 <DD>For this distribution, X, this method returns P(X &lt; x).
2416 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2417 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
2418 <DD>For this distribution, X, this method returns P(X &lt; x).
2419 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2420 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
2421 <DD>For this distribution, X, this method returns P(X &le; x).
2422 <DT><A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2423 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html" title="interface in org.apache.commons.math.distribution">IntegerDistribution</A>
2424 <DD>For a random variable X whose values are distributed according
2425 to this distribution, this method returns P(X &le; x).
2426 <DT><A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html#cumulativeProbability(int, int)"><B>cumulativeProbability(int, int)</B></A> -
2427 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html" title="interface in org.apache.commons.math.distribution">IntegerDistribution</A>
2428 <DD>For this distribution, X, this method returns P(x0 &le; X &le; x1).
2429 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2430 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
2431 <DD>For this distribution, X, this method returns P(X &lt; <code>x</code>).
2432 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2433 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
2434 <DD>For this distribution, X, this method returns P(X &le; x).
2435 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2436 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
2437 <DD>The probability distribution function P(X <= x) for a Poisson
2438 distribution.
2439 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2440 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
2441 <DD>For this distribution, X, this method returns P(X &lt; <code>x</code>).
2442 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#cumulativeProbability(double)"><B>cumulativeProbability(double)</B></A> -
2443 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
2444 <DD>For this distribution, X, this method returns P(X &lt; <code>x</code>).
2445 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#cumulativeProbability(int)"><B>cumulativeProbability(int)</B></A> -
2446 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
2447 <DD>The probability distribution function P(X <= x) for a Zipf distribution.
2448 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#currentState"><B>currentState</B></A> -
2449 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
2450 <DD>current state
2451 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#currentTime"><B>currentTime</B></A> -
2452 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
2453 <DD>current time
2454 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting"><B>CurveFitter</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>Fitter for parametric univariate real functions y = f(x).<DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#CurveFitter(org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer)"><B>CurveFitter(DifferentiableMultivariateVectorialOptimizer)</B></A> -
2455 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
2456 <DD>Simple constructor.
2457 </DL>
2458 <HR>
2459 <A NAME="_D_"><!-- --></A><H2>
2460 <B>D</B></H2>
2461 <DL>
2462 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#data"><B>data</B></A> -
2463 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
2464 <DD>Entries of the matrix
2465 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#data"><B>data</B></A> -
2466 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
2467 <DD>Entries of the matrix
2468 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#data"><B>data</B></A> -
2469 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2470 <DD>Entries of the vector.
2471 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#data"><B>data</B></A> -
2472 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2473 <DD>Entries of the vector.
2474 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#data"><B>data</B></A> -
2475 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
2476 <DD><B>Deprecated.</B>&nbsp;Entries of the matrix
2477 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#data"><B>data</B></A> -
2478 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
2479 <DD><B>Deprecated.</B>&nbsp;Entries of the matrix
2480 <DT><A HREF="./org/apache/commons/math/genetics/PermutationChromosome.html#decode(java.util.List)"><B>decode(List&lt;T&gt;)</B></A> -
2481 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/PermutationChromosome.html" title="interface in org.apache.commons.math.genetics">PermutationChromosome</A>
2482 <DD>Permutes the <code>sequence</code> of objects of type T according to the
2483 permutation this chromosome represents.
2484 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#decode(java.util.List)"><B>decode(List&lt;T&gt;)</B></A> -
2485 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
2486 <DD>Permutes the <code>sequence</code> of objects of type T according to the
2487 permutation this chromosome represents.
2488 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear"><B>DecompositionSolver</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface handling decomposition algorithms that can solve A &times; X = B.<DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#DEFAULT_ABSOLUTE_ACCURACY"><B>DEFAULT_ABSOLUTE_ACCURACY</B></A> -
2489 Static variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
2490 <DD>Default absolute accuracy
2491 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD"><B>DEFAULT_ABSOLUTE_POSITIVITY_THRESHOLD</B></A> -
2492 Static variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
2493 <DD>Default threshold below which diagonal elements are considered null
2494 and matrix not positive definite.
2495 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#DEFAULT_ACCURACY"><B>DEFAULT_ACCURACY</B></A> -
2496 Static variable in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
2497 <DD>Default value for accuracy.
2498 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#DEFAULT_BANDWIDTH"><B>DEFAULT_BANDWIDTH</B></A> -
2499 Static variable in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
2500 <DD>Default value of the bandwidth parameter.
2501 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#DEFAULT_BRIGHTNESS_EXPONENT"><B>DEFAULT_BRIGHTNESS_EXPONENT</B></A> -
2502 Static variable in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
2503 <DD>Default exponent used the weights calculation.
2504 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#DEFAULT_EPSILON"><B>DEFAULT_EPSILON</B></A> -
2505 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
2506 <DD>Default convergence criterion.
2507 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2508 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
2509 <DD>Default inverse cumulative probability accurac
2510 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2511 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
2512 <DD>Default inverse cumulative probability accuracy
2513 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2514 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
2515 <DD>Default inverse cumulative probability accuracy
2516 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2517 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
2518 <DD>Default inverse cumulative probability accuracy
2519 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2520 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
2521 <DD>Default inverse cumulative probability accuracy
2522 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2523 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
2524 <DD>Default inverse cumulative probability accuracy
2525 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2526 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
2527 <DD>Default inverse cumulative probability accuracy
2528 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2529 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
2530 <DD>Default inverse cumulative probability accuracy
2531 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#DEFAULT_INVERSE_ABSOLUTE_ACCURACY"><B>DEFAULT_INVERSE_ABSOLUTE_ACCURACY</B></A> -
2532 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
2533 <DD>Default inverse cumulative probability accuracy
2534 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#DEFAULT_MAX_COST_EVALUATIONS"><B>DEFAULT_MAX_COST_EVALUATIONS</B></A> -
2535 Static variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
2536 <DD><B>Deprecated.</B>&nbsp;Default maximal number of cost evaluations allowed.
2537 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#DEFAULT_MAX_ITERATIONS"><B>DEFAULT_MAX_ITERATIONS</B></A> -
2538 Static variable in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
2539 <DD>Default maximum number of iterations for cumulative probability calculations.
2540 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#DEFAULT_MAX_ITERATIONS"><B>DEFAULT_MAX_ITERATIONS</B></A> -
2541 Static variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
2542 <DD>Default maximal number of iterations allowed.
2543 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#DEFAULT_MAX_ITERATIONS"><B>DEFAULT_MAX_ITERATIONS</B></A> -
2544 Static variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
2545 <DD>Default maximal number of iterations allowed.
2546 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#DEFAULT_MAX_ITERATIONS"><B>DEFAULT_MAX_ITERATIONS</B></A> -
2547 Static variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
2548 <DD>Default maximal number of iterations allowed.
2549 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#DEFAULT_MAXIMUM_ITERATIONS"><B>DEFAULT_MAXIMUM_ITERATIONS</B></A> -
2550 Static variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
2551 <DD>Default maximum number of iterations
2552 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#DEFAULT_MICROSPHERE_ELEMENTS"><B>DEFAULT_MICROSPHERE_ELEMENTS</B></A> -
2553 Static variable in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
2554 <DD>Default number of surface elements that composes the microsphere.
2555 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#DEFAULT_NAN_STRATEGY"><B>DEFAULT_NAN_STRATEGY</B></A> -
2556 Static variable in class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
2557 <DD>default NaN strategy
2558 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#DEFAULT_RELATIVE_SYMMETRY_THRESHOLD"><B>DEFAULT_RELATIVE_SYMMETRY_THRESHOLD</B></A> -
2559 Static variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
2560 <DD>Default threshold above which off-diagonal elements are considered too different
2561 and matrix not symmetric.
2562 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#DEFAULT_ROBUSTNESS_ITERS"><B>DEFAULT_ROBUSTNESS_ITERS</B></A> -
2563 Static variable in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
2564 <DD>Default value of the number of robustness iterations.
2565 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#DEFAULT_TIES_STRATEGY"><B>DEFAULT_TIES_STRATEGY</B></A> -
2566 Static variable in class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
2567 <DD>default ties strategy
2568 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#DEFAULT_ZERO_TOLERANCE"><B>DEFAULT_ZERO_TOLERANCE</B></A> -
2569 Static variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
2570 <DD>Default Tolerance for having a value considered zero.
2571 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#defaultAbsoluteAccuracy"><B>defaultAbsoluteAccuracy</B></A> -
2572 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
2573 <DD>Default maximum absolute error.
2574 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear"><B>DefaultFieldMatrixChangingVisitor</B></A>&lt;<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="type parameter in DefaultFieldMatrixChangingVisitor">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="type parameter in DefaultFieldMatrixChangingVisitor">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Default implementation of the <A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrixChangingVisitor</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html#DefaultFieldMatrixChangingVisitor(T)"><B>DefaultFieldMatrixChangingVisitor(T)</B></A> -
2575 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixChangingVisitor</A>
2576 <DD>Build a new instance.
2577 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear"><B>DefaultFieldMatrixPreservingVisitor</B></A>&lt;<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="type parameter in DefaultFieldMatrixPreservingVisitor">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="type parameter in DefaultFieldMatrixPreservingVisitor">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Default implementation of the <A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrixPreservingVisitor</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html#DefaultFieldMatrixPreservingVisitor(T)"><B>DefaultFieldMatrixPreservingVisitor(T)</B></A> -
2578 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixPreservingVisitor</A>
2579 <DD>Build a new instance.
2580 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#defaultFunctionValueAccuracy"><B>defaultFunctionValueAccuracy</B></A> -
2581 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
2582 <DD>Default maximum error of function.
2583 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#defaultMaximalIterationCount"><B>defaultMaximalIterationCount</B></A> -
2584 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
2585 <DD>Default maximum number of iterations.
2586 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#defaultMinimalIterationCount"><B>defaultMinimalIterationCount</B></A> -
2587 Variable in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
2588 <DD>default minimum number of iterations
2589 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear"><B>DefaultRealMatrixChangingVisitor</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Default implementation of the <A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrixChangingVisitor</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html#DefaultRealMatrixChangingVisitor()"><B>DefaultRealMatrixChangingVisitor()</B></A> -
2590 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixChangingVisitor</A>
2591 <DD>&nbsp;
2592 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear"><B>DefaultRealMatrixPreservingVisitor</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Default implementation of the <A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrixPreservingVisitor</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html#DefaultRealMatrixPreservingVisitor()"><B>DefaultRealMatrixPreservingVisitor()</B></A> -
2593 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixPreservingVisitor</A>
2594 <DD>&nbsp;
2595 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#defaultRelativeAccuracy"><B>defaultRelativeAccuracy</B></A> -
2596 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
2597 <DD>Default maximum relative error.
2598 <DT><A HREF="./org/apache/commons/math/util/DefaultTransformer.html" title="class in org.apache.commons.math.util"><B>DefaultTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>A Default NumberTransformer for java.lang.Numbers and Numeric Strings.<DT><A HREF="./org/apache/commons/math/util/DefaultTransformer.html#DefaultTransformer()"><B>DefaultTransformer()</B></A> -
2599 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DefaultTransformer.html" title="class in org.apache.commons.math.util">DefaultTransformer</A>
2600 <DD>&nbsp;
2601 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#degree()"><B>degree()</B></A> -
2602 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
2603 <DD>Returns the degree of the polynomial
2604 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#degree()"><B>degree()</B></A> -
2605 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
2606 <DD>Returns the degree of the polynomial.
2607 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#degree()"><B>degree()</B></A> -
2608 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
2609 <DD>Returns the degree of the polynomial.
2610 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#denominatorFormat"><B>denominatorFormat</B></A> -
2611 Variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
2612 <DD>The format used for the denominator.
2613 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#density(double)"><B>density(double)</B></A> -
2614 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
2615 <DD>Return the probability density for a particular point.
2616 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2617 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution">BetaDistribution</A>
2618 <DD>Return the probability density for a particular point.
2619 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2620 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
2621 <DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
2622 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2623 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
2624 <DD>Return the probability density for a particular point.
2625 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2626 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
2627 <DD>Returns the probability density for a particular point.
2628 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2629 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html" title="interface in org.apache.commons.math.distribution">ChiSquaredDistribution</A>
2630 <DD>Return the probability density for a particular point.
2631 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2632 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
2633 <DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
2634 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2635 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
2636 <DD>Return the probability density for a particular point.
2637 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2638 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html" title="interface in org.apache.commons.math.distribution">ExponentialDistribution</A>
2639 <DD>Return the probability density for a particular point.
2640 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2641 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
2642 <DD><B>Deprecated.</B>&nbsp;<I>- use density(double)</I>
2643 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2644 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
2645 <DD>Return the probability density for a particular point.
2646 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2647 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
2648 <DD>Returns the probability density for a particular point.
2649 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2650 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution">GammaDistribution</A>
2651 <DD>Return the probability density for a particular point.
2652 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2653 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
2654 <DD>Returns the probability density for a particular point.
2655 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2656 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
2657 <DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
2658 <DT><A HREF="./org/apache/commons/math/distribution/HasDensity.html#density(P)"><B>density(P)</B></A> -
2659 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HasDensity.html" title="interface in org.apache.commons.math.distribution">HasDensity</A>
2660 <DD><B>Deprecated.</B>&nbsp;Compute the probability density function.
2661 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2662 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution">NormalDistribution</A>
2663 <DD>Return the probability density for a particular point.
2664 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#density(java.lang.Double)"><B>density(Double)</B></A> -
2665 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
2666 <DD><B>Deprecated.</B>&nbsp;<I></I>&nbsp;
2667 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2668 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
2669 <DD>Returns the probability density for a particular point.
2670 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2671 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
2672 <DD>Returns the probability density for a particular point.
2673 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#density(double)"><B>density(double)</B></A> -
2674 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
2675 <DD>Returns the probability density for a particular point.
2676 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateMatrixFunction.html#derivative()"><B>derivative()</B></A> -
2677 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableUnivariateMatrixFunction</A>
2678 <DD>Returns the derivative of the function
2679 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.html#derivative()"><B>derivative()</B></A> -
2680 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableUnivariateRealFunction</A>
2681 <DD>Returns the derivative of the function
2682 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateVectorialFunction.html#derivative()"><B>derivative()</B></A> -
2683 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableUnivariateVectorialFunction</A>
2684 <DD>Returns the derivative of the function
2685 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#derivative()"><B>derivative()</B></A> -
2686 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
2687 <DD>Returns the derivative as a UnivariateRealFunction
2688 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#derivative()"><B>derivative()</B></A> -
2689 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
2690 <DD>Returns the derivative of the polynomial spline function as a UnivariateRealFunction
2691 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#derivative()"><B>derivative()</B></A> -
2692 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
2693 <DD>Returns the derivative of the function
2694 <DT><A HREF="./org/apache/commons/math/ode/DerivativeException.html" title="class in org.apache.commons.math.ode"><B>DerivativeException</B></A> - Exception in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This exception is made available to users to report
2695 the error conditions that are triggered while computing
2696 the differential equations.<DT><A HREF="./org/apache/commons/math/ode/DerivativeException.html#DerivativeException(java.lang.String, java.lang.Object...)"><B>DerivativeException(String, Object...)</B></A> -
2697 Constructor for exception org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/DerivativeException.html" title="class in org.apache.commons.math.ode">DerivativeException</A>
2698 <DD>Simple constructor.
2699 <DT><A HREF="./org/apache/commons/math/ode/DerivativeException.html#DerivativeException(java.lang.Throwable)"><B>DerivativeException(Throwable)</B></A> -
2700 Constructor for exception org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/DerivativeException.html" title="class in org.apache.commons.math.ode">DerivativeException</A>
2701 <DD>Build an instance from an underlying cause.
2702 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>DescriptiveStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Maintains a dataset of values of a single variable and computes descriptive
2703 statistics based on stored data.<DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#DescriptiveStatistics()"><B>DescriptiveStatistics()</B></A> -
2704 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
2705 <DD>Construct a DescriptiveStatistics instance with an infinite window
2706 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#DescriptiveStatistics(int)"><B>DescriptiveStatistics(int)</B></A> -
2707 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
2708 <DD>Construct a DescriptiveStatistics instance with the specified window
2709 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#DescriptiveStatistics(org.apache.commons.math.stat.descriptive.DescriptiveStatistics)"><B>DescriptiveStatistics(DescriptiveStatistics)</B></A> -
2710 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
2711 <DD>Copy constructor.
2712 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#deserializeRealMatrix(java.lang.Object, java.lang.String, java.io.ObjectInputStream)"><B>deserializeRealMatrix(Object, String, ObjectInputStream)</B></A> -
2713 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2714 <DD>Deserialize a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> field in a class.
2715 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#deserializeRealVector(java.lang.Object, java.lang.String, java.io.ObjectInputStream)"><B>deserializeRealVector(Object, String, ObjectInputStream)</B></A> -
2716 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
2717 <DD>Deserialize a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> field in a class.
2718 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#dev"><B>dev</B></A> -
2719 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
2720 <DD>Deviation of most recently added value from previous first moment.
2721 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#df(double, double, double, double)"><B>df(double, double, double, double)</B></A> -
2722 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
2723 <DD>Computes approximate degrees of freedom for 2-sample t-test.
2724 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><B>DifferentiableMultivariateRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Extension of <A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>MultivariateRealFunction</CODE></A> representing a differentiable
2725 multivariate real function.<DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><B>DifferentiableMultivariateRealOptimizer</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This interface represents an optimization algorithm for <A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>scalar differentiable objective functions</CODE></A>.<DT><A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><B>DifferentiableMultivariateVectorialFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Extension of <A HREF="./org/apache/commons/math/analysis/MultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>MultivariateVectorialFunction</CODE></A> representing a differentiable
2726 multivariate vectorial function.<DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization"><B>DifferentiableMultivariateVectorialOptimizer</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This interface represents an optimization algorithm for <A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>vectorial differentiable objective functions</CODE></A>.<DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis"><B>DifferentiableUnivariateMatrixFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Extension of <A HREF="./org/apache/commons/math/analysis/UnivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>UnivariateMatrixFunction</CODE></A> representing a differentiable univariate matrix function.<DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><B>DifferentiableUnivariateRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Extension of <A HREF="./org/apache/commons/math/analysis/UnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>UnivariateRealFunction</CODE></A> representing a differentiable univariate real function.<DT><A HREF="./org/apache/commons/math/analysis/DifferentiableUnivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><B>DifferentiableUnivariateVectorialFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>Extension of <A HREF="./org/apache/commons/math/analysis/UnivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>UnivariateVectorialFunction</CODE></A> representing a differentiable univariate vectorial function.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#differentiate(double[])"><B>differentiate(double[])</B></A> -
2727 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
2728 <DD>Returns the coefficients of the derivative of the polynomial with the given coefficients.
2729 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#digamma(double)"><B>digamma(double)</B></A> -
2730 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
2731 <DD>Computes the digamma function of x.
2732 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#DIGEST_MODE"><B>DIGEST_MODE</B></A> -
2733 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
2734 <DD>Use empirical distribution.
2735 <DT><A HREF="./org/apache/commons/math/DimensionMismatchException.html" title="class in org.apache.commons.math"><B>DimensionMismatchException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Error thrown when two dimensions differ.<DT><A HREF="./org/apache/commons/math/DimensionMismatchException.html#DimensionMismatchException(int, int)"><B>DimensionMismatchException(int, int)</B></A> -
2736 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/DimensionMismatchException.html" title="class in org.apache.commons.math">DimensionMismatchException</A>
2737 <DD>Construct an exception from the mismatched dimensions
2738 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct"><B>DirectSearchOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/direct/package-summary.html">org.apache.commons.math.optimization.direct</A><DD>This class implements simplex-based direct search optimization
2739 algorithms.<DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#DirectSearchOptimizer()"><B>DirectSearchOptimizer()</B></A> -
2740 Constructor for class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
2741 <DD>Simple constructor.
2742 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#discardFrontElements(int)"><B>discardFrontElements(int)</B></A> -
2743 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
2744 <DD>Discards the <code>i<code> initial elements of the array.
2745 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#discardMostRecentElements(int)"><B>discardMostRecentElements(int)</B></A> -
2746 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
2747 <DD>Discards the <code>i<code> last elements of the array.
2748 <DT><A HREF="./org/apache/commons/math/distribution/DiscreteDistribution.html" title="interface in org.apache.commons.math.distribution"><B>DiscreteDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base interface for discrete distributions.<DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#distance(org.apache.commons.math.geometry.Rotation, org.apache.commons.math.geometry.Rotation)"><B>distance(Rotation, Rotation)</B></A> -
2749 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
2750 <DD>Compute the <i>distance</i> between two rotations.
2751 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#distance(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>distance(Vector3D, Vector3D)</B></A> -
2752 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2753 <DD>Compute the distance between two vectors according to the L<sub>2</sub> norm.
2754 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distance(double[], double[])"><B>distance(double[], double[])</B></A> -
2755 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2756 <DD>Calculates the L<sub>2</sub> (Euclidean) distance between two points.
2757 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distance(int[], int[])"><B>distance(int[], int[])</B></A> -
2758 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2759 <DD>Calculates the L<sub>2</sub> (Euclidean) distance between two points.
2760 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#distance1(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>distance1(Vector3D, Vector3D)</B></A> -
2761 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2762 <DD>Compute the distance between two vectors according to the L<sub>1</sub> norm.
2763 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distance1(double[], double[])"><B>distance1(double[], double[])</B></A> -
2764 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2765 <DD>Calculates the L<sub>1</sub> (sum of abs) distance between two points.
2766 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distance1(int[], int[])"><B>distance1(int[], int[])</B></A> -
2767 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2768 <DD>Calculates the L<sub>1</sub> (sum of abs) distance between two points.
2769 <DT><A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html#distanceFrom(T)"><B>distanceFrom(T)</B></A> -
2770 Method in interface org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering">Clusterable</A>
2771 <DD>Returns the distance from the given point.
2772 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#distanceFrom(org.apache.commons.math.stat.clustering.EuclideanIntegerPoint)"><B>distanceFrom(EuclideanIntegerPoint)</B></A> -
2773 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
2774 <DD>Returns the distance from the given point.
2775 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#distanceInf(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>distanceInf(Vector3D, Vector3D)</B></A> -
2776 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2777 <DD>Compute the distance between two vectors according to the L<sub>&infin;</sub> norm.
2778 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distanceInf(double[], double[])"><B>distanceInf(double[], double[])</B></A> -
2779 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2780 <DD>Calculates the L<sub>&infin;</sub> (max of abs) distance between two points.
2781 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#distanceInf(int[], int[])"><B>distanceInf(int[], int[])</B></A> -
2782 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
2783 <DD>Calculates the L<sub>&infin;</sub> (max of abs) distance between two points.
2784 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#distanceSq(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>distanceSq(Vector3D, Vector3D)</B></A> -
2785 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2786 <DD>Compute the square of the distance between two vectors.
2787 <DT><A HREF="./org/apache/commons/math/distribution/Distribution.html" title="interface in org.apache.commons.math.distribution"><B>Distribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Base interface for probability distributions.<DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#DIVIDE"><B>DIVIDE</B></A> -
2788 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
2789 <DD>The / operator method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
2790 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#divide(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>divide(UnivariateRealFunction)</B></A> -
2791 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
2792 <DD>Return a function dividing the instance by another function.
2793 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#divide(org.apache.commons.math.complex.Complex)"><B>divide(Complex)</B></A> -
2794 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
2795 <DD>Return the quotient of this complex number and the given complex number.
2796 <DT><A HREF="./org/apache/commons/math/FieldElement.html#divide(T)"><B>divide(T)</B></A> -
2797 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>
2798 <DD>Compute this &divide; a.
2799 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#divide(java.math.BigInteger)"><B>divide(BigInteger)</B></A> -
2800 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
2801 <DD>
2802 Divide the value of this fraction by the passed <code>BigInteger</code>,
2803 ie "this * 1 / bg", returning the result in reduced form.
2804 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#divide(int)"><B>divide(int)</B></A> -
2805 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
2806 <DD>
2807 Divide the value of this fraction by the passed <tt>int</tt>, ie
2808 "this * 1 / i", returning the result in reduced form.
2809 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#divide(long)"><B>divide(long)</B></A> -
2810 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
2811 <DD>
2812 Divide the value of this fraction by the passed <tt>long</tt>, ie
2813 "this * 1 / l", returning the result in reduced form.
2814 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#divide(org.apache.commons.math.fraction.BigFraction)"><B>divide(BigFraction)</B></A> -
2815 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
2816 <DD>
2817 Divide the value of this fraction by another, returning the result in
2818 reduced form.
2819 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#divide(org.apache.commons.math.fraction.Fraction)"><B>divide(Fraction)</B></A> -
2820 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
2821 <DD>Divide the value of this fraction by another.
2822 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#divide(int)"><B>divide(int)</B></A> -
2823 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
2824 <DD>Divide the fraction by an integer.
2825 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#divide(org.apache.commons.math.util.BigReal)"><B>divide(BigReal)</B></A> -
2826 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
2827 <DD>Compute this &divide; a.
2828 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>DividedDifferenceInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Implements the <a href="./org/apache/commons/math/analysis/interpolation/
2829 "http://mathworld.wolfram.com/NewtonsDividedDifferenceInterpolationFormula.html">
2830 Divided Difference Algorithm</a> for interpolation of real univariate
2831 functions.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html#DividedDifferenceInterpolator()"><B>DividedDifferenceInterpolator()</B></A> -
2832 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">DividedDifferenceInterpolator</A>
2833 <DD>&nbsp;
2834 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#doCopy()"><B>doCopy()</B></A> -
2835 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
2836 <DD>Really copy the finalized instance.
2837 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#doCopy()"><B>doCopy()</B></A> -
2838 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
2839 <DD>Really copy the finalized instance.
2840 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#doCopy()"><B>doCopy()</B></A> -
2841 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
2842 <DD>Really copy the finalized instance.
2843 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#doFinalize()"><B>doFinalize()</B></A> -
2844 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
2845 <DD>Really finalize the step.
2846 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#doIteration(org.apache.commons.math.optimization.linear.SimplexTableau)"><B>doIteration(SimplexTableau)</B></A> -
2847 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
2848 <DD>Runs one iteration of the Simplex method on the given model.
2849 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2850 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
2851 <DD>Perform the bulk of optimization algorithm.
2852 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2853 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
2854 <DD>Perform the bulk of optimization algorithm.
2855 <DT><A HREF="./org/apache/commons/math/optimization/general/GaussNewtonOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2856 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/GaussNewtonOptimizer.html" title="class in org.apache.commons.math.optimization.general">GaussNewtonOptimizer</A>
2857 <DD>Perform the bulk of optimization algorithm.
2858 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2859 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
2860 <DD>Perform the bulk of optimization algorithm.
2861 <DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2862 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general">NonLinearConjugateGradientOptimizer</A>
2863 <DD>Perform the bulk of optimization algorithm.
2864 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#doOptimize()"><B>doOptimize()</B></A> -
2865 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
2866 <DD>Perform the bulk of optimization algorithm.
2867 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#doOptimize()"><B>doOptimize()</B></A> -
2868 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
2869 <DD>Perform the bulk of optimization algorithm.
2870 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>DormandPrince54Integrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the 5(4) Dormand-Prince integrator for Ordinary
2871 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html#DormandPrince54Integrator(double, double, double, double)"><B>DormandPrince54Integrator(double, double, double, double)</B></A> -
2872 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince54Integrator</A>
2873 <DD>Simple constructor.
2874 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html#DormandPrince54Integrator(double, double, double[], double[])"><B>DormandPrince54Integrator(double, double, double[], double[])</B></A> -
2875 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince54Integrator</A>
2876 <DD>Simple constructor.
2877 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>DormandPrince853Integrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the 8(5,3) Dormand-Prince integrator for Ordinary
2878 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html#DormandPrince853Integrator(double, double, double, double)"><B>DormandPrince853Integrator(double, double, double, double)</B></A> -
2879 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince853Integrator</A>
2880 <DD>Simple constructor.
2881 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html#DormandPrince853Integrator(double, double, double[], double[])"><B>DormandPrince853Integrator(double, double, double[], double[])</B></A> -
2882 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince853Integrator</A>
2883 <DD>Simple constructor.
2884 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#dotProduct(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>dotProduct(Vector3D, Vector3D)</B></A> -
2885 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
2886 <DD>Compute the dot-product of two vectors.
2887 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#dotProduct(double[])"><B>dotProduct(double[])</B></A> -
2888 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
2889 <DD>Compute the dot product.
2890 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#dotProduct(org.apache.commons.math.linear.RealVector)"><B>dotProduct(RealVector)</B></A> -
2891 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
2892 <DD>Compute the dot product.
2893 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#dotProduct(org.apache.commons.math.linear.FieldVector)"><B>dotProduct(FieldVector&lt;T&gt;)</B></A> -
2894 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2895 <DD>Compute the dot product.
2896 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#dotProduct(T[])"><B>dotProduct(T[])</B></A> -
2897 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2898 <DD>Compute the dot product.
2899 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#dotProduct(org.apache.commons.math.linear.ArrayFieldVector)"><B>dotProduct(ArrayFieldVector&lt;T&gt;)</B></A> -
2900 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2901 <DD>Compute the dot product.
2902 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#dotProduct(org.apache.commons.math.linear.RealVector)"><B>dotProduct(RealVector)</B></A> -
2903 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2904 <DD>Compute the dot product.
2905 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#dotProduct(double[])"><B>dotProduct(double[])</B></A> -
2906 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2907 <DD>Compute the dot product.
2908 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#dotProduct(org.apache.commons.math.linear.ArrayRealVector)"><B>dotProduct(ArrayRealVector)</B></A> -
2909 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2910 <DD>Compute the dot product.
2911 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#dotProduct(org.apache.commons.math.linear.FieldVector)"><B>dotProduct(FieldVector&lt;T&gt;)</B></A> -
2912 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
2913 <DD>Compute the dot product.
2914 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#dotProduct(T[])"><B>dotProduct(T[])</B></A> -
2915 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
2916 <DD>Compute the dot product.
2917 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#dotProduct(org.apache.commons.math.linear.OpenMapRealVector)"><B>dotProduct(OpenMapRealVector)</B></A> -
2918 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
2919 <DD>Optimized method to compute the dot product with an OpenMapRealVector.
2920 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#dotProduct(org.apache.commons.math.linear.RealVector)"><B>dotProduct(RealVector)</B></A> -
2921 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
2922 <DD>Compute the dot product.
2923 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#dotProduct(org.apache.commons.math.linear.RealVector)"><B>dotProduct(RealVector)</B></A> -
2924 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
2925 <DD>Compute the dot product.
2926 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#dotProduct(double[])"><B>dotProduct(double[])</B></A> -
2927 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
2928 <DD>Compute the dot product.
2929 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#dotProduct(org.apache.commons.math.linear.FieldVector)"><B>dotProduct(FieldVector&lt;T&gt;)</B></A> -
2930 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
2931 <DD>Compute the dot product.
2932 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#dotProduct(T[])"><B>dotProduct(T[])</B></A> -
2933 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
2934 <DD>Compute the dot product.
2935 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util"><B>DoubleArray</B></A> - Interface in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Provides a standard interface for double arrays.<DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#doubleValue()"><B>doubleValue()</B></A> -
2936 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
2937 <DD>
2938 Gets the fraction as a <tt>double</tt>.
2939 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#doubleValue()"><B>doubleValue()</B></A> -
2940 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
2941 <DD>Gets the fraction as a <tt>double</tt>.
2942 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#doubleValue()"><B>doubleValue()</B></A> -
2943 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
2944 <DD>Get the double value corresponding to the instance.
2945 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#DOWNSIDE_VARIANCE"><B>DOWNSIDE_VARIANCE</B></A> -
2946 Static variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
2947 <DD>The DOWNSIDE Direction is used to specify that the observations below
2948 the cutoff point will be used to calculate SemiVariance
2949 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html" title="class in org.apache.commons.math.ode.sampling"><B>DummyStepHandler</B></A> - Class in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This class is a step handler that does nothing.<DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling"><B>DummyStepInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This class is a step interpolator that does nothing.<DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#DummyStepInterpolator()"><B>DummyStepInterpolator()</B></A> -
2950 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
2951 <DD>Simple constructor.
2952 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#DummyStepInterpolator(double[], double[], boolean)"><B>DummyStepInterpolator(double[], double[], boolean)</B></A> -
2953 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
2954 <DD>Simple constructor.
2955 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#DummyStepInterpolator(org.apache.commons.math.ode.sampling.DummyStepInterpolator)"><B>DummyStepInterpolator(DummyStepInterpolator)</B></A> -
2956 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
2957 <DD>Copy constructor.
2958 <DT><A HREF="./org/apache/commons/math/DuplicateSampleAbscissaException.html" title="class in org.apache.commons.math"><B>DuplicateSampleAbscissaException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Exception thrown when a sample contains several entries at the same abscissa.<DT><A HREF="./org/apache/commons/math/DuplicateSampleAbscissaException.html#DuplicateSampleAbscissaException(double, int, int)"><B>DuplicateSampleAbscissaException(double, int, int)</B></A> -
2959 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/DuplicateSampleAbscissaException.html" title="class in org.apache.commons.math">DuplicateSampleAbscissaException</A>
2960 <DD>Construct an exception indicating the duplicate abscissa.
2961 </DL>
2962 <HR>
2963 <A NAME="_E_"><!-- --></A><H2>
2964 <B>E</B></H2>
2965 <DL>
2966 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#ebeDivide(double[])"><B>ebeDivide(double[])</B></A> -
2967 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
2968 <DD>Element-by-element division.
2969 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeDivide(org.apache.commons.math.linear.FieldVector)"><B>ebeDivide(FieldVector&lt;T&gt;)</B></A> -
2970 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2971 <DD>Element-by-element division.
2972 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeDivide(T[])"><B>ebeDivide(T[])</B></A> -
2973 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2974 <DD>Element-by-element division.
2975 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeDivide(org.apache.commons.math.linear.ArrayFieldVector)"><B>ebeDivide(ArrayFieldVector&lt;T&gt;)</B></A> -
2976 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
2977 <DD>Element-by-element division.
2978 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeDivide(org.apache.commons.math.linear.RealVector)"><B>ebeDivide(RealVector)</B></A> -
2979 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2980 <DD>Element-by-element division.
2981 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeDivide(double[])"><B>ebeDivide(double[])</B></A> -
2982 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2983 <DD>Element-by-element division.
2984 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeDivide(org.apache.commons.math.linear.ArrayRealVector)"><B>ebeDivide(ArrayRealVector)</B></A> -
2985 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
2986 <DD>Element-by-element division.
2987 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#ebeDivide(org.apache.commons.math.linear.FieldVector)"><B>ebeDivide(FieldVector&lt;T&gt;)</B></A> -
2988 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
2989 <DD>Element-by-element division.
2990 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#ebeDivide(T[])"><B>ebeDivide(T[])</B></A> -
2991 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
2992 <DD>Element-by-element division.
2993 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#ebeDivide(org.apache.commons.math.linear.RealVector)"><B>ebeDivide(RealVector)</B></A> -
2994 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
2995 <DD>Element-by-element division.
2996 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#ebeDivide(double[])"><B>ebeDivide(double[])</B></A> -
2997 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
2998 <DD>Element-by-element division.
2999 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#ebeDivide(org.apache.commons.math.linear.RealVector)"><B>ebeDivide(RealVector)</B></A> -
3000 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
3001 <DD>Element-by-element division.
3002 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#ebeDivide(double[])"><B>ebeDivide(double[])</B></A> -
3003 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
3004 <DD>Element-by-element division.
3005 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#ebeDivide(org.apache.commons.math.linear.FieldVector)"><B>ebeDivide(FieldVector&lt;T&gt;)</B></A> -
3006 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
3007 <DD>Element-by-element division.
3008 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#ebeDivide(T[])"><B>ebeDivide(T[])</B></A> -
3009 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
3010 <DD>Element-by-element division.
3011 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#ebeMultiply(double[])"><B>ebeMultiply(double[])</B></A> -
3012 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
3013 <DD>Element-by-element multiplication.
3014 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeMultiply(org.apache.commons.math.linear.FieldVector)"><B>ebeMultiply(FieldVector&lt;T&gt;)</B></A> -
3015 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
3016 <DD>Element-by-element multiplication.
3017 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeMultiply(T[])"><B>ebeMultiply(T[])</B></A> -
3018 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
3019 <DD>Element-by-element multiplication.
3020 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#ebeMultiply(org.apache.commons.math.linear.ArrayFieldVector)"><B>ebeMultiply(ArrayFieldVector&lt;T&gt;)</B></A> -
3021 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
3022 <DD>Element-by-element multiplication.
3023 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeMultiply(org.apache.commons.math.linear.RealVector)"><B>ebeMultiply(RealVector)</B></A> -
3024 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
3025 <DD>Element-by-element multiplication.
3026 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeMultiply(double[])"><B>ebeMultiply(double[])</B></A> -
3027 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
3028 <DD>Element-by-element multiplication.
3029 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#ebeMultiply(org.apache.commons.math.linear.ArrayRealVector)"><B>ebeMultiply(ArrayRealVector)</B></A> -
3030 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
3031 <DD>Element-by-element multiplication.
3032 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#ebeMultiply(org.apache.commons.math.linear.FieldVector)"><B>ebeMultiply(FieldVector&lt;T&gt;)</B></A> -
3033 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
3034 <DD>Element-by-element multiplication.
3035 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#ebeMultiply(T[])"><B>ebeMultiply(T[])</B></A> -
3036 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
3037 <DD>Element-by-element multiplication.
3038 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#ebeMultiply(org.apache.commons.math.linear.RealVector)"><B>ebeMultiply(RealVector)</B></A> -
3039 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
3040 <DD>Element-by-element multiplication.
3041 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#ebeMultiply(double[])"><B>ebeMultiply(double[])</B></A> -
3042 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
3043 <DD>Element-by-element multiplication.
3044 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#ebeMultiply(org.apache.commons.math.linear.RealVector)"><B>ebeMultiply(RealVector)</B></A> -
3045 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
3046 <DD>Element-by-element multiplication.
3047 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#ebeMultiply(double[])"><B>ebeMultiply(double[])</B></A> -
3048 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
3049 <DD>Element-by-element multiplication.
3050 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#ebeMultiply(org.apache.commons.math.linear.FieldVector)"><B>ebeMultiply(FieldVector&lt;T&gt;)</B></A> -
3051 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
3052 <DD>Element-by-element multiplication.
3053 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#ebeMultiply(T[])"><B>ebeMultiply(T[])</B></A> -
3054 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
3055 <DD>Element-by-element multiplication.
3056 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#eDA"><B>eDA</B></A> -
3057 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
3058 <DD>Stored data values
3059 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear"><B>EigenDecomposition</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
3060 eigen decomposition of a real matrix.<DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>EigenDecompositionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the eigen decomposition of a real <strong>symmetric</strong>
3061 matrix.<DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#EigenDecompositionImpl(org.apache.commons.math.linear.RealMatrix, double)"><B>EigenDecompositionImpl(RealMatrix, double)</B></A> -
3062 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
3063 <DD>Calculates the eigen decomposition of the given symmetric matrix.
3064 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#EigenDecompositionImpl(double[], double[], double)"><B>EigenDecompositionImpl(double[], double[], double)</B></A> -
3065 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
3066 <DD>Calculates the eigen decomposition of the symmetric tridiagonal
3067 matrix.
3068 <DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics"><B>ElitisticListPopulation</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Population of chromosomes which uses elitism (certain percentace of the best
3069 chromosomes is directly copied to the next generation).<DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html#ElitisticListPopulation(java.util.List, int, double)"><B>ElitisticListPopulation(List&lt;Chromosome&gt;, int, double)</B></A> -
3070 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics">ElitisticListPopulation</A>
3071 <DD>Creates a new ElitisticListPopulation instance.
3072 <DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html#ElitisticListPopulation(int, double)"><B>ElitisticListPopulation(int, double)</B></A> -
3073 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics">ElitisticListPopulation</A>
3074 <DD>Creates a new ListPopulation instance and initializes its inner
3075 chromosome list.
3076 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>EmbeddedRungeKuttaIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the common part of all embedded Runge-Kutta
3077 integrators for Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#EmbeddedRungeKuttaIntegrator(java.lang.String, boolean, double[], double[][], double[], org.apache.commons.math.ode.nonstiff.RungeKuttaStepInterpolator, double, double, double, double)"><B>EmbeddedRungeKuttaIntegrator(String, boolean, double[], double[][], double[], RungeKuttaStepInterpolator, double, double, double, double)</B></A> -
3078 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
3079 <DD>Build a Runge-Kutta integrator with the given Butcher array.
3080 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#EmbeddedRungeKuttaIntegrator(java.lang.String, boolean, double[], double[][], double[], org.apache.commons.math.ode.nonstiff.RungeKuttaStepInterpolator, double, double, double[], double[])"><B>EmbeddedRungeKuttaIntegrator(String, boolean, double[], double[][], double[], RungeKuttaStepInterpolator, double, double, double[], double[])</B></A> -
3081 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
3082 <DD>Build a Runge-Kutta integrator with the given Butcher array.
3083 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random"><B>EmpiricalDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Represents an <a href="http://random.mat.sbg.ac.at/~ste/dipl/node11.html">
3084 empirical probability distribution</a> -- a probability distribution derived
3085 from observed data without making any assumptions about the functional form
3086 of the population distribution that the data come from.<DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random"><B>EmpiricalDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Implements <code>EmpiricalDistribution</code> interface.<DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#EmpiricalDistributionImpl()"><B>EmpiricalDistributionImpl()</B></A> -
3087 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
3088 <DD>Creates a new EmpiricalDistribution with the default bin count.
3089 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#EmpiricalDistributionImpl(int)"><B>EmpiricalDistributionImpl(int)</B></A> -
3090 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
3091 <DD>Creates a new EmpiricalDistribution with the specified bin count.
3092 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html#end()"><B>end()</B></A> -
3093 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixChangingVisitor</A>
3094 <DD>End visiting a matrix.
3095 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html#end()"><B>end()</B></A> -
3096 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixPreservingVisitor</A>
3097 <DD>End visiting a matrix.
3098 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html#end()"><B>end()</B></A> -
3099 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixChangingVisitor</A>
3100 <DD>End visiting a matrix.
3101 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html#end()"><B>end()</B></A> -
3102 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixPreservingVisitor</A>
3103 <DD>End visiting a matrix.
3104 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html#end()"><B>end()</B></A> -
3105 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixChangingVisitor</A>
3106 <DD>End visiting a matrix.
3107 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html#end()"><B>end()</B></A> -
3108 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixPreservingVisitor</A>
3109 <DD>End visiting a matrix.
3110 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html#end()"><B>end()</B></A> -
3111 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixChangingVisitor</A>
3112 <DD>End visiting a matrix.
3113 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html#end()"><B>end()</B></A> -
3114 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixPreservingVisitor</A>
3115 <DD>End visiting a matrix.
3116 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#epsilon"><B>epsilon</B></A> -
3117 Variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
3118 <DD>Amount of error to accept in floating point comparisons.
3119 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#EPSILON"><B>EPSILON</B></A> -
3120 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3121 <DD>Smallest positive number such that 1 - EPSILON is not numerically equal to 1.
3122 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3123 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
3124 <DD>
3125 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3126 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
3127 <DD>Test for the equality of two Complex objects.
3128 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3129 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
3130 <DD>
3131 Test for the equality of two fractions.
3132 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3133 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3134 <DD>Test for the equality of two fractions.
3135 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3136 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
3137 <DD>Test for the equality of two 3D vectors.
3138 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3139 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
3140 <DD>Returns true iff <code>object</code> is a
3141 <code>FieldMatrix</code> instance with the same dimensions as this
3142 and all corresponding matrix entries are equal.
3143 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3144 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
3145 <DD>Returns true iff <code>object</code> is a
3146 <code>RealMatrix</code> instance with the same dimensions as this
3147 and all corresponding matrix entries are equal.
3148 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3149 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
3150 <DD>Test for the equality of two real vectors.
3151 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3152 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
3153 <DD>Test for the equality of two real vectors.
3154 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3155 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
3156 <DD><B>Deprecated.</B>&nbsp;Returns true iff <code>object</code> is a
3157 <code>BigMatrixImpl</code> instance with the same dimensions as this
3158 and all corresponding matrix entries are equal.
3159 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3160 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
3161 <DD> Implementation Note: This performs an exact comparison, and as a result
3162 it is possible for <code>a.subtract(b</code>} to be the zero vector, while
3163 <code>a.equals(b) == false</code>.
3164 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3165 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
3166 <DD>
3167 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3168 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
3169 <DD>
3170 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3171 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
3172 <DD>
3173 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3174 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
3175 <DD>
3176 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3177 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
3178 <DD>Returns true iff <code>object</code> is an
3179 <code>AbstractStorelessUnivariateStatistic</code> returning the same
3180 values as this for <code>getResult()</code> and <code>getN()</code>
3181 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3182 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
3183 <DD>
3184 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3185 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
3186 <DD>
3187 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3188 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
3189 <DD>Returns true iff <code>object</code> is a <code>SummaryStatistics</code>
3190 instance and all statistics have the same values as this.
3191 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3192 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
3193 <DD>Returns true iff <code>object</code> is a
3194 <code>StatisticalSummaryValues</code> instance and all statistics have
3195 the same values as this.
3196 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3197 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
3198 <DD>Returns true iff <code>object</code> is a
3199 <code>SummaryStatistics</code> instance and all statistics have the
3200 same values as this.
3201 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3202 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
3203 <DD>Returns true iff <code>object</code> is a <code>SummaryStatistics</code>
3204 instance and all statistics have the same values as this.
3205 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3206 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
3207 <DD>Returns true iff <code>object</code> is a
3208 <code>SummaryStatistics</code> instance and all statistics have the
3209 same values as this.
3210 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3211 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
3212 <DD>
3213 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3214 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
3215 <DD>
3216 <DT><A HREF="./org/apache/commons/math/util/DefaultTransformer.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3217 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DefaultTransformer.html" title="class in org.apache.commons.math.util">DefaultTransformer</A>
3218 <DD>
3219 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#equals(double, double)"><B>equals(double, double)</B></A> -
3220 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3221 <DD>Returns true iff both arguments are NaN or neither is NaN and they are
3222 equal
3223 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#equals(double, double, double)"><B>equals(double, double, double)</B></A> -
3224 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3225 <DD>Returns true iff both arguments are equal or within the range of allowed
3226 error (inclusive).
3227 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#equals(double, double, int)"><B>equals(double, double, int)</B></A> -
3228 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3229 <DD>Returns true iff both arguments are equal or within the range of allowed
3230 error (inclusive).
3231 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#equals(double[], double[])"><B>equals(double[], double[])</B></A> -
3232 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3233 <DD>Returns true iff both arguments are null or have same dimensions
3234 and all their elements are <A HREF="./org/apache/commons/math/util/MathUtils.html#equals(double, double)"><CODE>equals</CODE></A>
3235 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3236 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
3237 <DD>Returns true iff object is a ResizableDoubleArray with the same properties
3238 as this and an identical internal storage array.
3239 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#equals(java.lang.Object)"><B>equals(Object)</B></A> -
3240 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
3241 <DD>
3242 <DT><A HREF="./org/apache/commons/math/special/Erf.html" title="class in org.apache.commons.math.special"><B>Erf</B></A> - Class in <A HREF="./org/apache/commons/math/special/package-summary.html">org.apache.commons.math.special</A><DD>This is a utility class that provides computation methods related to the
3243 error functions.<DT><A HREF="./org/apache/commons/math/special/Erf.html#erf(double)"><B>erf(double)</B></A> -
3244 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Erf.html" title="class in org.apache.commons.math.special">Erf</A>
3245 <DD>Returns the error function erf(x).
3246 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#estimate(org.apache.commons.math.estimation.EstimationProblem)"><B>estimate(EstimationProblem)</B></A> -
3247 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
3248 <DD><B>Deprecated.</B>&nbsp;Solve an estimation problem.
3249 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#estimate"><B>estimate</B></A> -
3250 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
3251 <DD><B>Deprecated.</B>&nbsp;Current value of the parameter
3252 <DT><A HREF="./org/apache/commons/math/estimation/Estimator.html#estimate(org.apache.commons.math.estimation.EstimationProblem)"><B>estimate(EstimationProblem)</B></A> -
3253 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation">Estimator</A>
3254 <DD><B>Deprecated.</B>&nbsp;Solve an estimation problem.
3255 <DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html#estimate(org.apache.commons.math.estimation.EstimationProblem)"><B>estimate(EstimationProblem)</B></A> -
3256 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">GaussNewtonEstimator</A>
3257 <DD><B>Deprecated.</B>&nbsp;Solve an estimation problem using a least squares criterion.
3258 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#estimate(org.apache.commons.math.estimation.EstimationProblem)"><B>estimate(EstimationProblem)</B></A> -
3259 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
3260 <DD><B>Deprecated.</B>&nbsp;Solve an estimation problem using the Levenberg-Marquardt algorithm.
3261 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation"><B>EstimatedParameter</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
3262 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#EstimatedParameter(java.lang.String, double)"><B>EstimatedParameter(String, double)</B></A> -
3263 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
3264 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
3265 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#EstimatedParameter(java.lang.String, double, boolean)"><B>EstimatedParameter(String, double, boolean)</B></A> -
3266 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
3267 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
3268 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#EstimatedParameter(org.apache.commons.math.estimation.EstimatedParameter)"><B>EstimatedParameter(EstimatedParameter)</B></A> -
3269 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
3270 <DD><B>Deprecated.</B>&nbsp;Copy constructor.
3271 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html#estimateError(double[][], double[], double[], double)"><B>estimateError(double[][], double[], double[], double)</B></A> -
3272 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince54Integrator</A>
3273 <DD>Compute the error ratio.
3274 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html#estimateError(double[][], double[], double[], double)"><B>estimateError(double[][], double[], double[], double)</B></A> -
3275 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince853Integrator</A>
3276 <DD>Compute the error ratio.
3277 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#estimateError(double[][], double[], double[], double)"><B>estimateError(double[][], double[], double[], double)</B></A> -
3278 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
3279 <DD>Compute the error ratio.
3280 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html#estimateError(double[][], double[], double[], double)"><B>estimateError(double[][], double[], double[], double)</B></A> -
3281 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">HighamHall54Integrator</A>
3282 <DD>Compute the error ratio.
3283 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#estimateRegressandVariance()"><B>estimateRegressandVariance()</B></A> -
3284 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
3285 <DD>Returns the variance of the regressand, ie Var(y).
3286 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html#estimateRegressandVariance()"><B>estimateRegressandVariance()</B></A> -
3287 Method in interface org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression">MultipleLinearRegression</A>
3288 <DD>Returns the variance of the regressand, ie Var(y).
3289 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#estimateRegressionParameters()"><B>estimateRegressionParameters()</B></A> -
3290 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
3291 <DD>Estimates the regression parameters b.
3292 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html#estimateRegressionParameters()"><B>estimateRegressionParameters()</B></A> -
3293 Method in interface org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression">MultipleLinearRegression</A>
3294 <DD>Estimates the regression parameters b.
3295 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#estimateRegressionParametersStandardErrors()"><B>estimateRegressionParametersStandardErrors()</B></A> -
3296 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
3297 <DD>Returns the standard errors of the regression parameters.
3298 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html#estimateRegressionParametersStandardErrors()"><B>estimateRegressionParametersStandardErrors()</B></A> -
3299 Method in interface org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression">MultipleLinearRegression</A>
3300 <DD>Returns the standard errors of the regression parameters.
3301 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#estimateRegressionParametersVariance()"><B>estimateRegressionParametersVariance()</B></A> -
3302 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
3303 <DD>Estimates the variance of the regression parameters, ie Var(b).
3304 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html#estimateRegressionParametersVariance()"><B>estimateRegressionParametersVariance()</B></A> -
3305 Method in interface org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression">MultipleLinearRegression</A>
3306 <DD>Estimates the variance of the regression parameters, ie Var(b).
3307 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#estimateResiduals()"><B>estimateResiduals()</B></A> -
3308 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
3309 <DD>Estimates the residuals, ie u = y - X*b.
3310 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html#estimateResiduals()"><B>estimateResiduals()</B></A> -
3311 Method in interface org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression">MultipleLinearRegression</A>
3312 <DD>Estimates the residuals, ie u = y - X*b.
3313 <DT><A HREF="./org/apache/commons/math/estimation/EstimationException.html" title="class in org.apache.commons.math.estimation"><B>EstimationException</B></A> - Exception in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
3314 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/EstimationException.html#EstimationException(java.lang.String, java.lang.Object...)"><B>EstimationException(String, Object...)</B></A> -
3315 Constructor for exception org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimationException.html" title="class in org.apache.commons.math.estimation">EstimationException</A>
3316 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
3317 <DT><A HREF="./org/apache/commons/math/estimation/EstimationProblem.html" title="interface in org.apache.commons.math.estimation"><B>EstimationProblem</B></A> - Interface in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
3318 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation"><B>Estimator</B></A> - Interface in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
3319 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering"><B>EuclideanIntegerPoint</B></A> - Class in <A HREF="./org/apache/commons/math/stat/clustering/package-summary.html">org.apache.commons.math.stat.clustering</A><DD>A simple implementation of <A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering"><CODE>Clusterable</CODE></A> for points with integer coordinates.<DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#EuclideanIntegerPoint(int[])"><B>EuclideanIntegerPoint(int[])</B></A> -
3320 Constructor for class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
3321 <DD>Build an instance wrapping an integer array.
3322 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EulerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>EulerIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements a simple Euler integrator for Ordinary
3323 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/EulerIntegrator.html#EulerIntegrator(double)"><B>EulerIntegrator(double)</B></A> -
3324 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EulerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EulerIntegrator</A>
3325 <DD>Simple constructor.
3326 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#evaluate(double[], double)"><B>evaluate(double[], double)</B></A> -
3327 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
3328 <DD>Uses Horner's Method to evaluate the polynomial with the given coefficients at
3329 the argument.
3330 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#evaluate(double[], double[], double)"><B>evaluate(double[], double[], double)</B></A> -
3331 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
3332 <DD>Evaluate the Lagrange polynomial using
3333 <a href="http://mathworld.wolfram.com/NevillesAlgorithm.html">
3334 Neville's Algorithm</a>.
3335 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#evaluate(double[], double[], double)"><B>evaluate(double[], double[], double)</B></A> -
3336 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
3337 <DD>Evaluate the Newton polynomial using nested multiplication.
3338 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3339 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
3340 <DD>Evaluate the objective function on one point.
3341 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3342 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
3343 <DD>This default implementation calls <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#clear()"><CODE>AbstractStorelessUnivariateStatistic.clear()</CODE></A>, then invokes
3344 <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#increment(double)"><CODE>AbstractStorelessUnivariateStatistic.increment(double)</CODE></A> in a loop over the the input array, and then uses
3345 <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#getResult()"><CODE>AbstractStorelessUnivariateStatistic.getResult()</CODE></A> to compute the return value.
3346 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3347 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
3348 <DD>This default implementation calls <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#clear()"><CODE>AbstractStorelessUnivariateStatistic.clear()</CODE></A>, then invokes
3349 <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#increment(double)"><CODE>AbstractStorelessUnivariateStatistic.increment(double)</CODE></A> in a loop over the specified portion of the input
3350 array, and then uses <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#getResult()"><CODE>AbstractStorelessUnivariateStatistic.getResult()</CODE></A> to compute the return value.
3351 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3352 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
3353 <DD>Returns the result of evaluating the statistic over the input array.
3354 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3355 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
3356 <DD>Returns the result of evaluating the statistic over the specified entries
3357 in the input array.
3358 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3359 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
3360 <DD>Returns the geometric mean of the entries in the specified portion
3361 of the input array.
3362 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3363 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
3364 <DD>Returns the kurtosis of the entries in the specified portion of the
3365 input array.
3366 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3367 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
3368 <DD>Returns the arithmetic mean of the entries in the specified portion of
3369 the input array, or <code>Double.NaN</code> if the designated subarray
3370 is empty.
3371 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#evaluate(double[], double[], int, int)"><B>evaluate(double[], double[], int, int)</B></A> -
3372 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
3373 <DD>Returns the weighted arithmetic mean of the entries in the specified portion of
3374 the input array, or <code>Double.NaN</code> if the designated subarray
3375 is empty.
3376 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#evaluate(double[], double[])"><B>evaluate(double[], double[])</B></A> -
3377 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
3378 <DD>Returns the weighted arithmetic mean of the entries in the input array.
3379 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3380 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3381 <DD>This method calculates <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> for the entire array against the mean, using
3382 instance properties varianceDirection and biasCorrection.
3383 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3384 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3385 <DD>Returns the <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> of the designated values against the mean, using
3386 instance properties varianceDirection and biasCorrection.
3387 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[], org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction)"><B>evaluate(double[], SemiVariance.Direction)</B></A> -
3388 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3389 <DD>This method calculates <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> for the entire array against the mean, using
3390 the current value of the biasCorrection instance property.
3391 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[], double)"><B>evaluate(double[], double)</B></A> -
3392 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3393 <DD>Returns the <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> of the designated values against the cutoff, using
3394 instance properties variancDirection and biasCorrection.
3395 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[], double, org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction)"><B>evaluate(double[], double, SemiVariance.Direction)</B></A> -
3396 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3397 <DD>Returns the <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> of the designated values against the cutoff in the
3398 given direction, using the current value of the biasCorrection instance property.
3399 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#evaluate(double[], double, org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction, boolean, int, int)"><B>evaluate(double[], double, SemiVariance.Direction, boolean, int, int)</B></A> -
3400 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
3401 <DD>Returns the <A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><CODE>SemiVariance</CODE></A> of the designated values against the cutoff
3402 in the given direction with the provided bias correction.
3403 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3404 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
3405 <DD>Returns the Skewness of the entries in the specifed portion of the
3406 input array.
3407 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3408 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
3409 <DD>Returns the Standard Deviation of the entries in the input array, or
3410 <code>Double.NaN</code> if the array is empty.
3411 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3412 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
3413 <DD>Returns the Standard Deviation of the entries in the specified portion of
3414 the input array, or <code>Double.NaN</code> if the designated subarray
3415 is empty.
3416 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#evaluate(double[], double, int, int)"><B>evaluate(double[], double, int, int)</B></A> -
3417 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
3418 <DD>Returns the Standard Deviation of the entries in the specified portion of
3419 the input array, using the precomputed mean value.
3420 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#evaluate(double[], double)"><B>evaluate(double[], double)</B></A> -
3421 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
3422 <DD>Returns the Standard Deviation of the entries in the input array, using
3423 the precomputed mean value.
3424 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3425 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3426 <DD>Returns the variance of the entries in the input array, or
3427 <code>Double.NaN</code> if the array is empty.
3428 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3429 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3430 <DD>Returns the variance of the entries in the specified portion of
3431 the input array, or <code>Double.NaN</code> if the designated subarray
3432 is empty.
3433 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double[], int, int)"><B>evaluate(double[], double[], int, int)</B></A> -
3434 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3435 <DD>Returns the weighted variance of the entries in the specified portion of
3436 the input array, or <code>Double.NaN</code> if the designated subarray
3437 is empty.
3438 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double[])"><B>evaluate(double[], double[])</B></A> -
3439 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3440 <DD>
3441 Returns the weighted variance of the entries in the the input array.
3442 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double, int, int)"><B>evaluate(double[], double, int, int)</B></A> -
3443 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3444 <DD>Returns the variance of the entries in the specified portion of
3445 the input array, using the precomputed mean value.
3446 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double)"><B>evaluate(double[], double)</B></A> -
3447 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3448 <DD>Returns the variance of the entries in the input array, using the
3449 precomputed mean value.
3450 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double[], double, int, int)"><B>evaluate(double[], double[], double, int, int)</B></A> -
3451 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3452 <DD>Returns the weighted variance of the entries in the specified portion of
3453 the input array, using the precomputed weighted mean value.
3454 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#evaluate(double[], double[], double)"><B>evaluate(double[], double[], double)</B></A> -
3455 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
3456 <DD>Returns the weighted variance of the values in the input array, using
3457 the precomputed weighted mean value.
3458 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3459 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
3460 <DD>Returns the maximum of the entries in the specified portion of
3461 the input array, or <code>Double.NaN</code> if the designated subarray
3462 is empty.
3463 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3464 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
3465 <DD>Returns the minimum of the entries in the specified portion of
3466 the input array, or <code>Double.NaN</code> if the designated subarray
3467 is empty.
3468 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#evaluate(double[], double)"><B>evaluate(double[], double)</B></A> -
3469 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
3470 <DD>Returns an estimate of the <code>p</code>th percentile of the values
3471 in the <code>values</code> array.
3472 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3473 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
3474 <DD>Returns an estimate of the <code>quantile</code>th percentile of the
3475 designated values in the <code>values</code> array.
3476 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#evaluate(double[], int, int, double)"><B>evaluate(double[], int, int, double)</B></A> -
3477 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
3478 <DD>Returns an estimate of the <code>p</code>th percentile of the values
3479 in the <code>values</code> array, starting with the element in (0-based)
3480 position <code>begin</code> in the array and including <code>length</code>
3481 values.
3482 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3483 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
3484 <DD>Returns the product of the entries in the specified portion of
3485 the input array, or <code>Double.NaN</code> if the designated subarray
3486 is empty.
3487 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#evaluate(double[], double[], int, int)"><B>evaluate(double[], double[], int, int)</B></A> -
3488 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
3489 <DD>Returns the weighted product of the entries in the specified portion of
3490 the input array, or <code>Double.NaN</code> if the designated subarray
3491 is empty.
3492 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#evaluate(double[], double[])"><B>evaluate(double[], double[])</B></A> -
3493 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
3494 <DD>Returns the weighted product of the entries in the input array.
3495 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3496 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
3497 <DD>The sum of the entries in the specified portion of
3498 the input array, or <code>Double.NaN</code> if the designated subarray
3499 is empty.
3500 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#evaluate(double[], double[], int, int)"><B>evaluate(double[], double[], int, int)</B></A> -
3501 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
3502 <DD>The weighted sum of the entries in the specified portion of
3503 the input array, or <code>Double.NaN</code> if the designated subarray
3504 is empty.
3505 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#evaluate(double[], double[])"><B>evaluate(double[], double[])</B></A> -
3506 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
3507 <DD>The weighted sum of the entries in the the input array.
3508 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3509 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
3510 <DD>Returns the sum of the natural logs of the entries in the specified portion of
3511 the input array, or <code>Double.NaN</code> if the designated subarray
3512 is empty.
3513 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3514 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
3515 <DD>Returns the sum of the squares of the entries in the specified portion of
3516 the input array, or <code>Double.NaN</code> if the designated subarray
3517 is empty.
3518 <DT><A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html#evaluate(double[])"><B>evaluate(double[])</B></A> -
3519 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">UnivariateStatistic</A>
3520 <DD>Returns the result of evaluating the statistic over the input array.
3521 <DT><A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html#evaluate(double[], int, int)"><B>evaluate(double[], int, int)</B></A> -
3522 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">UnivariateStatistic</A>
3523 <DD>Returns the result of evaluating the statistic over the specified entries
3524 in the input array.
3525 <DT><A HREF="./org/apache/commons/math/stat/descriptive/WeightedEvaluation.html#evaluate(double[], double[])"><B>evaluate(double[], double[])</B></A> -
3526 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/WeightedEvaluation.html" title="interface in org.apache.commons.math.stat.descriptive">WeightedEvaluation</A>
3527 <DD>Returns the result of evaluating the statistic over the input array,
3528 using the supplied weights.
3529 <DT><A HREF="./org/apache/commons/math/stat/descriptive/WeightedEvaluation.html#evaluate(double[], double[], int, int)"><B>evaluate(double[], double[], int, int)</B></A> -
3530 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/WeightedEvaluation.html" title="interface in org.apache.commons.math.stat.descriptive">WeightedEvaluation</A>
3531 <DD>Returns the result of evaluating the statistic over the specified entries
3532 in the input array, using corresponding entries in the supplied weights array.
3533 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#evaluate(double)"><B>evaluate(double)</B></A> -
3534 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
3535 <DD>Evaluates the continued fraction at the value x.
3536 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#evaluate(double, double)"><B>evaluate(double, double)</B></A> -
3537 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
3538 <DD>Evaluates the continued fraction at the value x.
3539 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#evaluate(double, int)"><B>evaluate(double, int)</B></A> -
3540 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
3541 <DD>Evaluates the continued fraction at the value x.
3542 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#evaluate(double, double, int)"><B>evaluate(double, double, int)</B></A> -
3543 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
3544 <DD>
3545 Evaluates the continued fraction at the value x.
3546 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#evaluateSimplex(java.util.Comparator)"><B>evaluateSimplex(Comparator&lt;RealPointValuePair&gt;)</B></A> -
3547 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
3548 <DD>Evaluate all the non-evaluated points of the simplex.
3549 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#evaluateStep(org.apache.commons.math.ode.sampling.StepInterpolator)"><B>evaluateStep(StepInterpolator)</B></A> -
3550 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
3551 <DD>Evaluate the impact of the proposed step on all managed
3552 event handlers.
3553 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#evaluateStep(org.apache.commons.math.ode.sampling.StepInterpolator)"><B>evaluateStep(StepInterpolator)</B></A> -
3554 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
3555 <DD>Evaluate the impact of the proposed step on the event handler.
3556 <DT><A HREF="./org/apache/commons/math/ode/events/EventException.html" title="class in org.apache.commons.math.ode.events"><B>EventException</B></A> - Exception in <A HREF="./org/apache/commons/math/ode/events/package-summary.html">org.apache.commons.math.ode.events</A><DD>This exception is made available to users to report
3557 the error conditions that are triggered by <A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events"><CODE>EventHandler</CODE></A><DT><A HREF="./org/apache/commons/math/ode/events/EventException.html#EventException(java.lang.String, java.lang.Object...)"><B>EventException(String, Object...)</B></A> -
3558 Constructor for exception org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventException.html" title="class in org.apache.commons.math.ode.events">EventException</A>
3559 <DD>Simple constructor.
3560 <DT><A HREF="./org/apache/commons/math/ode/events/EventException.html#EventException(java.lang.Throwable)"><B>EventException(Throwable)</B></A> -
3561 Constructor for exception org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventException.html" title="class in org.apache.commons.math.ode.events">EventException</A>
3562 <DD>Create an exception with a given root cause.
3563 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events"><B>EventHandler</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/events/package-summary.html">org.apache.commons.math.ode.events</A><DD>This interface represents a handler for discrete events triggered
3564 during ODE integration.<DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians"><B>EventHandlerWithJacobians</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This interface represents a handler for discrete events triggered
3565 during ODE integration.<DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#eventOccurred(double, double[], boolean)"><B>eventOccurred(double, double[], boolean)</B></A> -
3566 Method in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
3567 <DD>Handle an event and choose what to do next.
3568 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#eventOccurred(double, double[], double[][], double[][], boolean)"><B>eventOccurred(double, double[], double[][], double[][], boolean)</B></A> -
3569 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
3570 <DD>Handle an event and choose what to do next.
3571 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#eventsHandlersManager"><B>eventsHandlersManager</B></A> -
3572 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
3573 <DD>Events handlers manager.
3574 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events"><B>EventState</B></A> - Class in <A HREF="./org/apache/commons/math/ode/events/package-summary.html">org.apache.commons.math.ode.events</A><DD>This class handles the state for one <A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events"><CODE>event handler</CODE></A> during integration steps.<DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#EventState(org.apache.commons.math.ode.events.EventHandler, double, double, int)"><B>EventState(EventHandler, double, double, int)</B></A> -
3575 Constructor for class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
3576 <DD>Simple constructor.
3577 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#evolve(org.apache.commons.math.genetics.Population, org.apache.commons.math.genetics.StoppingCondition)"><B>evolve(Population, StoppingCondition)</B></A> -
3578 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
3579 <DD>Evolve the given population.
3580 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#EXP"><B>EXP</B></A> -
3581 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
3582 <DD>The <code>Math.exp</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
3583 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#exp()"><B>exp()</B></A> -
3584 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
3585 <DD>Compute the
3586 <a href="http://mathworld.wolfram.com/ExponentialFunction.html" TARGET="_top">
3587 exponential function</a> of this complex number.
3588 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#expand()"><B>expand()</B></A> -
3589 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
3590 <DD>Expands the internal storage array using the expansion factor.
3591 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#expansionFactor"><B>expansionFactor</B></A> -
3592 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
3593 <DD>The expansion factor of the array.
3594 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#expansionMode"><B>expansionMode</B></A> -
3595 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
3596 <DD>Determines whether array expansion by <code>expansionFactor</code>
3597 is additive or multiplicative.
3598 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#EXPM1"><B>EXPM1</B></A> -
3599 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
3600 <DD>The <code>Math.expm1</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
3601 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#EXPONENTIAL_MODE"><B>EXPONENTIAL_MODE</B></A> -
3602 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
3603 <DD>Exponential random deviates with mean = &mu;.
3604 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html" title="interface in org.apache.commons.math.distribution"><B>ExponentialDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Exponential Distribution.<DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>ExponentialDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>ExponentialDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#ExponentialDistributionImpl(double)"><B>ExponentialDistributionImpl(double)</B></A> -
3605 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
3606 <DD>Create a exponential distribution with the given mean.
3607 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#ExponentialDistributionImpl(double, double)"><B>ExponentialDistributionImpl(double, double)</B></A> -
3608 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
3609 <DD>Create a exponential distribution with the given mean.
3610 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#extractField(T[][])"><B>extractField(T[][])</B></A> -
3611 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
3612 <DD>Get the elements type from an array.
3613 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#extractField(T[])"><B>extractField(T[])</B></A> -
3614 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
3615 <DD>Get the elements type from an array.
3616 </DL>
3617 <HR>
3618 <A NAME="_F_"><!-- --></A><H2>
3619 <B>F</B></H2>
3620 <DL>
3621 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#f"><B>f</B></A> -
3622 Variable in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
3623 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the integrand function is passed as an argument
3624 to the <A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>
3625 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#f"><B>f</B></A> -
3626 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
3627 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
3628 to the <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
3629 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
3630 method.</I>
3631 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#factorial(int)"><B>factorial(int)</B></A> -
3632 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3633 <DD>Returns n!.
3634 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#factorialDouble(int)"><B>factorialDouble(int)</B></A> -
3635 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3636 <DD>Returns n!.
3637 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#factorialLog(int)"><B>factorialLog(int)</B></A> -
3638 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3639 <DD>Returns the natural logarithm of n!.
3640 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform"><B>FastCosineTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/transform/package-summary.html">org.apache.commons.math.transform</A><DD>Implements the <a href="http://documents.wolfram.com/v5/Add-onsLinks/
3641 StandardPackages/LinearAlgebra/FourierTrig.html">Fast Cosine Transform</a>
3642 for transformation of one-dimensional data sets.<DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#FastCosineTransformer()"><B>FastCosineTransformer()</B></A> -
3643 Constructor for class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
3644 <DD>Construct a default transformer.
3645 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform"><B>FastFourierTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/transform/package-summary.html">org.apache.commons.math.transform</A><DD>Implements the <a href="http://mathworld.wolfram.com/FastFourierTransform.html">
3646 Fast Fourier Transform</a> for transformation of one-dimensional data sets.<DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#FastFourierTransformer()"><B>FastFourierTransformer()</B></A> -
3647 Constructor for class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
3648 <DD>Construct a default transformer.
3649 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform"><B>FastHadamardTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/transform/package-summary.html">org.apache.commons.math.transform</A><DD>Implements the <a href="http://www.archive.chipcenter.com/dsp/DSP000517F1.html">Fast Hadamard Transform</a> (FHT).<DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#FastHadamardTransformer()"><B>FastHadamardTransformer()</B></A> -
3650 Constructor for class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
3651 <DD>&nbsp;
3652 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform"><B>FastSineTransformer</B></A> - Class in <A HREF="./org/apache/commons/math/transform/package-summary.html">org.apache.commons.math.transform</A><DD>Implements the <a href="http://documents.wolfram.com/v5/Add-onsLinks/
3653 StandardPackages/LinearAlgebra/FourierTrig.html">Fast Sine Transform</a>
3654 for transformation of one-dimensional data sets.<DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#FastSineTransformer()"><B>FastSineTransformer()</B></A> -
3655 Constructor for class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
3656 <DD>Construct a default transformer.
3657 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#fct(double[])"><B>fct(double[])</B></A> -
3658 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
3659 <DD>Perform the FCT algorithm (including inverse).
3660 <DT><A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution"><B>FDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>F-Distribution.<DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>FDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Default implementation of
3661 <A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>FDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#FDistributionImpl(double, double)"><B>FDistributionImpl(double, double)</B></A> -
3662 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
3663 <DD>Create a F distribution using the given degrees of freedom.
3664 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#FDistributionImpl(double, double, double)"><B>FDistributionImpl(double, double, double)</B></A> -
3665 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
3666 <DD>Create a F distribution using the given degrees of freedom and inverse cumulative probability accuracy.
3667 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#fft(double[], boolean)"><B>fft(double[], boolean)</B></A> -
3668 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
3669 <DD>Perform the base-4 Cooley-Tukey FFT algorithm (including inverse).
3670 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#fft(org.apache.commons.math.complex.Complex[])"><B>fft(Complex[])</B></A> -
3671 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
3672 <DD>Perform the base-4 Cooley-Tukey FFT algorithm (including inverse).
3673 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#fht(double[])"><B>fht(double[])</B></A> -
3674 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
3675 <DD>The FHT (Fast Hadamard Transformation) which uses only subtraction and addition.
3676 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#fht(int[])"><B>fht(int[])</B></A> -
3677 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
3678 <DD>The FHT (Fast Hadamard Transformation) which uses only subtraction and addition.
3679 <DT><A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><B>Field</B></A>&lt;<A HREF="./org/apache/commons/math/Field.html" title="type parameter in Field">T</A>&gt; - Interface in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Interface representing a <a href="http://mathworld.wolfram.com/Field.html">field</a>.<DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear"><B>FieldDecompositionSolver</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="type parameter in FieldDecompositionSolver">T</A>&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface handling decomposition algorithms that can solve A &times; X = B.<DT><A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math"><B>FieldElement</B></A>&lt;<A HREF="./org/apache/commons/math/FieldElement.html" title="type parameter in FieldElement">T</A>&gt; - Interface in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Interface representing <a href="http://mathworld.wolfram.com/Field.html">field</a> elements.<DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear"><B>FieldLUDecomposition</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="type parameter in FieldLUDecomposition">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="type parameter in FieldLUDecomposition">T</A>&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
3680 LU-decomposition of a real matrix.<DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>FieldLUDecompositionImpl</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="type parameter in FieldLUDecompositionImpl">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="type parameter in FieldLUDecompositionImpl">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the LUP-decomposition of a square matrix.<DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#FieldLUDecompositionImpl(org.apache.commons.math.linear.FieldMatrix)"><B>FieldLUDecompositionImpl(FieldMatrix&lt;T&gt;)</B></A> -
3681 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
3682 <DD>Calculates the LU-decomposition of the given matrix.
3683 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><B>FieldMatrix</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="type parameter in FieldMatrix">T</A>&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining field-valued matrix with basic algebraic operations.<DT><A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear"><B>FieldMatrixChangingVisitor</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="type parameter in FieldMatrixChangingVisitor">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;?&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a visitor for matrix entries.<DT><A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear"><B>FieldMatrixPreservingVisitor</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="type parameter in FieldMatrixPreservingVisitor">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;?&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a visitor for matrix entries.<DT><A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear"><B>FieldVector</B></A>&lt;<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="type parameter in FieldVector">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="type parameter in FieldVector">T</A>&gt;&gt; - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a field-valued vector with basic algebraic operations.<DT><A HREF="./org/apache/commons/math/random/ValueServer.html#fill(double[])"><B>fill(double[])</B></A> -
3684 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
3685 <DD>Fills the input array with values generated using getNext() repeatedly.
3686 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#fill(int)"><B>fill(int)</B></A> -
3687 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
3688 <DD>Returns an array of length <code>length</code> with values generated
3689 using getNext() repeatedly.
3690 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#filterStep(double, boolean, boolean)"><B>filterStep(double, boolean, boolean)</B></A> -
3691 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
3692 <DD>Filter the integration step.
3693 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#finalizeStep()"><B>finalizeStep()</B></A> -
3694 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
3695 <DD>Finalize the step.
3696 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#findSameChromosome(org.apache.commons.math.genetics.Population)"><B>findSameChromosome(Population)</B></A> -
3697 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
3698 <DD>Searches the <code>population</code> for another chromosome with the same
3699 representation.
3700 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>FirstMoment</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the first moment (arithmetic mean).<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#FirstMoment()"><B>FirstMoment()</B></A> -
3701 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
3702 <DD>Create a FirstMoment instance
3703 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#FirstMoment(org.apache.commons.math.stat.descriptive.moment.FirstMoment)"><B>FirstMoment(FirstMoment)</B></A> -
3704 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
3705 <DD>Copy constructor, creates a new <code>FirstMoment</code> identical
3706 to the <code>original</code>
3707 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html" title="class in org.apache.commons.math.ode"><B>FirstOrderConverter</B></A> - Class in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This class converts second order differential equations to first
3708 order ones.<DT><A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html#FirstOrderConverter(org.apache.commons.math.ode.SecondOrderDifferentialEquations)"><B>FirstOrderConverter(SecondOrderDifferentialEquations)</B></A> -
3709 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html" title="class in org.apache.commons.math.ode">FirstOrderConverter</A>
3710 <DD>Simple constructor.
3711 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode"><B>FirstOrderDifferentialEquations</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This interface represents a first order differential equations set.<DT><A HREF="./org/apache/commons/math/ode/FirstOrderIntegrator.html" title="interface in org.apache.commons.math.ode"><B>FirstOrderIntegrator</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This interface represents a first order integrator for
3712 differential equations.<DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians"><B>FirstOrderIntegratorWithJacobians</B></A> - Class in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This class enhances a first order integrator for differential equations to
3713 compute also partial derivatives of the solution with respect to initial state
3714 and parameters.<DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#FirstOrderIntegratorWithJacobians(org.apache.commons.math.ode.FirstOrderIntegrator, org.apache.commons.math.ode.jacobians.ParameterizedODE, double[], double[], double[])"><B>FirstOrderIntegratorWithJacobians(FirstOrderIntegrator, ParameterizedODE, double[], double[], double[])</B></A> -
3715 Constructor for class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
3716 <DD>Build an enhanced integrator using internal differentiation to compute jacobians.
3717 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#FirstOrderIntegratorWithJacobians(org.apache.commons.math.ode.FirstOrderIntegrator, org.apache.commons.math.ode.jacobians.ODEWithJacobians)"><B>FirstOrderIntegratorWithJacobians(FirstOrderIntegrator, ODEWithJacobians)</B></A> -
3718 Constructor for class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
3719 <DD>Build an enhanced integrator using ODE builtin jacobian computation features.
3720 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#fit(org.apache.commons.math.optimization.fitting.ParametricRealFunction, double[])"><B>fit(ParametricRealFunction, double[])</B></A> -
3721 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
3722 <DD>Fit a curve.
3723 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html#fit()"><B>fit()</B></A> -
3724 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFitter</A>
3725 <DD>Fit an harmonic function to the observed points.
3726 <DT><A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html#fit()"><B>fit()</B></A> -
3727 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html" title="class in org.apache.commons.math.optimization.fitting">PolynomialFitter</A>
3728 <DD>Get the polynomial fitting the weighted (x, y) points.
3729 <DT><A HREF="./org/apache/commons/math/genetics/Fitness.html" title="interface in org.apache.commons.math.genetics"><B>Fitness</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Fitness of a chromosome.<DT><A HREF="./org/apache/commons/math/genetics/Fitness.html#fitness()"><B>fitness()</B></A> -
3730 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Fitness.html" title="interface in org.apache.commons.math.genetics">Fitness</A>
3731 <DD>Compute the fitness.
3732 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#fix1stArgument(double)"><B>fix1stArgument(double)</B></A> -
3733 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
3734 <DD>Get a composable function by fixing the first argument of the instance.
3735 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#fix2ndArgument(double)"><B>fix2ndArgument(double)</B></A> -
3736 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
3737 <DD>Get a composable function by fixing the second argument of the instance.
3738 <DT><A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html" title="class in org.apache.commons.math.genetics"><B>FixedGenerationCount</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Stops after a fixed number of generations.<DT><A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html#FixedGenerationCount(int)"><B>FixedGenerationCount(int)</B></A> -
3739 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html" title="class in org.apache.commons.math.genetics">FixedGenerationCount</A>
3740 <DD>Create a new FixedGenerationCount instance.
3741 <DT><A HREF="./org/apache/commons/math/ode/sampling/FixedStepHandler.html" title="interface in org.apache.commons.math.ode.sampling"><B>FixedStepHandler</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This interface represents a handler that should be called after
3742 each successful fixed step.<DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#floatValue()"><B>floatValue()</B></A> -
3743 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
3744 <DD>
3745 Gets the fraction as a <tt>float</tt>.
3746 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#floatValue()"><B>floatValue()</B></A> -
3747 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3748 <DD>Gets the fraction as a <tt>float</tt>.
3749 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#FLOOR"><B>FLOOR</B></A> -
3750 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
3751 <DD>The <code>Math.floor</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
3752 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#format(org.apache.commons.math.complex.Complex, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Complex, StringBuffer, FieldPosition)</B></A> -
3753 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
3754 <DD>Formats a <A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex"><CODE>Complex</CODE></A> object to produce a string.
3755 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Object, StringBuffer, FieldPosition)</B></A> -
3756 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
3757 <DD>Formats a object to produce a string.
3758 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#format(double, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(double, StringBuffer, FieldPosition)</B></A> -
3759 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
3760 <DD>Formats a double value as a fraction and appends the result to a StringBuffer.
3761 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#format(long, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(long, StringBuffer, FieldPosition)</B></A> -
3762 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
3763 <DD>Formats a long value as a fraction and appends the result to a StringBuffer.
3764 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#format(org.apache.commons.math.fraction.BigFraction, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(BigFraction, StringBuffer, FieldPosition)</B></A> -
3765 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
3766 <DD>Formats a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> object to produce a string.
3767 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Object, StringBuffer, FieldPosition)</B></A> -
3768 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
3769 <DD>Formats an object and appends the result to a StringBuffer.
3770 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#format(org.apache.commons.math.fraction.Fraction, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Fraction, StringBuffer, FieldPosition)</B></A> -
3771 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3772 <DD>Formats a <A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> object to produce a string.
3773 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Object, StringBuffer, FieldPosition)</B></A> -
3774 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3775 <DD>Formats an object and appends the result to a StringBuffer.
3776 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#format(org.apache.commons.math.fraction.BigFraction, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(BigFraction, StringBuffer, FieldPosition)</B></A> -
3777 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
3778 <DD>Formats a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> object to produce a string.
3779 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#format(org.apache.commons.math.fraction.Fraction, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Fraction, StringBuffer, FieldPosition)</B></A> -
3780 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
3781 <DD>Formats a <A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> object to produce a string.
3782 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#format(org.apache.commons.math.geometry.Vector3D, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Vector3D, StringBuffer, FieldPosition)</B></A> -
3783 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
3784 <DD>Formats a <A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry"><CODE>Vector3D</CODE></A> object to produce a string.
3785 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Object, StringBuffer, FieldPosition)</B></A> -
3786 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
3787 <DD>Formats a object to produce a string.
3788 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#format(org.apache.commons.math.linear.RealVector, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(RealVector, StringBuffer, FieldPosition)</B></A> -
3789 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
3790 <DD>Formats a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> object to produce a string.
3791 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#format(java.lang.Object, java.lang.StringBuffer, java.text.FieldPosition)"><B>format(Object, StringBuffer, FieldPosition)</B></A> -
3792 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
3793 <DD>Formats a object to produce a string.
3794 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#formatBigFraction(org.apache.commons.math.fraction.BigFraction)"><B>formatBigFraction(BigFraction)</B></A> -
3795 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
3796 <DD>This static method calls formatBigFraction() on a default instance of
3797 BigFractionFormat.
3798 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#formatComplex(org.apache.commons.math.complex.Complex)"><B>formatComplex(Complex)</B></A> -
3799 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
3800 <DD>This static method calls <A HREF="http://java.sun.com/javase/6/docs/api/java/text/Format.html?is-external=true#format(java.lang.Object)" title="class or interface in java.text"><CODE>Format.format(Object)</CODE></A> on a default instance of
3801 ComplexFormat.
3802 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#formatDouble(double, java.text.NumberFormat, java.lang.StringBuffer, java.text.FieldPosition)"><B>formatDouble(double, NumberFormat, StringBuffer, FieldPosition)</B></A> -
3803 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
3804 <DD>Formats a double value to produce a string.
3805 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#formatFraction(org.apache.commons.math.fraction.Fraction)"><B>formatFraction(Fraction)</B></A> -
3806 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3807 <DD>This static method calls formatFraction() on a default instance of
3808 FractionFormat.
3809 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#formatRealVector(org.apache.commons.math.linear.RealVector)"><B>formatRealVector(RealVector)</B></A> -
3810 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
3811 <DD>This static method calls <A HREF="http://java.sun.com/javase/6/docs/api/java/text/Format.html?is-external=true#format(java.lang.Object)" title="class or interface in java.text"><CODE>Format.format(Object)</CODE></A> on a default instance of
3812 RealVectorFormat.
3813 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#formatVector3D(org.apache.commons.math.geometry.Vector3D)"><B>formatVector3D(Vector3D)</B></A> -
3814 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
3815 <DD>This static method calls <A HREF="http://java.sun.com/javase/6/docs/api/java/text/Format.html?is-external=true#format(java.lang.Object)" title="class or interface in java.text"><CODE>Format.format(Object)</CODE></A> on a default instance of
3816 Vector3DFormat.
3817 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#FOUR_FIFTHS"><B>FOUR_FIFTHS</B></A> -
3818 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
3819 <DD>A fraction representing "4/5".
3820 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#FOUR_FIFTHS"><B>FOUR_FIFTHS</B></A> -
3821 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3822 <DD>A fraction representing "4/5".
3823 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>FourthMoment</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes a statistic related to the Fourth Central Moment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#FourthMoment()"><B>FourthMoment()</B></A> -
3824 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
3825 <DD>Create a FourthMoment instance
3826 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#FourthMoment(org.apache.commons.math.stat.descriptive.moment.FourthMoment)"><B>FourthMoment(FourthMoment)</B></A> -
3827 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
3828 <DD>Copy constructor, creates a new <code>FourthMoment</code> identical
3829 to the <code>original</code>
3830 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><B>Fraction</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Representation of a rational number.<DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#Fraction(double)"><B>Fraction(double)</B></A> -
3831 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3832 <DD>Create a fraction given the double value.
3833 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#Fraction(double, double, int)"><B>Fraction(double, double, int)</B></A> -
3834 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3835 <DD>Create a fraction given the double value and maximum error allowed.
3836 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#Fraction(double, int)"><B>Fraction(double, int)</B></A> -
3837 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3838 <DD>Create a fraction given the double value and maximum denominator.
3839 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#Fraction(int)"><B>Fraction(int)</B></A> -
3840 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3841 <DD>Create a fraction from an int.
3842 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#Fraction(int, int)"><B>Fraction(int, int)</B></A> -
3843 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
3844 <DD>Create a fraction given the numerator and denominator.
3845 <DT><A HREF="./org/apache/commons/math/fraction/FractionConversionException.html" title="class in org.apache.commons.math.fraction"><B>FractionConversionException</B></A> - Exception in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Error thrown when a double value cannot be converted to a fraction
3846 in the allowed number of iterations.<DT><A HREF="./org/apache/commons/math/fraction/FractionConversionException.html#FractionConversionException(double, int)"><B>FractionConversionException(double, int)</B></A> -
3847 Constructor for exception org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionConversionException.html" title="class in org.apache.commons.math.fraction">FractionConversionException</A>
3848 <DD>Constructs an exception with specified formatted detail message.
3849 <DT><A HREF="./org/apache/commons/math/fraction/FractionConversionException.html#FractionConversionException(double, long, long)"><B>FractionConversionException(double, long, long)</B></A> -
3850 Constructor for exception org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionConversionException.html" title="class in org.apache.commons.math.fraction">FractionConversionException</A>
3851 <DD>Constructs an exception with specified formatted detail message.
3852 <DT><A HREF="./org/apache/commons/math/fraction/FractionField.html" title="class in org.apache.commons.math.fraction"><B>FractionField</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Representation of the fractional numbers field.<DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction"><B>FractionFormat</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Formats a Fraction number in proper format or improper format.<DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#FractionFormat()"><B>FractionFormat()</B></A> -
3853 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3854 <DD>Create an improper formatting instance with the default number format
3855 for the numerator and denominator.
3856 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#FractionFormat(java.text.NumberFormat)"><B>FractionFormat(NumberFormat)</B></A> -
3857 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3858 <DD>Create an improper formatting instance with a custom number format for
3859 both the numerator and denominator.
3860 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#FractionFormat(java.text.NumberFormat, java.text.NumberFormat)"><B>FractionFormat(NumberFormat, NumberFormat)</B></A> -
3861 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
3862 <DD>Create an improper formatting instance with a custom number format for
3863 the numerator and a custom number format for the denominator.
3864 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#fractionMatrixToRealMatrix(org.apache.commons.math.linear.FieldMatrix)"><B>fractionMatrixToRealMatrix(FieldMatrix&lt;Fraction&gt;)</B></A> -
3865 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
3866 <DD>Convert a <A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>FieldMatrix</CODE></A>/<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> matrix to a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A>.
3867 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#FREE"><B>FREE</B></A> -
3868 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
3869 <DD>Status indicator for free table entries.
3870 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#FREE"><B>FREE</B></A> -
3871 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
3872 <DD>Status indicator for free table entries.
3873 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat"><B>Frequency</B></A> - Class in <A HREF="./org/apache/commons/math/stat/package-summary.html">org.apache.commons.math.stat</A><DD>Maintains a frequency distribution.<DT><A HREF="./org/apache/commons/math/stat/Frequency.html#Frequency()"><B>Frequency()</B></A> -
3874 Constructor for class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
3875 <DD>Default constructor.
3876 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#Frequency(java.util.Comparator)"><B>Frequency(Comparator&lt;?&gt;)</B></A> -
3877 Constructor for class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
3878 <DD>Constructor allowing values Comparator to be specified.
3879 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#fst(double[])"><B>fst(double[])</B></A> -
3880 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
3881 <DD>Perform the FST algorithm (including inverse).
3882 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#FULL"><B>FULL</B></A> -
3883 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
3884 <DD>Status indicator for full table entries.
3885 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#FULL"><B>FULL</B></A> -
3886 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
3887 <DD>Status indicator for full table entries.
3888 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#function"><B>function</B></A> -
3889 Variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
3890 <DD>Linear objective function.
3891 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math"><B>FunctionEvaluationException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Exception thrown when an error occurs evaluating a function.<DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(double)"><B>FunctionEvaluationException(double)</B></A> -
3892 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3893 <DD>Construct an exception indicating the argument value
3894 that caused the function evaluation to fail.
3895 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(double[])"><B>FunctionEvaluationException(double[])</B></A> -
3896 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3897 <DD>Construct an exception indicating the argument value
3898 that caused the function evaluation to fail.
3899 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(double, java.lang.String, java.lang.Object...)"><B>FunctionEvaluationException(double, String, Object...)</B></A> -
3900 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3901 <DD>Constructs an exception with specified formatted detail message.
3902 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(double[], java.lang.String, java.lang.Object...)"><B>FunctionEvaluationException(double[], String, Object...)</B></A> -
3903 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3904 <DD>Constructs an exception with specified formatted detail message.
3905 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(java.lang.Throwable, double)"><B>FunctionEvaluationException(Throwable, double)</B></A> -
3906 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3907 <DD>Constructs an exception with specified root cause.
3908 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(java.lang.Throwable, double[])"><B>FunctionEvaluationException(Throwable, double[])</B></A> -
3909 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3910 <DD>Constructs an exception with specified root cause.
3911 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(java.lang.Throwable, double, java.lang.String, java.lang.Object...)"><B>FunctionEvaluationException(Throwable, double, String, Object...)</B></A> -
3912 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3913 <DD>Constructs an exception with specified formatted detail message and root cause.
3914 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#FunctionEvaluationException(java.lang.Throwable, double[], java.lang.String, java.lang.Object...)"><B>FunctionEvaluationException(Throwable, double[], String, Object...)</B></A> -
3915 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
3916 <DD>Constructs an exception with specified formatted detail message and root cause.
3917 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#functionValue"><B>functionValue</B></A> -
3918 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
3919 <DD>Value of the function at the last computed result.
3920 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#functionValue"><B>functionValue</B></A> -
3921 Variable in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
3922 <DD>Value of the function at the last computed result.
3923 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#functionValueAccuracy"><B>functionValueAccuracy</B></A> -
3924 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
3925 <DD>Maximum error of function.
3926 </DL>
3927 <HR>
3928 <A NAME="_G_"><!-- --></A><H2>
3929 <B>G</B></H2>
3930 <DL>
3931 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#g(double, double[])"><B>g(double, double[])</B></A> -
3932 Method in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
3933 <DD>Compute the value of the switching function.
3934 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#g(double, double[], double[][], double[][])"><B>g(double, double[], double[][], double[][])</B></A> -
3935 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
3936 <DD>Compute the value of the switching function.
3937 <DT><A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special"><B>Gamma</B></A> - Class in <A HREF="./org/apache/commons/math/special/package-summary.html">org.apache.commons.math.special</A><DD>This is a utility class that provides computation methods related to the
3938 Gamma family of functions.<DT><A HREF="./org/apache/commons/math/special/Gamma.html#GAMMA"><B>GAMMA</B></A> -
3939 Static variable in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
3940 <DD><a href="http://en.wikipedia.org/wiki/Euler-Mascheroni_constant">Euler-Mascheroni constant</a>
3941 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution"><B>GammaDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Gamma Distribution.<DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>GammaDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>GammaDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#GammaDistributionImpl(double, double)"><B>GammaDistributionImpl(double, double)</B></A> -
3942 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
3943 <DD>Create a new gamma distribution with the given alpha and beta values.
3944 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#GammaDistributionImpl(double, double, double)"><B>GammaDistributionImpl(double, double, double)</B></A> -
3945 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
3946 <DD>Create a new gamma distribution with the given alpha and beta values.
3947 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#GAUSSIAN_MODE"><B>GAUSSIAN_MODE</B></A> -
3948 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
3949 <DD>Gaussian random deviates with mean = &mu;, std dev = &sigma;.
3950 <DT><A HREF="./org/apache/commons/math/random/GaussianRandomGenerator.html" title="class in org.apache.commons.math.random"><B>GaussianRandomGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>This class is a gaussian normalized random generator for scalars.<DT><A HREF="./org/apache/commons/math/random/GaussianRandomGenerator.html#GaussianRandomGenerator(org.apache.commons.math.random.RandomGenerator)"><B>GaussianRandomGenerator(RandomGenerator)</B></A> -
3951 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/GaussianRandomGenerator.html" title="class in org.apache.commons.math.random">GaussianRandomGenerator</A>
3952 <DD>Create a new generator.
3953 <DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation"><B>GaussNewtonEstimator</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
3954 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html#GaussNewtonEstimator()"><B>GaussNewtonEstimator()</B></A> -
3955 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">GaussNewtonEstimator</A>
3956 <DD><B>Deprecated.</B>&nbsp;Simple constructor with default settings.
3957 <DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html#GaussNewtonEstimator(int, double, double)"><B>GaussNewtonEstimator(int, double, double)</B></A> -
3958 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">GaussNewtonEstimator</A>
3959 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
3960 <DT><A HREF="./org/apache/commons/math/optimization/general/GaussNewtonOptimizer.html" title="class in org.apache.commons.math.optimization.general"><B>GaussNewtonOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>Gauss-Newton least-squares solver.<DT><A HREF="./org/apache/commons/math/optimization/general/GaussNewtonOptimizer.html#GaussNewtonOptimizer(boolean)"><B>GaussNewtonOptimizer(boolean)</B></A> -
3961 Constructor for class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/GaussNewtonOptimizer.html" title="class in org.apache.commons.math.optimization.general">GaussNewtonOptimizer</A>
3962 <DD>Simple constructor with default settings.
3963 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#gcd(int, int)"><B>gcd(int, int)</B></A> -
3964 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3965 <DD>
3966 Gets the greatest common divisor of the absolute value of two numbers,
3967 using the "binary gcd" method which avoids division and modulo
3968 operations.
3969 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#gcd(long, long)"><B>gcd(long, long)</B></A> -
3970 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
3971 <DD>
3972 Gets the greatest common divisor of the absolute value of two numbers,
3973 using the "binary gcd" method which avoids division and modulo
3974 operations.
3975 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics"><B>GeneticAlgorithm</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Implementation of a genetic algorithm.<DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#GeneticAlgorithm(org.apache.commons.math.genetics.CrossoverPolicy, double, org.apache.commons.math.genetics.MutationPolicy, double, org.apache.commons.math.genetics.SelectionPolicy)"><B>GeneticAlgorithm(CrossoverPolicy, double, MutationPolicy, double, SelectionPolicy)</B></A> -
3976 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
3977 <DD>&nbsp;
3978 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#geoMean"><B>geoMean</B></A> -
3979 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
3980 <DD>geoMean of values that have been added
3981 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>GeometricMean</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Returns the <a href="http://www.xycoon.com/geometric_mean.htm">
3982 geometric mean </a> of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#GeometricMean()"><B>GeometricMean()</B></A> -
3983 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
3984 <DD>Create a GeometricMean instance
3985 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#GeometricMean(org.apache.commons.math.stat.descriptive.moment.GeometricMean)"><B>GeometricMean(GeometricMean)</B></A> -
3986 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
3987 <DD>Copy constructor, creates a new <code>GeometricMean</code> identical
3988 to the <code>original</code>
3989 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#GeometricMean(org.apache.commons.math.stat.descriptive.summary.SumOfLogs)"><B>GeometricMean(SumOfLogs)</B></A> -
3990 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
3991 <DD>Create a GeometricMean instance using the given SumOfLogs instance
3992 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#geometricMean(double[])"><B>geometricMean(double[])</B></A> -
3993 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
3994 <DD>Returns the geometric mean of the entries in the input array, or
3995 <code>Double.NaN</code> if the array is empty.
3996 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#geometricMean(double[], int, int)"><B>geometricMean(double[], int, int)</B></A> -
3997 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
3998 <DD>Returns the geometric mean of the entries in the specified portion of
3999 the input array, or <code>Double.NaN</code> if the designated subarray
4000 is empty.
4001 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#get(int)"><B>get(int)</B></A> -
4002 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
4003 <DD>Get the stored value associated with the given key
4004 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#get(int)"><B>get(int)</B></A> -
4005 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
4006 <DD>Get the stored value associated with the given key
4007 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#getA(int, double)"><B>getA(int, double)</B></A> -
4008 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
4009 <DD>Access the n-th a coefficient of the continued fraction.
4010 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#getA1()"><B>getA1()</B></A> -
4011 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
4012 <DD>Get the axis of the first rotation.
4013 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#getA2()"><B>getA2()</B></A> -
4014 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
4015 <DD>Get the axis of the second rotation.
4016 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#getA3()"><B>getA3()</B></A> -
4017 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
4018 <DD>Get the axis of the second rotation.
4019 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#getAbsoluteAccuracy()"><B>getAbsoluteAccuracy()</B></A> -
4020 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
4021 <DD>Get the actual absolute accuracy.
4022 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#getAbsoluteAccuracy()"><B>getAbsoluteAccuracy()</B></A> -
4023 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
4024 <DD>Get the actual absolute accuracy.
4025 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getAbsoluteAccuracy()"><B>getAbsoluteAccuracy()</B></A> -
4026 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
4027 <DD>Get the actual absolute accuracy.
4028 <DT><A HREF="./org/apache/commons/math/estimation/EstimationProblem.html#getAllParameters()"><B>getAllParameters()</B></A> -
4029 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimationProblem.html" title="interface in org.apache.commons.math.estimation">EstimationProblem</A>
4030 <DD><B>Deprecated.</B>&nbsp;Get all the parameters of the problem.
4031 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#getAllParameters()"><B>getAllParameters()</B></A> -
4032 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
4033 <DD><B>Deprecated.</B>&nbsp;Get all the parameters of the problem.
4034 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html#getAlpha()"><B>getAlpha()</B></A> -
4035 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution">BetaDistribution</A>
4036 <DD>Access the shape parameter, alpha
4037 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getAlpha()"><B>getAlpha()</B></A> -
4038 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
4039 <DD>Access the shape parameter, alpha
4040 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html#getAlpha()"><B>getAlpha()</B></A> -
4041 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution">GammaDistribution</A>
4042 <DD>Access the shape parameter, alpha
4043 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getAlpha()"><B>getAlpha()</B></A> -
4044 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
4045 <DD>Access the shape parameter, alpha
4046 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getAlpha()"><B>getAlpha()</B></A> -
4047 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
4048 <DD>Get the azimuth of the vector.
4049 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#getAmplitude()"><B>getAmplitude()</B></A> -
4050 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
4051 <DD>Get the amplitude a.
4052 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getAngle()"><B>getAngle()</B></A> -
4053 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
4054 <DD>Get the angle of the rotation.
4055 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getAngles(org.apache.commons.math.geometry.RotationOrder)"><B>getAngles(RotationOrder)</B></A> -
4056 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
4057 <DD>Get the Cardan or Euler angles corresponding to the instance.
4058 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#getArgument()"><B>getArgument()</B></A> -
4059 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
4060 <DD>Compute the argument of this complex number.
4061 <DT><A HREF="./org/apache/commons/math/FunctionEvaluationException.html#getArgument()"><B>getArgument()</B></A> -
4062 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/FunctionEvaluationException.html" title="class in org.apache.commons.math">FunctionEvaluationException</A>
4063 <DD>Returns the function argument that caused this exception.
4064 <DT><A HREF="./org/apache/commons/math/MathException.html#getArguments()"><B>getArguments()</B></A> -
4065 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
4066 <DD>Gets the arguments used to build the message of this throwable.
4067 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#getArguments()"><B>getArguments()</B></A> -
4068 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
4069 <DD>Gets the arguments used to build the message of this throwable.
4070 <DT><A HREF="./org/apache/commons/math/genetics/TournamentSelection.html#getArity()"><B>getArity()</B></A> -
4071 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/TournamentSelection.html" title="class in org.apache.commons.math.genetics">TournamentSelection</A>
4072 <DD>Gets the arity (number of chromosomes drawn to the tournament).
4073 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getAvailableLocales()"><B>getAvailableLocales()</B></A> -
4074 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
4075 <DD>Get the set of locales for which complex formats are available.
4076 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#getAvailableLocales()"><B>getAvailableLocales()</B></A> -
4077 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
4078 <DD>Get the set of locales for which complex formats are available.
4079 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getAvailableLocales()"><B>getAvailableLocales()</B></A> -
4080 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
4081 <DD>Get the set of locales for which complex formats are available.
4082 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getAvailableLocales()"><B>getAvailableLocales()</B></A> -
4083 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
4084 <DD>Get the set of locales for which 3D vectors formats are available.
4085 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getAvailableLocales()"><B>getAvailableLocales()</B></A> -
4086 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
4087 <DD>Get the set of locales for which real vectors formats are available.
4088 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getAxis()"><B>getAxis()</B></A> -
4089 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
4090 <DD>Get the normalized axis of the rotation.
4091 <DT><A HREF="./org/apache/commons/math/util/ContinuedFraction.html#getB(int, double)"><B>getB(int, double)</B></A> -
4092 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ContinuedFraction.html" title="class in org.apache.commons.math.util">ContinuedFraction</A>
4093 <DD>Access the n-th b coefficient of the continued fraction.
4094 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html#getBeta()"><B>getBeta()</B></A> -
4095 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution">BetaDistribution</A>
4096 <DD>Access the shape parameter, beta
4097 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getBeta()"><B>getBeta()</B></A> -
4098 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
4099 <DD>Access the shape parameter, beta
4100 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html#getBeta()"><B>getBeta()</B></A> -
4101 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution">GammaDistribution</A>
4102 <DD>Access the scale parameter, beta
4103 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getBeta()"><B>getBeta()</B></A> -
4104 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
4105 <DD>Access the scale parameter, beta
4106 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#getBinCount()"><B>getBinCount()</B></A> -
4107 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
4108 <DD>Returns the number of bins.
4109 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getBinCount()"><B>getBinCount()</B></A> -
4110 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
4111 <DD>Returns the number of bins.
4112 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#getBinStats()"><B>getBinStats()</B></A> -
4113 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
4114 <DD>Returns a list of
4115 <A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>SummaryStatistics</CODE></A>
4116 containing statistics describing the values in each of the bins.
4117 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getBinStats()"><B>getBinStats()</B></A> -
4118 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
4119 <DD>Returns a List of <A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>SummaryStatistics</CODE></A> instances containing
4120 statistics describing the values in each of the bins.
4121 <DT><A HREF="./org/apache/commons/math/stat/clustering/Cluster.html#getCenter()"><B>getCenter()</B></A> -
4122 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="class in org.apache.commons.math.stat.clustering">Cluster</A>
4123 <DD>Get the point chosen to be the center of this cluster.
4124 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#getCenters()"><B>getCenters()</B></A> -
4125 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
4126 <DD>Returns a copy of the centers array.
4127 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#getChiSquare(org.apache.commons.math.estimation.EstimationProblem)"><B>getChiSquare(EstimationProblem)</B></A> -
4128 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
4129 <DD><B>Deprecated.</B>&nbsp;Get the Chi-Square value.
4130 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getChiSquare()"><B>getChiSquare()</B></A> -
4131 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
4132 <DD>Get the Chi-Square value.
4133 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#getChiSquareTest()"><B>getChiSquareTest()</B></A> -
4134 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
4135 <DD>Return a (singleton) ChiSquareTest instance.
4136 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#getChromosomes()"><B>getChromosomes()</B></A> -
4137 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
4138 <DD>Access the list of chromosomes.
4139 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#getCoefficients()"><B>getCoefficients()</B></A> -
4140 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
4141 <DD>Returns a copy of the coefficients array.
4142 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#getCoefficients()"><B>getCoefficients()</B></A> -
4143 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
4144 <DD>Returns a copy of the coefficients array.
4145 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#getCoefficients()"><B>getCoefficients()</B></A> -
4146 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
4147 <DD>Returns a copy of the coefficients array.
4148 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#getCoefficients()"><B>getCoefficients()</B></A> -
4149 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
4150 <DD>Get the coefficients of the constraint (left hand side).
4151 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#getCoefficients()"><B>getCoefficients()</B></A> -
4152 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
4153 <DD>Get the coefficients of the linear equation being optimized.
4154 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4155 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4156 <DD>Returns the entries in column number <code>col</code> as an array.
4157 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4158 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4159 <DD>Returns the entries in column number <code>col</code> as an array.
4160 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4161 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4162 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>col</code> as an array.
4163 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getColumn(int)"><B>getColumn(int)</B></A> -
4164 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4165 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>col</code> as an array.
4166 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4167 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4168 <DD>Returns the entries in column number <code>col</code> as an array.
4169 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4170 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4171 <DD>Returns the entries in column number <code>col</code> as an array.
4172 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4173 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
4174 <DD>Returns the entries in column number <code>col</code> as an array.
4175 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getColumn(int)"><B>getColumn(int)</B></A> -
4176 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4177 <DD>Returns the entries in column number <code>col</code> as an array.
4178 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getColumnAsDoubleArray(int)"><B>getColumnAsDoubleArray(int)</B></A> -
4179 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4180 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>col</code> as an array
4181 of double values.
4182 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getColumnAsDoubleArray(int)"><B>getColumnAsDoubleArray(int)</B></A> -
4183 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4184 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>col</code> as an array
4185 of double values.
4186 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4187 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4188 <DD>Returns the number of columns in the matrix.
4189 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4190 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4191 <DD>Returns the number of columns in the matrix.
4192 <DT><A HREF="./org/apache/commons/math/linear/AnyMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4193 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AnyMatrix.html" title="interface in org.apache.commons.math.linear">AnyMatrix</A>
4194 <DD>Returns the number of columns in the matrix.
4195 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4196 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
4197 <DD>Returns the number of columns in the matrix.
4198 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4199 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
4200 <DD>Returns the number of columns in the matrix.
4201 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4202 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4203 <DD><B>Deprecated.</B>&nbsp;Returns the number of columns in the matrix.
4204 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4205 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4206 <DD>Returns the number of columns in the matrix.
4207 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4208 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4209 <DD>Returns the number of columns in the matrix.
4210 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4211 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
4212 <DD>Returns the number of columns in the matrix.
4213 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4214 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
4215 <DD><B>Deprecated.</B>&nbsp;Returns the number of columns in the matrix.
4216 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#getColumnDimension()"><B>getColumnDimension()</B></A> -
4217 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
4218 <DD>Returns the number of columns in the matrix.
4219 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4220 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4221 <DD>Returns the entries in column number <code>column</code>
4222 as a column matrix.
4223 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4224 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4225 <DD>Returns the entries in column number <code>column</code>
4226 as a column matrix.
4227 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4228 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4229 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>column</code>
4230 as a column matrix.
4231 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4232 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4233 <DD><B>Deprecated.</B>&nbsp;Returns the entries in column number <code>column</code>
4234 as a column matrix.
4235 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4236 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4237 <DD>Returns the entries in column number <code>column</code>
4238 as a column matrix.
4239 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4240 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4241 <DD>Returns the entries in column number <code>column</code>
4242 as a column matrix.
4243 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4244 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
4245 <DD>Returns the entries in column number <code>column</code>
4246 as a column matrix.
4247 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getColumnMatrix(int)"><B>getColumnMatrix(int)</B></A> -
4248 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4249 <DD>Returns the entries in column number <code>column</code>
4250 as a column matrix.
4251 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4252 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4253 <DD>Returns the entries in column number <code>column</code>
4254 as a vector.
4255 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4256 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4257 <DD>Returns the entries in column number <code>column</code>
4258 as a vector.
4259 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4260 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4261 <DD>Returns the entries in column number <code>column</code>
4262 as a vector.
4263 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4264 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4265 <DD>Returns the entries in column number <code>column</code>
4266 as a vector.
4267 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4268 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
4269 <DD>Returns the entries in column number <code>column</code>
4270 as a vector.
4271 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getColumnVector(int)"><B>getColumnVector(int)</B></A> -
4272 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4273 <DD>Returns the entries in column number <code>column</code>
4274 as a vector.
4275 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getConditionNumber()"><B>getConditionNumber()</B></A> -
4276 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
4277 <DD>Return the condition number of the matrix.
4278 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getConditionNumber()"><B>getConditionNumber()</B></A> -
4279 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
4280 <DD>Return the condition number of the matrix.
4281 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#getConstantTerm()"><B>getConstantTerm()</B></A> -
4282 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
4283 <DD>Get the constant of the linear equation being optimized.
4284 <DT><A HREF="./org/apache/commons/math/MessagesResources_fr.html#getContents()"><B>getContents()</B></A> -
4285 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/MessagesResources_fr.html" title="class in org.apache.commons.math">MessagesResources_fr</A>
4286 <DD>Get the non-translated/translated messages arrays from this resource bundle.
4287 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getContractionCriteria()"><B>getContractionCriteria()</B></A> -
4288 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
4289 <DD>The contraction criteria defines when the internal array will contract
4290 to store only the number of elements in the element array.
4291 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#getConvergence()"><B>getConvergence()</B></A> -
4292 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
4293 <DD>Get the convergence threshold for event localization.
4294 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4295 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
4296 <DD>Get the convergence checker.
4297 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4298 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
4299 <DD>Get the convergence checker.
4300 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4301 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
4302 <DD>Get the convergence checker.
4303 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4304 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
4305 <DD>Get the convergence checker.
4306 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4307 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
4308 <DD>Get the convergence checker.
4309 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4310 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
4311 <DD>Get the convergence checker.
4312 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4313 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
4314 <DD>Get the convergence checker.
4315 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4316 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
4317 <DD>Get the convergence checker.
4318 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#getConvergenceChecker()"><B>getConvergenceChecker()</B></A> -
4319 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
4320 <DD>Get the convergence checker.
4321 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#getCorrelationMatrix()"><B>getCorrelationMatrix()</B></A> -
4322 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
4323 <DD>Returns the correlation matrix
4324 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#getCorrelationMatrix()"><B>getCorrelationMatrix()</B></A> -
4325 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
4326 <DD>Calculate the Spearman Rank Correlation Matrix.
4327 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#getCorrelationPValues()"><B>getCorrelationPValues()</B></A> -
4328 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
4329 <DD>Returns a matrix of p-values associated with the (two-sided) null
4330 hypothesis that the corresponding correlation coefficient is zero.
4331 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#getCorrelationStandardErrors()"><B>getCorrelationStandardErrors()</B></A> -
4332 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
4333 <DD>Returns a matrix of standard errors associated with the estimates
4334 in the correlation matrix.<br/>
4335 <code>getCorrelationStandardErrors().getEntry(i,j)</code> is the standard
4336 error associated with <code>getCorrelationMatrix.getEntry(i,j)</code>
4337 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#getCostEvaluations()"><B>getCostEvaluations()</B></A> -
4338 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
4339 <DD><B>Deprecated.</B>&nbsp;Get the number of cost evaluations.
4340 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(java.lang.Object)"><B>getCount(Object)</B></A> -
4341 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4342 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(java.lang.Comparable)"><CODE>Frequency.getCount(Comparable)</CODE></A> as of 2.0</I>
4343 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(java.lang.Comparable)"><B>getCount(Comparable&lt;?&gt;)</B></A> -
4344 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4345 <DD>Returns the number of values = v.
4346 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(int)"><B>getCount(int)</B></A> -
4347 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4348 <DD>Returns the number of values = v.
4349 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(long)"><B>getCount(long)</B></A> -
4350 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4351 <DD>Returns the number of values = v.
4352 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCount(char)"><B>getCount(char)</B></A> -
4353 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4354 <DD>Returns the number of values = v.
4355 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getCovariance(double)"><B>getCovariance(double)</B></A> -
4356 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
4357 <DD>Returns the n &times; n covariance matrix.
4358 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getCovariance(double)"><B>getCovariance(double)</B></A> -
4359 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
4360 <DD>Returns the n &times; n covariance matrix.
4361 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getCovariance()"><B>getCovariance()</B></A> -
4362 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
4363 <DD>Returns the covariance matrix of the values that have been added.
4364 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getCovariance()"><B>getCovariance()</B></A> -
4365 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
4366 <DD>Returns the covariance of the available values.
4367 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getCovariance()"><B>getCovariance()</B></A> -
4368 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
4369 <DD>Returns the covariance matrix of the values that have been added.
4370 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#getCovarianceMatrix()"><B>getCovarianceMatrix()</B></A> -
4371 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
4372 <DD>Returns the covariance matrix
4373 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#getCovariances(org.apache.commons.math.estimation.EstimationProblem)"><B>getCovariances(EstimationProblem)</B></A> -
4374 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
4375 <DD><B>Deprecated.</B>&nbsp;Get the covariance matrix of unbound estimated parameters.
4376 <DT><A HREF="./org/apache/commons/math/estimation/Estimator.html#getCovariances(org.apache.commons.math.estimation.EstimationProblem)"><B>getCovariances(EstimationProblem)</B></A> -
4377 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation">Estimator</A>
4378 <DD><B>Deprecated.</B>&nbsp;Get the covariance matrix of estimated parameters.
4379 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getCovariances()"><B>getCovariances()</B></A> -
4380 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
4381 <DD>Get the covariance matrix of optimized parameters.
4382 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getCrossoverPolicy()"><B>getCrossoverPolicy()</B></A> -
4383 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
4384 <DD>Returns the crossover policy.
4385 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getCrossoverRate()"><B>getCrossoverRate()</B></A> -
4386 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
4387 <DD>Returns the crossover rate.
4388 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(java.lang.Object)"><B>getCumFreq(Object)</B></A> -
4389 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4390 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(java.lang.Comparable)"><CODE>Frequency.getCumFreq(Comparable)</CODE></A> as of 2.0</I>
4391 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(java.lang.Comparable)"><B>getCumFreq(Comparable&lt;?&gt;)</B></A> -
4392 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4393 <DD>Returns the cumulative frequency of values less than or equal to v.
4394 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(int)"><B>getCumFreq(int)</B></A> -
4395 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4396 <DD>Returns the cumulative frequency of values less than or equal to v.
4397 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(long)"><B>getCumFreq(long)</B></A> -
4398 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4399 <DD>Returns the cumulative frequency of values less than or equal to v.
4400 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumFreq(char)"><B>getCumFreq(char)</B></A> -
4401 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4402 <DD>Returns the cumulative frequency of values less than or equal to v.
4403 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(java.lang.Object)"><B>getCumPct(Object)</B></A> -
4404 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4405 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(java.lang.Comparable)"><CODE>Frequency.getCumPct(Comparable)</CODE></A> as of 2.0</I>
4406 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(java.lang.Comparable)"><B>getCumPct(Comparable&lt;?&gt;)</B></A> -
4407 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4408 <DD>Returns the cumulative percentage of values less than or equal to v
4409 (as a proportion between 0 and 1).
4410 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(int)"><B>getCumPct(int)</B></A> -
4411 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4412 <DD>Returns the cumulative percentage of values less than or equal to v
4413 (as a proportion between 0 and 1).
4414 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(long)"><B>getCumPct(long)</B></A> -
4415 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4416 <DD>Returns the cumulative percentage of values less than or equal to v
4417 (as a proportion between 0 and 1).
4418 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getCumPct(char)"><B>getCumPct(char)</B></A> -
4419 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
4420 <DD>Returns the cumulative percentage of values less than or equal to v
4421 (as a proportion between 0 and 1).
4422 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getCurrentSignedStepsize()"><B>getCurrentSignedStepsize()</B></A> -
4423 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
4424 <DD>Get the current signed value of the integration stepsize.
4425 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getCurrentSignedStepsize()"><B>getCurrentSignedStepsize()</B></A> -
4426 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
4427 <DD>Get the current signed value of the integration stepsize.
4428 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getCurrentSignedStepsize()"><B>getCurrentSignedStepsize()</B></A> -
4429 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
4430 <DD>Get the current signed value of the integration stepsize.
4431 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getCurrentStepStart()"><B>getCurrentStepStart()</B></A> -
4432 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
4433 <DD>Get the current value of the step start time t<sub>i</sub>.
4434 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getCurrentStepStart()"><B>getCurrentStepStart()</B></A> -
4435 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
4436 <DD>Get the current value of the step start time t<sub>i</sub>.
4437 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#getCurrentStepStart()"><B>getCurrentStepStart()</B></A> -
4438 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
4439 <DD>Get the current value of the step start time t<sub>i</sub>.
4440 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getCurrentStepStart()"><B>getCurrentStepStart()</B></A> -
4441 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
4442 <DD>Get the current value of the step start time t<sub>i</sub>.
4443 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getCurrentTime()"><B>getCurrentTime()</B></A> -
4444 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
4445 <DD>Get the current grid point time.
4446 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#getCurrentTime()"><B>getCurrentTime()</B></A> -
4447 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
4448 <DD>Get the current grid point time.
4449 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#getCurrentTime()"><B>getCurrentTime()</B></A> -
4450 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
4451 <DD>Get the current grid point time.
4452 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getD()"><B>getD()</B></A> -
4453 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
4454 <DD>Returns the block diagonal matrix D of the decomposition.
4455 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getD()"><B>getD()</B></A> -
4456 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
4457 <DD>Returns the block diagonal matrix D of the decomposition.
4458 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getData()"><B>getData()</B></A> -
4459 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4460 <DD>Returns matrix entries as a two-dimensional array.
4461 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getData()"><B>getData()</B></A> -
4462 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4463 <DD>Returns matrix entries as a two-dimensional array.
4464 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getData()"><B>getData()</B></A> -
4465 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
4466 <DD>Returns vector entries as a double array.
4467 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#getData()"><B>getData()</B></A> -
4468 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
4469 <DD>Returns matrix entries as a two-dimensional array.
4470 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#getData()"><B>getData()</B></A> -
4471 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
4472 <DD>Returns matrix entries as a two-dimensional array.
4473 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getData()"><B>getData()</B></A> -
4474 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
4475 <DD>Returns vector entries as a T array.
4476 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getData()"><B>getData()</B></A> -
4477 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4478 <DD>Returns vector entries as a double array.
4479 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getData()"><B>getData()</B></A> -
4480 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4481 <DD><B>Deprecated.</B>&nbsp;Returns matrix entries as a two-dimensional array.
4482 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getData()"><B>getData()</B></A> -
4483 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4484 <DD><B>Deprecated.</B>&nbsp;Returns matrix entries as a two-dimensional array.
4485 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getData()"><B>getData()</B></A> -
4486 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4487 <DD>Returns matrix entries as a two-dimensional array.
4488 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getData()"><B>getData()</B></A> -
4489 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4490 <DD>Returns matrix entries as a two-dimensional array.
4491 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getData()"><B>getData()</B></A> -
4492 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
4493 <DD>Returns matrix entries as a two-dimensional array.
4494 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#getData()"><B>getData()</B></A> -
4495 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
4496 <DD>Returns vector entries as a T array.
4497 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getData()"><B>getData()</B></A> -
4498 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4499 <DD>Returns vector entries as a double array.
4500 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getData()"><B>getData()</B></A> -
4501 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4502 <DD>Returns matrix entries as a two-dimensional array.
4503 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#getData()"><B>getData()</B></A> -
4504 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
4505 <DD><B>Deprecated.</B>&nbsp;Returns matrix entries as a two-dimensional array.
4506 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getData()"><B>getData()</B></A> -
4507 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
4508 <DD>Returns vector entries as a double array.
4509 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#getData()"><B>getData()</B></A> -
4510 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
4511 <DD>Returns vector entries as a T array.
4512 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getDataAsDoubleArray()"><B>getDataAsDoubleArray()</B></A> -
4513 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4514 <DD><B>Deprecated.</B>&nbsp;Returns matrix entries as a two-dimensional array.
4515 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getDataAsDoubleArray()"><B>getDataAsDoubleArray()</B></A> -
4516 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4517 <DD><B>Deprecated.</B>&nbsp;Returns matrix entries as a two-dimensional array.
4518 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#getDataRef()"><B>getDataRef()</B></A> -
4519 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
4520 <DD>Returns a reference to the underlying data array.
4521 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#getDataRef()"><B>getDataRef()</B></A> -
4522 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
4523 <DD>Returns a reference to the underlying data array.
4524 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getDataRef()"><B>getDataRef()</B></A> -
4525 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
4526 <DD>Returns a reference to the underlying data array.
4527 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getDataRef()"><B>getDataRef()</B></A> -
4528 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4529 <DD>Returns a reference to the underlying data array.
4530 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getDataRef()"><B>getDataRef()</B></A> -
4531 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4532 <DD><B>Deprecated.</B>&nbsp;Returns a reference to the underlying data array.
4533 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#getDataRef()"><B>getDataRef()</B></A> -
4534 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
4535 <DD><B>Deprecated.</B>&nbsp;Returns a reference to the underlying data array.
4536 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#getDefaultNumberFormat()"><B>getDefaultNumberFormat()</B></A> -
4537 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
4538 <DD>Create a default number format.
4539 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#getDefaultNumberFormat(java.util.Locale)"><B>getDefaultNumberFormat(Locale)</B></A> -
4540 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
4541 <DD>Create a default number format.
4542 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getDefaultNumberFormat()"><B>getDefaultNumberFormat()</B></A> -
4543 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
4544 <DD>Create a default number format.
4545 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#getDefaultNumberFormat()"><B>getDefaultNumberFormat()</B></A> -
4546 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
4547 <DD>Create a default number format.
4548 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#getDefaultNumberFormat(java.util.Locale)"><B>getDefaultNumberFormat(Locale)</B></A> -
4549 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
4550 <DD>Create a default number format.
4551 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html#getDegreesOfFreedom()"><B>getDegreesOfFreedom()</B></A> -
4552 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html" title="interface in org.apache.commons.math.distribution">ChiSquaredDistribution</A>
4553 <DD>Access the degrees of freedom.
4554 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#getDegreesOfFreedom()"><B>getDegreesOfFreedom()</B></A> -
4555 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
4556 <DD>Access the degrees of freedom.
4557 <DT><A HREF="./org/apache/commons/math/distribution/TDistribution.html#getDegreesOfFreedom()"><B>getDegreesOfFreedom()</B></A> -
4558 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistribution.html" title="interface in org.apache.commons.math.distribution">TDistribution</A>
4559 <DD>Access the degrees of freedom.
4560 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#getDegreesOfFreedom()"><B>getDegreesOfFreedom()</B></A> -
4561 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
4562 <DD>Access the degrees of freedom.
4563 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getDelta()"><B>getDelta()</B></A> -
4564 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
4565 <DD>Get the elevation of the vector.
4566 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getDenominator()"><B>getDenominator()</B></A> -
4567 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
4568 <DD>
4569 Access the denominator as a <code>BigInteger</code>.
4570 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#getDenominator()"><B>getDenominator()</B></A> -
4571 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
4572 <DD>Access the denominator.
4573 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getDenominatorAsInt()"><B>getDenominatorAsInt()</B></A> -
4574 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
4575 <DD>
4576 Access the denominator as a <tt>int</tt>.
4577 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getDenominatorAsLong()"><B>getDenominatorAsLong()</B></A> -
4578 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
4579 <DD>
4580 Access the denominator as a <tt>long</tt>.
4581 <DT><A HREF="./org/apache/commons/math/distribution/FDistribution.html#getDenominatorDegreesOfFreedom()"><B>getDenominatorDegreesOfFreedom()</B></A> -
4582 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution">FDistribution</A>
4583 <DD>Access the denominator degrees of freedom.
4584 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getDenominatorDegreesOfFreedom()"><B>getDenominatorDegreesOfFreedom()</B></A> -
4585 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
4586 <DD>Access the denominator degrees of freedom.
4587 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#getDenominatorFormat()"><B>getDenominatorFormat()</B></A> -
4588 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
4589 <DD>Access the denominator format.
4590 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getDeterminant()"><B>getDeterminant()</B></A> -
4591 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4592 <DD><B>Deprecated.</B>&nbsp;
4593 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getDeterminant()"><B>getDeterminant()</B></A> -
4594 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4595 <DD><B>Deprecated.</B>&nbsp;Returns the determinant of this matrix.
4596 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getDeterminant()"><B>getDeterminant()</B></A> -
4597 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4598 <DD><B>Deprecated.</B>&nbsp;Returns the determinant of this matrix.
4599 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html#getDeterminant()"><B>getDeterminant()</B></A> -
4600 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html" title="interface in org.apache.commons.math.linear">CholeskyDecomposition</A>
4601 <DD>Return the determinant of the matrix
4602 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#getDeterminant()"><B>getDeterminant()</B></A> -
4603 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
4604 <DD>Return the determinant of the matrix
4605 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getDeterminant()"><B>getDeterminant()</B></A> -
4606 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
4607 <DD>Return the determinant of the matrix
4608 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getDeterminant()"><B>getDeterminant()</B></A> -
4609 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
4610 <DD>Return the determinant of the matrix
4611 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getDeterminant()"><B>getDeterminant()</B></A> -
4612 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
4613 <DD>Return the determinant of the matrix
4614 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getDeterminant()"><B>getDeterminant()</B></A> -
4615 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
4616 <DD>Return the determinant of the matrix
4617 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getDeterminant()"><B>getDeterminant()</B></A> -
4618 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
4619 <DD>Return the determinant of the matrix
4620 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getDeterminant()"><B>getDeterminant()</B></A> -
4621 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
4622 <DD>Return the determinant of the matrix
4623 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getDeterminant()"><B>getDeterminant()</B></A> -
4624 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4625 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by <code>
4626 <A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getDeterminant()"><CODE>getDeterminant()</CODE></A></code></I>
4627 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getDimension()"><B>getDimension()</B></A> -
4628 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
4629 <DD>Returns the size of the vector.
4630 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getDimension()"><B>getDimension()</B></A> -
4631 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4632 <DD>Returns the size of the vector.
4633 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#getDimension()"><B>getDimension()</B></A> -
4634 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
4635 <DD>Returns the size of the vector.
4636 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getDimension()"><B>getDimension()</B></A> -
4637 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4638 <DD>Returns the size of the vector.
4639 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getDimension()"><B>getDimension()</B></A> -
4640 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
4641 <DD>Returns the size of the vector.
4642 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#getDimension()"><B>getDimension()</B></A> -
4643 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
4644 <DD>Returns the size of the vector.
4645 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html#getDimension()"><B>getDimension()</B></A> -
4646 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderConverter.html" title="class in org.apache.commons.math.ode">FirstOrderConverter</A>
4647 <DD>Get the dimension of the problem.
4648 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html#getDimension()"><B>getDimension()</B></A> -
4649 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode">FirstOrderDifferentialEquations</A>
4650 <DD>Get the dimension of the problem.
4651 <DT><A HREF="./org/apache/commons/math/ode/SecondOrderDifferentialEquations.html#getDimension()"><B>getDimension()</B></A> -
4652 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/SecondOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode">SecondOrderDifferentialEquations</A>
4653 <DD>Get the dimension of the problem.
4654 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getDimension()"><B>getDimension()</B></A> -
4655 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
4656 <DD>Returns the dimension of the data
4657 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getDimension()"><B>getDimension()</B></A> -
4658 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
4659 <DD>Returns the dimension of the data
4660 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getDimension()"><B>getDimension()</B></A> -
4661 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
4662 <DD>Returns the dimension of the data
4663 <DT><A HREF="./org/apache/commons/math/DimensionMismatchException.html#getDimension1()"><B>getDimension1()</B></A> -
4664 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/DimensionMismatchException.html" title="class in org.apache.commons.math">DimensionMismatchException</A>
4665 <DD>Get the first dimension
4666 <DT><A HREF="./org/apache/commons/math/DimensionMismatchException.html#getDimension2()"><B>getDimension2()</B></A> -
4667 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/DimensionMismatchException.html" title="class in org.apache.commons.math">DimensionMismatchException</A>
4668 <DD>Get the second dimension
4669 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getDistance(org.apache.commons.math.linear.RealVector)"><B>getDistance(RealVector)</B></A> -
4670 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
4671 <DD>Distance between two vectors.
4672 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getDistance(double[])"><B>getDistance(double[])</B></A> -
4673 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
4674 <DD>Distance between two vectors.
4675 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getDistance(org.apache.commons.math.linear.RealVector)"><B>getDistance(RealVector)</B></A> -
4676 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4677 <DD>Distance between two vectors.
4678 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getDistance(double[])"><B>getDistance(double[])</B></A> -
4679 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4680 <DD>Distance between two vectors.
4681 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getDistance(org.apache.commons.math.linear.ArrayRealVector)"><B>getDistance(ArrayRealVector)</B></A> -
4682 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4683 <DD>Distance between two vectors.
4684 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getDistance(org.apache.commons.math.linear.OpenMapRealVector)"><B>getDistance(OpenMapRealVector)</B></A> -
4685 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4686 <DD>Optimized method to compute distance.
4687 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getDistance(org.apache.commons.math.linear.RealVector)"><B>getDistance(RealVector)</B></A> -
4688 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4689 <DD>Distance between two vectors.
4690 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getDistance(double[])"><B>getDistance(double[])</B></A> -
4691 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4692 <DD>Distance between two vectors.
4693 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getDistance(org.apache.commons.math.linear.RealVector)"><B>getDistance(RealVector)</B></A> -
4694 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
4695 <DD>Distance between two vectors.
4696 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getDistance(double[])"><B>getDistance(double[])</B></A> -
4697 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
4698 <DD>Distance between two vectors.
4699 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4700 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
4701 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4702 bracket a CDF root.
4703 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4704 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
4705 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4706 bracket a PDF root.
4707 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4708 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
4709 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4710 bracket a CDF root.
4711 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4712 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
4713 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4714 bracket a PDF root.
4715 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4716 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
4717 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4718 bracket a CDF root.
4719 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4720 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
4721 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4722 bracket a CDF root.
4723 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4724 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
4725 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4726 bracket a CDF root.
4727 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4728 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
4729 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4730 bracket a CDF root.
4731 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4732 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
4733 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4734 bracket a CDF root.
4735 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4736 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
4737 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4738 bracket a PDF root.
4739 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4740 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
4741 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4742 bracket a CDF root.
4743 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4744 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
4745 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4746 bracket a PDF root.
4747 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4748 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
4749 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4750 bracket a CDF root.
4751 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4752 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
4753 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4754 bracket a CDF root.
4755 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4756 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
4757 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4758 bracket a CDF root.
4759 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#getDomainLowerBound(double)"><B>getDomainLowerBound(double)</B></A> -
4760 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
4761 <DD>Access the domain value lower bound, based on <code>p</code>, used to
4762 bracket a PDF root.
4763 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4764 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
4765 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4766 bracket a CDF root.
4767 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4768 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
4769 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4770 bracket a PDF root.
4771 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4772 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
4773 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4774 bracket a CDF root.
4775 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4776 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
4777 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4778 bracket a PDF root.
4779 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4780 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
4781 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4782 bracket a CDF root.
4783 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4784 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
4785 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4786 bracket a CDF root.
4787 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4788 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
4789 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4790 bracket a CDF root.
4791 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4792 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
4793 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4794 bracket a CDF root.
4795 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4796 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
4797 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4798 bracket a CDF root.
4799 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4800 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
4801 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4802 bracket a PDF root.
4803 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4804 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
4805 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4806 bracket a CDF root.
4807 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4808 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
4809 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4810 bracket a PDF root.
4811 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4812 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
4813 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4814 bracket a CDF root.
4815 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4816 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
4817 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4818 bracket a CDF root.
4819 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4820 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
4821 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4822 bracket a CDF root.
4823 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#getDomainUpperBound(double)"><B>getDomainUpperBound(double)</B></A> -
4824 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
4825 <DD>Access the domain value upper bound, based on <code>p</code>, used to
4826 bracket a PDF root.
4827 <DT><A HREF="./org/apache/commons/math/DuplicateSampleAbscissaException.html#getDuplicateAbscissa()"><B>getDuplicateAbscissa()</B></A> -
4828 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/DuplicateSampleAbscissaException.html" title="class in org.apache.commons.math">DuplicateSampleAbscissaException</A>
4829 <DD>Get the duplicate abscissa.
4830 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getEigenvector(int)"><B>getEigenvector(int)</B></A> -
4831 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
4832 <DD>Returns a copy of the i<sup>th</sup> eigenvector of the original matrix.
4833 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getEigenvector(int)"><B>getEigenvector(int)</B></A> -
4834 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
4835 <DD>Returns a copy of the i<sup>th</sup> eigenvector of the original matrix.
4836 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getElement(int)"><B>getElement(int)</B></A> -
4837 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
4838 <DD>Returns the element at the specified index
4839 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#getElement(int)"><B>getElement(int)</B></A> -
4840 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
4841 <DD>Returns the element at the specified index
4842 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#getElement(int)"><B>getElement(int)</B></A> -
4843 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
4844 <DD>Returns the element at the specified index.
4845 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getElement(int)"><B>getElement(int)</B></A> -
4846 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
4847 <DD>Returns the element at the specified index
4848 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#getElements()"><B>getElements()</B></A> -
4849 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
4850 <DD>Returns a double[] array containing the elements of this
4851 <code>DoubleArray</code>.
4852 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getElements()"><B>getElements()</B></A> -
4853 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
4854 <DD>Returns a double array containing the elements of this
4855 <code>ResizableArray</code>.
4856 <DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html#getElitismRate()"><B>getElitismRate()</B></A> -
4857 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics">ElitisticListPopulation</A>
4858 <DD>Access the elitism rate.
4859 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getEmpiricalDistribution()"><B>getEmpiricalDistribution()</B></A> -
4860 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
4861 <DD>Getter for property empiricalDistribution.
4862 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4863 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
4864 <DD>Returns the entry in the specified row and column.
4865 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4866 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
4867 <DD>Returns the entry in the specified row and column.
4868 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4869 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
4870 <DD>Returns the entry in the specified row and column.
4871 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4872 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
4873 <DD>Returns the entry in the specified row and column.
4874 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4875 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
4876 <DD>Returns the entry in the specified index.
4877 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4878 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
4879 <DD>Returns the entry in the specified index.
4880 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4881 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4882 <DD><B>Deprecated.</B>&nbsp;Returns the entry in the specified row and column.
4883 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4884 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4885 <DD><B>Deprecated.</B>&nbsp;Returns the entry in the specified row and column.
4886 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4887 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
4888 <DD>Returns the entry in the specified row and column.
4889 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4890 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
4891 <DD>Returns the entry in the specified row and column.
4892 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4893 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
4894 <DD>Returns the entry in the specified row and column.
4895 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4896 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
4897 <DD>Returns the entry in the specified index.
4898 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4899 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
4900 <DD>Returns the entry in the specified row and column.
4901 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4902 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
4903 <DD>Returns the entry in the specified index.
4904 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4905 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
4906 <DD>Returns the entry in the specified row and column.
4907 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4908 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
4909 <DD><B>Deprecated.</B>&nbsp;Returns the entry in the specified row and column.
4910 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4911 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
4912 <DD>Returns the entry in the specified index.
4913 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#getEntry(int, int)"><B>getEntry(int, int)</B></A> -
4914 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
4915 <DD>Returns the entry in the specified row and column.
4916 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#getEntry(int)"><B>getEntry(int)</B></A> -
4917 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
4918 <DD>Returns the entry in the specified index.
4919 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getEntryAsDouble(int, int)"><B>getEntryAsDouble(int, int)</B></A> -
4920 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
4921 <DD><B>Deprecated.</B>&nbsp;Returns the entry in the specified row and column as a double.
4922 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getEntryAsDouble(int, int)"><B>getEntryAsDouble(int, int)</B></A> -
4923 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
4924 <DD><B>Deprecated.</B>&nbsp;Returns the entry in the specified row and column as a double.
4925 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#getEstimate()"><B>getEstimate()</B></A> -
4926 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
4927 <DD><B>Deprecated.</B>&nbsp;Get the current estimate of the parameter
4928 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getEvaluations()"><B>getEvaluations()</B></A> -
4929 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
4930 <DD>Get the number of evaluations of the differential equations function.
4931 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getEvaluations()"><B>getEvaluations()</B></A> -
4932 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
4933 <DD>Get the number of evaluations of the differential equations function.
4934 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getEvaluations()"><B>getEvaluations()</B></A> -
4935 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
4936 <DD>Get the number of evaluations of the differential equations function.
4937 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4938 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
4939 <DD>Get the number of evaluations of the objective function.
4940 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4941 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
4942 <DD>Get the number of evaluations of the objective function.
4943 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4944 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
4945 <DD>Get the number of evaluations of the objective function.
4946 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4947 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
4948 <DD>Get the number of evaluations of the objective function.
4949 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4950 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
4951 <DD>Get the number of evaluations of the objective function.
4952 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4953 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
4954 <DD>Get the number of evaluations of the objective function.
4955 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4956 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
4957 <DD>Get the number of evaluations of the objective function.
4958 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4959 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
4960 <DD>Get the number of evaluations of the objective function.
4961 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4962 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
4963 <DD>Get the number of evaluations of the objective function.
4964 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4965 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
4966 <DD>Get the number of evaluations of the objective function.
4967 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4968 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
4969 <DD>Get the number of evaluations of the objective function.
4970 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#getEvaluations()"><B>getEvaluations()</B></A> -
4971 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
4972 <DD>Get the number of evaluations of the objective function.
4973 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#getEventHandler()"><B>getEventHandler()</B></A> -
4974 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
4975 <DD>Get the underlying event handler.
4976 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getEventHandlers()"><B>getEventHandlers()</B></A> -
4977 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
4978 <DD>Get all the event handlers that have been added to the integrator.
4979 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getEventHandlers()"><B>getEventHandlers()</B></A> -
4980 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
4981 <DD>Get all the event handlers that have been added to the integrator.
4982 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getEventHandlers()"><B>getEventHandlers()</B></A> -
4983 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
4984 <DD>Get all the event handlers that have been added to the integrator.
4985 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#getEventsHandlers()"><B>getEventsHandlers()</B></A> -
4986 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
4987 <DD>Get all the events handlers that have been added to the manager.
4988 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#getEventsStates()"><B>getEventsStates()</B></A> -
4989 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
4990 <DD>Get all the events state wrapping the handlers that have been added to the manager.
4991 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#getEventTime()"><B>getEventTime()</B></A> -
4992 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
4993 <DD>Get the occurrence time of the first event triggered in the
4994 last evaluated step.
4995 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#getEventTime()"><B>getEventTime()</B></A> -
4996 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
4997 <DD>Get the occurrence time of the event triggered in the current
4998 step.
4999 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getExpansionFactor()"><B>getExpansionFactor()</B></A> -
5000 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
5001 <DD>The expansion factor controls the size of a new array when an array
5002 needs to be expanded.
5003 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getExpansionMode()"><B>getExpansionMode()</B></A> -
5004 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
5005 <DD>The <code>expansionMode</code> determines whether the internal storage
5006 array grows additively (ADDITIVE_MODE) or multiplicatively
5007 (MULTIPLICATIVE_MODE) when it is expanded.
5008 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html#getExponent()"><B>getExponent()</B></A> -
5009 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution">ZipfDistribution</A>
5010 <DD>Get the exponent characterising the distribution.
5011 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#getExponent()"><B>getExponent()</B></A> -
5012 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
5013 <DD>Get the exponent characterising the distribution.
5014 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#getField()"><B>getField()</B></A> -
5015 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
5016 <DD>Get the <A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><CODE>Field</CODE></A> to which the instance belongs.
5017 <DT><A HREF="./org/apache/commons/math/FieldElement.html#getField()"><B>getField()</B></A> -
5018 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>
5019 <DD>Get the <A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><CODE>Field</CODE></A> to which the instance belongs.
5020 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getField()"><B>getField()</B></A> -
5021 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
5022 <DD>Get the <A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><CODE>Field</CODE></A> to which the instance belongs.
5023 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#getField()"><B>getField()</B></A> -
5024 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
5025 <DD>Get the <A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><CODE>Field</CODE></A> to which the instance belongs.
5026 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getField()"><B>getField()</B></A> -
5027 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
5028 <DD>Get the type of field elements of the matrix.
5029 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getField()"><B>getField()</B></A> -
5030 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
5031 <DD>Get the type of field elements of the vector.
5032 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getField()"><B>getField()</B></A> -
5033 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
5034 <DD>Get the type of field elements of the matrix.
5035 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#getField()"><B>getField()</B></A> -
5036 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
5037 <DD>Get the type of field elements of the vector.
5038 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#getField()"><B>getField()</B></A> -
5039 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
5040 <DD>Get the type of field elements of the vector.
5041 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#getField()"><B>getField()</B></A> -
5042 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
5043 <DD>Get the <A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math"><CODE>Field</CODE></A> to which the instance belongs.
5044 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#getFinalTime()"><B>getFinalTime()</B></A> -
5045 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
5046 <DD>Get the final integration time.
5047 <DT><A HREF="./org/apache/commons/math/genetics/ChromosomePair.html#getFirst()"><B>getFirst()</B></A> -
5048 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ChromosomePair.html" title="class in org.apache.commons.math.genetics">ChromosomePair</A>
5049 <DD>Access the first chromosome.
5050 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#getFitness()"><B>getFitness()</B></A> -
5051 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
5052 <DD>Access the fitness of this chromosome.
5053 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#getFittestChromosome()"><B>getFittestChromosome()</B></A> -
5054 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
5055 <DD>Access the fittest chromosome in this population.
5056 <DT><A HREF="./org/apache/commons/math/genetics/Population.html#getFittestChromosome()"><B>getFittestChromosome()</B></A> -
5057 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics">Population</A>
5058 <DD>Access the fittest chromosome in this population.
5059 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getFormat()"><B>getFormat()</B></A> -
5060 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
5061 <DD>Get the components format.
5062 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getFormat()"><B>getFormat()</B></A> -
5063 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
5064 <DD>Get the components format.
5065 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getFrobeniusNorm()"><B>getFrobeniusNorm()</B></A> -
5066 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
5067 <DD>Returns the <a href="http://mathworld.wolfram.com/FrobeniusNorm.html">
5068 Frobenius norm</a> of the matrix.
5069 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getFrobeniusNorm()"><B>getFrobeniusNorm()</B></A> -
5070 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
5071 <DD>Returns the <a href="http://mathworld.wolfram.com/FrobeniusNorm.html">
5072 Frobenius norm</a> of the matrix.
5073 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getFrobeniusNorm()"><B>getFrobeniusNorm()</B></A> -
5074 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
5075 <DD>Returns the <a href="http://mathworld.wolfram.com/FrobeniusNorm.html">
5076 Frobenius norm</a> of the matrix.
5077 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#getFunctionValue()"><B>getFunctionValue()</B></A> -
5078 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
5079 <DD>Get the result of the last run of the solver.
5080 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#getFunctionValue()"><B>getFunctionValue()</B></A> -
5081 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
5082 <DD>Get the result of the last run of the solver.
5083 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getFunctionValue()"><B>getFunctionValue()</B></A> -
5084 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
5085 <DD>Get the result of the last run of the optimizer.
5086 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#getFunctionValue()"><B>getFunctionValue()</B></A> -
5087 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
5088 <DD>Get the result of the last run of the optimizer.
5089 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#getFunctionValue()"><B>getFunctionValue()</B></A> -
5090 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
5091 <DD>Get the result of the last run of the optimizer.
5092 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#getFunctionValueAccuracy()"><B>getFunctionValueAccuracy()</B></A> -
5093 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
5094 <DD>Get the actual function value accuracy.
5095 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#getFunctionValueAccuracy()"><B>getFunctionValueAccuracy()</B></A> -
5096 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
5097 <DD>Get the actual function value accuracy.
5098 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getGenerationsEvolved()"><B>getGenerationsEvolved()</B></A> -
5099 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
5100 <DD>Returns the number of generations evolved to
5101 reach <A HREF="./org/apache/commons/math/genetics/StoppingCondition.html" title="interface in org.apache.commons.math.genetics"><CODE>StoppingCondition</CODE></A> in the last run.
5102 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#getGenerator()"><B>getGenerator()</B></A> -
5103 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
5104 <DD>Get the underlying normalized components generator.
5105 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getGeneratorUpperBounds()"><B>getGeneratorUpperBounds()</B></A> -
5106 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
5107 <DD>Returns a fresh copy of the array of upper bounds of the subintervals
5108 of [0,1] used in generating data from the empirical distribution.
5109 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getGeoMeanImpl()"><B>getGeoMeanImpl()</B></A> -
5110 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5111 <DD>Returns the currently configured geometric mean implementation
5112 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getGeoMeanImpl()"><B>getGeoMeanImpl()</B></A> -
5113 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5114 <DD>Returns the currently configured geometric mean implementation
5115 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getGeoMeanImpl()"><B>getGeoMeanImpl()</B></A> -
5116 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5117 <DD>Returns the currently configured geometric mean implementation
5118 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getGeoMeanImpl()"><B>getGeoMeanImpl()</B></A> -
5119 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5120 <DD>Returns the currently configured geometric mean implementation
5121 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5122 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
5123 <DD>Returns the geometric mean of all the aggregated data.
5124 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5125 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5126 <DD>Returns the <a href="http://www.xycoon.com/geometric_mean.htm">
5127 geometric mean </a> of the available values
5128 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5129 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5130 <DD>Returns an array whose i<sup>th</sup> entry is the geometric mean of the
5131 i<sup>th</sup> entries of the arrays that have been added using
5132 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5133 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5134 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
5135 <DD>Returns an array whose i<sup>th</sup> entry is the
5136 geometric mean of the i<sup>th</sup> entries of the arrays
5137 that correspond to each multivariate sample
5138 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5139 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5140 <DD>Returns the geometric mean of the values that have been added.
5141 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5142 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5143 <DD>Returns an array whose i<sup>th</sup> entry is the geometric mean of the
5144 i<sup>th</sup> entries of the arrays that have been added using
5145 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5146 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getGeometricMean()"><B>getGeometricMean()</B></A> -
5147 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5148 <DD>Returns the geometric mean of the values that have been added.
5149 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getGeometricMeanImpl()"><B>getGeometricMeanImpl()</B></A> -
5150 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5151 <DD>Returns the currently configured geometric mean implementation.
5152 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getGradientEvaluations()"><B>getGradientEvaluations()</B></A> -
5153 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
5154 <DD>Get the number of evaluations of the objective function gradient.
5155 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getGradientEvaluations()"><B>getGradientEvaluations()</B></A> -
5156 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
5157 <DD>Get the number of evaluations of the objective function gradient.
5158 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getGradientEvaluations()"><B>getGradientEvaluations()</B></A> -
5159 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
5160 <DD>Get the number of evaluations of the objective function gradient.
5161 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html#getGuessedAmplitude()"><B>getGuessedAmplitude()</B></A> -
5162 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicCoefficientsGuesser</A>
5163 <DD>Get the guessed amplitude a.
5164 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html#getGuessedPhase()"><B>getGuessedPhase()</B></A> -
5165 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicCoefficientsGuesser</A>
5166 <DD>Get the guessed phase &phi;.
5167 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html#getGuessedPulsation()"><B>getGuessedPulsation()</B></A> -
5168 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicCoefficientsGuesser</A>
5169 <DD>Get the guessed pulsation &omega;.
5170 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html#getH()"><B>getH()</B></A> -
5171 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear">QRDecomposition</A>
5172 <DD>Returns the Householder reflector vectors.
5173 <DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#getH()"><B>getH()</B></A> -
5174 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
5175 <DD>Returns the Householder reflector vectors.
5176 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getImagEigenvalue(int)"><B>getImagEigenvalue(int)</B></A> -
5177 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
5178 <DD>Returns the imaginary part of the i<sup>th</sup> eigenvalue of the original matrix.
5179 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getImagEigenvalue(int)"><B>getImagEigenvalue(int)</B></A> -
5180 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
5181 <DD>Returns the imaginary part of the i<sup>th</sup> eigenvalue of the original matrix.
5182 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getImagEigenvalues()"><B>getImagEigenvalues()</B></A> -
5183 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
5184 <DD>Returns a copy of the imaginary parts of the eigenvalues of the original matrix.
5185 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getImagEigenvalues()"><B>getImagEigenvalues()</B></A> -
5186 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
5187 <DD>Returns a copy of the imaginary parts of the eigenvalues of the original matrix.
5188 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#getImaginary()"><B>getImaginary()</B></A> -
5189 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
5190 <DD>Access the imaginary part.
5191 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getImaginaryCharacter()"><B>getImaginaryCharacter()</B></A> -
5192 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
5193 <DD>Access the imaginaryCharacter.
5194 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getImaginaryFormat()"><B>getImaginaryFormat()</B></A> -
5195 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
5196 <DD>Access the imaginaryFormat.
5197 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#getImproperInstance()"><B>getImproperInstance()</B></A> -
5198 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
5199 <DD>Returns the default complex format for the current locale.
5200 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#getImproperInstance(java.util.Locale)"><B>getImproperInstance(Locale)</B></A> -
5201 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
5202 <DD>Returns the default complex format for the given locale.
5203 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getImproperInstance()"><B>getImproperInstance()</B></A> -
5204 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
5205 <DD>Returns the default complex format for the current locale.
5206 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getImproperInstance(java.util.Locale)"><B>getImproperInstance(Locale)</B></A> -
5207 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
5208 <DD>Returns the default complex format for the given locale.
5209 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html#getIndex()"><B>getIndex()</B></A> -
5210 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapEntry</A>
5211 <DD>Get the index of the entry.
5212 <DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html#getIndex()"><B>getIndex()</B></A> -
5213 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear">RealVector.Entry</A>
5214 <DD>Get the index of the entry.
5215 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5216 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
5217 <DD>Access the initial domain value, based on <code>p</code>, used to
5218 bracket a CDF root.
5219 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5220 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
5221 <DD>Access the initial domain value, based on <code>p</code>, used to
5222 bracket a CDF root.
5223 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5224 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
5225 <DD>Access the initial domain value, based on <code>p</code>, used to
5226 bracket a CDF root.
5227 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5228 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
5229 <DD>Access the initial domain value, based on <code>p</code>, used to
5230 bracket a CDF root.
5231 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5232 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
5233 <DD>Access the initial domain value, based on <code>p</code>, used to
5234 bracket a CDF root.
5235 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5236 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
5237 <DD>Access the initial domain value, based on <code>p</code>, used to
5238 bracket a CDF root.
5239 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5240 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
5241 <DD>Access the initial domain value, based on <code>p</code>, used to
5242 bracket a CDF root.
5243 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5244 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
5245 <DD>Access the initial domain value, based on <code>p</code>, used to
5246 bracket a CDF root.
5247 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5248 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
5249 <DD>Access the initial domain value, based on <code>p</code>, used to
5250 bracket a CDF root.
5251 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getInitialDomain(double)"><B>getInitialDomain(double)</B></A> -
5252 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
5253 <DD>Access the initial domain value, based on <code>p</code>, used to
5254 bracket a CDF root.
5255 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#getInitialTime()"><B>getInitialTime()</B></A> -
5256 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
5257 <DD>Get the initial integration time.
5258 <DT><A HREF="./org/apache/commons/math/complex/ComplexField.html#getInstance()"><B>getInstance()</B></A> -
5259 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexField.html" title="class in org.apache.commons.math.complex">ComplexField</A>
5260 <DD>Get the unique instance.
5261 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getInstance()"><B>getInstance()</B></A> -
5262 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
5263 <DD>Returns the default complex format for the current locale.
5264 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getInstance(java.util.Locale)"><B>getInstance(Locale)</B></A> -
5265 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
5266 <DD>Returns the default complex format for the given locale.
5267 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionField.html#getInstance()"><B>getInstance()</B></A> -
5268 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionField.html" title="class in org.apache.commons.math.fraction">BigFractionField</A>
5269 <DD>Get the unique instance.
5270 <DT><A HREF="./org/apache/commons/math/fraction/FractionField.html#getInstance()"><B>getInstance()</B></A> -
5271 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionField.html" title="class in org.apache.commons.math.fraction">FractionField</A>
5272 <DD>Get the unique instance.
5273 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getInstance()"><B>getInstance()</B></A> -
5274 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
5275 <DD>Returns the default 3D vector format for the current locale.
5276 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getInstance(java.util.Locale)"><B>getInstance(Locale)</B></A> -
5277 Static method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
5278 <DD>Returns the default 3D vector format for the given locale.
5279 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getInstance()"><B>getInstance()</B></A> -
5280 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
5281 <DD>Returns the default real vector format for the current locale.
5282 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getInstance(java.util.Locale)"><B>getInstance(Locale)</B></A> -
5283 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
5284 <DD>Returns the default real vector format for the given locale.
5285 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html#getInstance(int)"><B>getInstance(int)</B></A> -
5286 Static method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsNordsieckTransformer</A>
5287 <DD>Get the Nordsieck transformer for a given number of steps.
5288 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html#getInstance()"><B>getInstance()</B></A> -
5289 Static method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html" title="class in org.apache.commons.math.ode.sampling">DummyStepHandler</A>
5290 <DD>Get the only instance.
5291 <DT><A HREF="./org/apache/commons/math/util/BigRealField.html#getInstance()"><B>getInstance()</B></A> -
5292 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigRealField.html" title="class in org.apache.commons.math.util">BigRealField</A>
5293 <DD>Get the unique instance.
5294 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getIntercept()"><B>getIntercept()</B></A> -
5295 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
5296 <DD>Returns the intercept of the estimated regression line.
5297 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getInterceptStdErr()"><B>getInterceptStdErr()</B></A> -
5298 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
5299 <DD>Returns the <a href="http://www.xycoon.com/standarderrorb0.htm">
5300 standard error of the intercept estimate</a>,
5301 usually denoted s(b0).
5302 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getInternalValues()"><B>getInternalValues()</B></A> -
5303 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
5304 <DD>Returns the internal storage array.
5305 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#getInterpolatedDerivatives()"><B>getInterpolatedDerivatives()</B></A> -
5306 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
5307 <DD>Get the derivatives of the state vector of the interpolated point.
5308 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#getInterpolatedDerivatives()"><B>getInterpolatedDerivatives()</B></A> -
5309 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
5310 <DD>Get the derivatives of the state vector of the interpolated point.
5311 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedDyDp()"><B>getInterpolatedDyDp()</B></A> -
5312 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5313 <DD>Get the partial derivatives of the state vector with respect to
5314 the ODE parameters of the interpolated point.
5315 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedDyDpDot()"><B>getInterpolatedDyDpDot()</B></A> -
5316 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5317 <DD>Get the time derivatives of the jacobian of the state vector
5318 with respect to the ODE parameters of the interpolated point.
5319 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedDyDy0()"><B>getInterpolatedDyDy0()</B></A> -
5320 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5321 <DD>Get the partial derivatives of the state vector with respect to
5322 the initial state of the interpolated point.
5323 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedDyDy0Dot()"><B>getInterpolatedDyDy0Dot()</B></A> -
5324 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5325 <DD>Get the time derivatives of the jacobian of the state vector
5326 with respect to the initial state of the interpolated point.
5327 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#getInterpolatedState()"><B>getInterpolatedState()</B></A> -
5328 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
5329 <DD>Get the state vector of the interpolated point.
5330 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#getInterpolatedState()"><B>getInterpolatedState()</B></A> -
5331 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
5332 <DD>Get the state vector of the interpolated point.
5333 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#getInterpolatedState()"><B>getInterpolatedState()</B></A> -
5334 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
5335 <DD>Get the state vector of the interpolated point.
5336 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#getInterpolatedStateVariation()"><B>getInterpolatedStateVariation()</B></A> -
5337 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
5338 <DD>Get the state vector variation from current to interpolated state.
5339 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#getInterpolatedTime()"><B>getInterpolatedTime()</B></A> -
5340 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
5341 <DD>Get the time of the interpolated point.
5342 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedTime()"><B>getInterpolatedTime()</B></A> -
5343 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5344 <DD>Get the time of the interpolated point.
5345 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#getInterpolatedTime()"><B>getInterpolatedTime()</B></A> -
5346 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
5347 <DD>Get the time of the interpolated point.
5348 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#getInterpolatedTime()"><B>getInterpolatedTime()</B></A> -
5349 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
5350 <DD>Get the time of the interpolated point.
5351 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedY()"><B>getInterpolatedY()</B></A> -
5352 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5353 <DD>Get the state vector of the interpolated point.
5354 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getInterpolatedYDot()"><B>getInterpolatedYDot()</B></A> -
5355 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
5356 <DD>Get the time derivatives of the state vector of the interpolated point.
5357 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#getInterpolatingPoints()"><B>getInterpolatingPoints()</B></A> -
5358 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
5359 <DD>Returns a copy of the interpolating points array.
5360 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#getInterpolatingValues()"><B>getInterpolatingValues()</B></A> -
5361 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
5362 <DD>Returns a copy of the interpolating values array.
5363 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#getInverse()"><B>getInverse()</B></A> -
5364 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A>
5365 <DD>Get the inverse (or pseudo-inverse) of the decomposed matrix.
5366 <DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html#getInverse()"><B>getInverse()</B></A> -
5367 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear">FieldDecompositionSolver</A>
5368 <DD>Get the inverse (or pseudo-inverse) of the decomposed matrix.
5369 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#getIterationCount()"><B>getIterationCount()</B></A> -
5370 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
5371 <DD>Get the number of iterations in the last run of the algorithm.
5372 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#getIterationCount()"><B>getIterationCount()</B></A> -
5373 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
5374 <DD>Get the number of iterations in the last run of the algorithm.
5375 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getIterationCount()"><B>getIterationCount()</B></A> -
5376 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
5377 <DD>Get the number of iterations in the last run of the algorithm.
5378 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5379 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
5380 <DD>Get the number of iterations realized by the algorithm.
5381 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5382 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
5383 <DD>Get the number of iterations realized by the algorithm.
5384 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5385 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
5386 <DD>Get the number of iterations realized by the algorithm.
5387 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5388 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
5389 <DD>Get the number of iterations realized by the algorithm.
5390 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5391 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
5392 <DD>Get the number of iterations realized by the algorithm.
5393 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5394 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
5395 <DD>Get the number of iterations realized by the algorithm.
5396 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5397 Method in interface org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html" title="interface in org.apache.commons.math.optimization.linear">LinearOptimizer</A>
5398 <DD>Get the number of iterations realized by the algorithm.
5399 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5400 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
5401 <DD>Get the number of iterations realized by the algorithm.
5402 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5403 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
5404 <DD>Get the number of iterations realized by the algorithm.
5405 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5406 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
5407 <DD>Get the number of iterations realized by the algorithm.
5408 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#getIterations()"><B>getIterations()</B></A> -
5409 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
5410 <DD>Get the number of iterations realized by the algorithm.
5411 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#getJacobianEvaluations()"><B>getJacobianEvaluations()</B></A> -
5412 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
5413 <DD><B>Deprecated.</B>&nbsp;Get the number of jacobian evaluations.
5414 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getJacobianEvaluations()"><B>getJacobianEvaluations()</B></A> -
5415 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
5416 <DD>Get the number of evaluations of the objective function jacobian .
5417 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getJacobianEvaluations()"><B>getJacobianEvaluations()</B></A> -
5418 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
5419 <DD>Get the number of evaluations of the objective function jacobian .
5420 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getJacobianEvaluations()"><B>getJacobianEvaluations()</B></A> -
5421 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
5422 <DD>Get the number of evaluations of the objective function jacobian .
5423 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#getKnots()"><B>getKnots()</B></A> -
5424 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
5425 <DD>Returns an array copy of the knot points.
5426 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getKurtosis()"><B>getKurtosis()</B></A> -
5427 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5428 <DD>Returns the Kurtosis of the available values.
5429 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getKurtosisImpl()"><B>getKurtosisImpl()</B></A> -
5430 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5431 <DD>Returns the currently configured kurtosis implementation.
5432 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html#getL()"><B>getL()</B></A> -
5433 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html" title="interface in org.apache.commons.math.linear">CholeskyDecomposition</A>
5434 <DD>Returns the matrix L of the decomposition.
5435 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#getL()"><B>getL()</B></A> -
5436 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
5437 <DD>Returns the matrix L of the decomposition.
5438 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getL()"><B>getL()</B></A> -
5439 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
5440 <DD>Returns the matrix L of the decomposition.
5441 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getL()"><B>getL()</B></A> -
5442 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
5443 <DD>Returns the matrix L of the decomposition.
5444 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getL()"><B>getL()</B></A> -
5445 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
5446 <DD>Returns the matrix L of the decomposition.
5447 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getL()"><B>getL()</B></A> -
5448 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
5449 <DD>Returns the matrix L of the decomposition.
5450 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getL1Distance(org.apache.commons.math.linear.RealVector)"><B>getL1Distance(RealVector)</B></A> -
5451 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5452 <DD>Distance between two vectors.
5453 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getL1Distance(double[])"><B>getL1Distance(double[])</B></A> -
5454 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5455 <DD>Distance between two vectors.
5456 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getL1Distance(org.apache.commons.math.linear.RealVector)"><B>getL1Distance(RealVector)</B></A> -
5457 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5458 <DD>Distance between two vectors.
5459 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getL1Distance(double[])"><B>getL1Distance(double[])</B></A> -
5460 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5461 <DD>Distance between two vectors.
5462 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getL1Distance(org.apache.commons.math.linear.ArrayRealVector)"><B>getL1Distance(ArrayRealVector)</B></A> -
5463 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5464 <DD>Distance between two vectors.
5465 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getL1Distance(org.apache.commons.math.linear.OpenMapRealVector)"><B>getL1Distance(OpenMapRealVector)</B></A> -
5466 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
5467 <DD>Distance between two vectors.
5468 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getL1Distance(org.apache.commons.math.linear.RealVector)"><B>getL1Distance(RealVector)</B></A> -
5469 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
5470 <DD>Distance between two vectors.
5471 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getL1Distance(double[])"><B>getL1Distance(double[])</B></A> -
5472 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
5473 <DD>Distance between two vectors.
5474 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getL1Distance(org.apache.commons.math.linear.RealVector)"><B>getL1Distance(RealVector)</B></A> -
5475 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5476 <DD>Distance between two vectors.
5477 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getL1Distance(double[])"><B>getL1Distance(double[])</B></A> -
5478 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5479 <DD>Distance between two vectors.
5480 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getL1Norm()"><B>getL1Norm()</B></A> -
5481 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5482 <DD>Returns the L<sub>1</sub> norm of the vector.
5483 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getL1Norm()"><B>getL1Norm()</B></A> -
5484 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5485 <DD>Returns the L<sub>1</sub> norm of the vector.
5486 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getL1Norm()"><B>getL1Norm()</B></A> -
5487 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5488 <DD>Returns the L<sub>1</sub> norm of the vector.
5489 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#getLength()"><B>getLength()</B></A> -
5490 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
5491 <DD>Returns the length of the chromosome.
5492 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getLInfDistance(org.apache.commons.math.linear.RealVector)"><B>getLInfDistance(RealVector)</B></A> -
5493 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5494 <DD>Distance between two vectors.
5495 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getLInfDistance(double[])"><B>getLInfDistance(double[])</B></A> -
5496 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5497 <DD>Distance between two vectors.
5498 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getLInfDistance(org.apache.commons.math.linear.RealVector)"><B>getLInfDistance(RealVector)</B></A> -
5499 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5500 <DD>Distance between two vectors.
5501 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getLInfDistance(double[])"><B>getLInfDistance(double[])</B></A> -
5502 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5503 <DD>Distance between two vectors.
5504 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getLInfDistance(org.apache.commons.math.linear.ArrayRealVector)"><B>getLInfDistance(ArrayRealVector)</B></A> -
5505 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5506 <DD>Distance between two vectors.
5507 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getLInfDistance(org.apache.commons.math.linear.RealVector)"><B>getLInfDistance(RealVector)</B></A> -
5508 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
5509 <DD>Distance between two vectors.
5510 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getLInfDistance(double[])"><B>getLInfDistance(double[])</B></A> -
5511 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
5512 <DD>Distance between two vectors.
5513 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getLInfDistance(org.apache.commons.math.linear.RealVector)"><B>getLInfDistance(RealVector)</B></A> -
5514 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5515 <DD>Distance between two vectors.
5516 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getLInfDistance(double[])"><B>getLInfDistance(double[])</B></A> -
5517 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5518 <DD>Distance between two vectors.
5519 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getLInfNorm()"><B>getLInfNorm()</B></A> -
5520 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5521 <DD>Returns the L<sub>&infin;</sub> norm of the vector.
5522 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getLInfNorm()"><B>getLInfNorm()</B></A> -
5523 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
5524 <DD>Returns the L<sub>&infin;</sub> norm of the vector.
5525 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getLInfNorm()"><B>getLInfNorm()</B></A> -
5526 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
5527 <DD>Returns the L<sub>&infin;</sub> norm of the vector.
5528 <DT><A HREF="./org/apache/commons/math/MathException.html#getLocalizedMessage()"><B>getLocalizedMessage()</B></A> -
5529 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
5530 <DD>
5531 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#getLocalizedMessage()"><B>getLocalizedMessage()</B></A> -
5532 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
5533 <DD>
5534 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html#getLT()"><B>getLT()</B></A> -
5535 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html" title="interface in org.apache.commons.math.linear">CholeskyDecomposition</A>
5536 <DD>Returns the transpose of the matrix L of the decomposition.
5537 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#getLT()"><B>getLT()</B></A> -
5538 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
5539 <DD>Returns the transpose of the matrix L of the decomposition.
5540 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getLUMatrix()"><B>getLUMatrix()</B></A> -
5541 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
5542 <DD><B>Deprecated.</B>&nbsp;Returns the LU decomposition as a BigMatrix.
5543 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getMatrix()"><B>getMatrix()</B></A> -
5544 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
5545 <DD>Get the 3X3 matrix corresponding to the instance
5546 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getMax()"><B>getMax()</B></A> -
5547 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
5548 <DD>Returns the maximum of the available values
5549 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMax()"><B>getMax()</B></A> -
5550 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5551 <DD>Returns the maximum of the available values
5552 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMax()"><B>getMax()</B></A> -
5553 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5554 <DD>Returns an array whose i<sup>th</sup> entry is the maximum of the
5555 i<sup>th</sup> entries of the arrays that have been added using
5556 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5557 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getMax()"><B>getMax()</B></A> -
5558 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
5559 <DD>Returns an array whose i<sup>th</sup> entry is the
5560 maximum of the i<sup>th</sup> entries of the arrays
5561 that correspond to each multivariate sample
5562 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getMax()"><B>getMax()</B></A> -
5563 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
5564 <DD>Returns the maximum of the available values
5565 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getMax()"><B>getMax()</B></A> -
5566 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
5567 <DD>&nbsp;
5568 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMax()"><B>getMax()</B></A> -
5569 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5570 <DD>Returns the maximum of the values that have been added.
5571 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMax()"><B>getMax()</B></A> -
5572 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5573 <DD>Returns an array whose i<sup>th</sup> entry is the maximum of the
5574 i<sup>th</sup> entries of the arrays that have been added using
5575 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5576 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMax()"><B>getMax()</B></A> -
5577 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5578 <DD>Returns the maximum of the values that have been added.
5579 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#getMaxCheckInterval()"><B>getMaxCheckInterval()</B></A> -
5580 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
5581 <DD>Get the maximal time interval between events handler checks.
5582 <DT><A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5583 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html" title="class in org.apache.commons.math">MaxEvaluationsExceededException</A>
5584 <DD>Get the maximal number of evaluations allowed.
5585 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5586 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
5587 <DD>Get the maximal number of functions evaluations.
5588 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5589 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
5590 <DD>Get the maximal number of functions evaluations.
5591 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5592 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
5593 <DD>Get the maximal number of functions evaluations.
5594 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5595 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
5596 <DD>Get the maximal number of functions evaluations.
5597 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5598 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
5599 <DD>Get the maximal number of functions evaluations.
5600 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5601 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
5602 <DD>Get the maximal number of functions evaluations.
5603 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5604 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
5605 <DD>Get the maximal number of functions evaluations.
5606 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5607 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
5608 <DD>Get the maximal number of functions evaluations.
5609 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5610 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
5611 <DD>Get the maximal number of functions evaluations.
5612 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5613 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
5614 <DD>Get the maximal number of functions evaluations.
5615 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5616 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
5617 <DD>Get the maximal number of functions evaluations.
5618 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5619 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
5620 <DD>Get the maximal number of functions evaluations.
5621 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5622 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
5623 <DD>Get the maximal number of functions evaluations.
5624 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5625 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
5626 <DD>Get the maximal number of functions evaluations.
5627 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#getMaxEvaluations()"><B>getMaxEvaluations()</B></A> -
5628 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
5629 <DD>Get the maximal number of functions evaluations.
5630 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#getMaxGrowth()"><B>getMaxGrowth()</B></A> -
5631 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
5632 <DD>Get the maximal growth factor for stepsize control.
5633 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#getMaxGrowth()"><B>getMaxGrowth()</B></A> -
5634 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
5635 <DD>Get the maximal growth factor for stepsize control.
5636 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#getMaximalIterationCount()"><B>getMaximalIterationCount()</B></A> -
5637 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
5638 <DD>Get the upper limit for the number of iterations.
5639 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#getMaximalIterationCount()"><B>getMaximalIterationCount()</B></A> -
5640 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
5641 <DD>Get the upper limit for the number of iterations.
5642 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getMaximalIterationCount()"><B>getMaximalIterationCount()</B></A> -
5643 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
5644 <DD>Get the upper limit for the number of iterations.
5645 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMaxImpl()"><B>getMaxImpl()</B></A> -
5646 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5647 <DD>Returns the currently configured maximum implementation.
5648 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMaxImpl()"><B>getMaxImpl()</B></A> -
5649 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5650 <DD>Returns the currently configured maximum implementation
5651 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMaxImpl()"><B>getMaxImpl()</B></A> -
5652 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5653 <DD>Returns the currently configured maximum implementation
5654 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMaxImpl()"><B>getMaxImpl()</B></A> -
5655 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5656 <DD>Returns the currently configured maximum implementation
5657 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMaxImpl()"><B>getMaxImpl()</B></A> -
5658 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5659 <DD>Returns the currently configured maximum implementation
5660 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getMaxIndex()"><B>getMaxIndex()</B></A> -
5661 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5662 <DD>Get the index of the maximum entry.
5663 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#getMaxIterationCount()"><B>getMaxIterationCount()</B></A> -
5664 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
5665 <DD>Get the upper limit in the iteration count for event localization.
5666 <DT><A HREF="./org/apache/commons/math/MaxIterationsExceededException.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5667 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxIterationsExceededException.html" title="class in org.apache.commons.math">MaxIterationsExceededException</A>
5668 <DD>Get the maximal number of iterations allowed.
5669 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5670 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
5671 <DD>Get the maximal number of iterations of the algorithm.
5672 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5673 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
5674 <DD>Get the maximal number of iterations of the algorithm.
5675 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5676 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
5677 <DD>Get the maximal number of iterations of the algorithm.
5678 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5679 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
5680 <DD>Get the maximal number of iterations of the algorithm.
5681 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5682 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
5683 <DD>Get the maximal number of iterations of the algorithm.
5684 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5685 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
5686 <DD>Get the maximal number of iterations of the algorithm.
5687 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5688 Method in interface org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html" title="interface in org.apache.commons.math.optimization.linear">LinearOptimizer</A>
5689 <DD>Get the maximal number of iterations of the algorithm.
5690 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5691 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
5692 <DD>Get the maximal number of iterations of the algorithm.
5693 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5694 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
5695 <DD>Get the maximal number of iterations of the algorithm.
5696 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5697 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
5698 <DD>Get the maximal number of iterations of the algorithm.
5699 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#getMaxIterations()"><B>getMaxIterations()</B></A> -
5700 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
5701 <DD>Get the maximal number of iterations of the algorithm.
5702 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#getMaxStep()"><B>getMaxStep()</B></A> -
5703 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
5704 <DD>Get the maximal step.
5705 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getMaxValue()"><B>getMaxValue()</B></A> -
5706 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5707 <DD>Get the value of the maximum entry.
5708 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html#getMean()"><B>getMean()</B></A> -
5709 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html" title="interface in org.apache.commons.math.distribution">ExponentialDistribution</A>
5710 <DD>Access the mean.
5711 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#getMean()"><B>getMean()</B></A> -
5712 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
5713 <DD>Access the mean.
5714 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html#getMean()"><B>getMean()</B></A> -
5715 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution">NormalDistribution</A>
5716 <DD>Access the mean.
5717 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getMean()"><B>getMean()</B></A> -
5718 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
5719 <DD>Access the mean.
5720 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html#getMean()"><B>getMean()</B></A> -
5721 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html" title="interface in org.apache.commons.math.distribution">PoissonDistribution</A>
5722 <DD>Get the mean for the distribution.
5723 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#getMean()"><B>getMean()</B></A> -
5724 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
5725 <DD>Get the Poisson mean for the distribution.
5726 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getMean()"><B>getMean()</B></A> -
5727 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
5728 <DD>Returns the <a href="http://www.xycoon.com/arithmetic_mean.htm">
5729 arithmetic mean </a> of the available values
5730 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMean()"><B>getMean()</B></A> -
5731 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5732 <DD>Returns the <a href="http://www.xycoon.com/arithmetic_mean.htm">
5733 arithmetic mean </a> of the available values
5734 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMean()"><B>getMean()</B></A> -
5735 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5736 <DD>Returns an array whose i<sup>th</sup> entry is the mean of the
5737 i<sup>th</sup> entries of the arrays that have been added using
5738 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5739 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getMean()"><B>getMean()</B></A> -
5740 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
5741 <DD>Returns an array whose i<sup>th</sup> entry is the
5742 mean of the i<sup>th</sup> entries of the arrays
5743 that correspond to each multivariate sample
5744 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getMean()"><B>getMean()</B></A> -
5745 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
5746 <DD>Returns the <a href="http://www.xycoon.com/arithmetic_mean.htm">
5747 arithmetic mean </a> of the available values
5748 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getMean()"><B>getMean()</B></A> -
5749 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
5750 <DD>&nbsp;
5751 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMean()"><B>getMean()</B></A> -
5752 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5753 <DD>Returns the mean of the values that have been added.
5754 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMean()"><B>getMean()</B></A> -
5755 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5756 <DD>Returns an array whose i<sup>th</sup> entry is the mean of the
5757 i<sup>th</sup> entries of the arrays that have been added using
5758 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5759 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMean()"><B>getMean()</B></A> -
5760 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5761 <DD>Returns the mean of the values that have been added.
5762 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMeanImpl()"><B>getMeanImpl()</B></A> -
5763 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5764 <DD>Returns the currently configured mean implementation.
5765 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMeanImpl()"><B>getMeanImpl()</B></A> -
5766 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5767 <DD>Returns the currently configured mean implementation
5768 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMeanImpl()"><B>getMeanImpl()</B></A> -
5769 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5770 <DD>Returns the currently configured mean implementation
5771 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMeanImpl()"><B>getMeanImpl()</B></A> -
5772 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5773 <DD>Returns the currently configured mean implementation
5774 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMeanImpl()"><B>getMeanImpl()</B></A> -
5775 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5776 <DD>Returns the currently configured mean implementation
5777 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getMeanSquareError()"><B>getMeanSquareError()</B></A> -
5778 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
5779 <DD>Returns the sum of squared errors divided by the degrees of freedom,
5780 usually abbreviated MSE.
5781 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getMeasuredValue()"><B>getMeasuredValue()</B></A> -
5782 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
5783 <DD><B>Deprecated.</B>&nbsp;Get the measured value
5784 <DT><A HREF="./org/apache/commons/math/estimation/EstimationProblem.html#getMeasurements()"><B>getMeasurements()</B></A> -
5785 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimationProblem.html" title="interface in org.apache.commons.math.estimation">EstimationProblem</A>
5786 <DD><B>Deprecated.</B>&nbsp;Get the measurements of an estimation problem.
5787 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#getMeasurements()"><B>getMeasurements()</B></A> -
5788 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
5789 <DD><B>Deprecated.</B>&nbsp;Get the measurements of an estimation problem.
5790 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html#getMedian()"><B>getMedian()</B></A> -
5791 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution">CauchyDistribution</A>
5792 <DD>Access the median.
5793 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getMedian()"><B>getMedian()</B></A> -
5794 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
5795 <DD>Access the median.
5796 <DT><A HREF="./org/apache/commons/math/MathException.html#getMessage(java.util.Locale)"><B>getMessage(Locale)</B></A> -
5797 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
5798 <DD>Gets the message in a specified locale.
5799 <DT><A HREF="./org/apache/commons/math/MathException.html#getMessage()"><B>getMessage()</B></A> -
5800 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
5801 <DD>
5802 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#getMessage(java.util.Locale)"><B>getMessage(Locale)</B></A> -
5803 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
5804 <DD>Gets the message in a specified locale.
5805 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#getMessage()"><B>getMessage()</B></A> -
5806 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
5807 <DD>
5808 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getMin()"><B>getMin()</B></A> -
5809 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
5810 <DD>Returns the minimum of the available values
5811 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMin()"><B>getMin()</B></A> -
5812 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5813 <DD>Returns the minimum of the available values
5814 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMin()"><B>getMin()</B></A> -
5815 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5816 <DD>Returns an array whose i<sup>th</sup> entry is the minimum of the
5817 i<sup>th</sup> entries of the arrays that have been added using
5818 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5819 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getMin()"><B>getMin()</B></A> -
5820 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
5821 <DD>Returns an array whose i<sup>th</sup> entry is the
5822 minimum of the i<sup>th</sup> entries of the arrays
5823 that correspond to each multivariate sample
5824 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getMin()"><B>getMin()</B></A> -
5825 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
5826 <DD>Returns the minimum of the available values
5827 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getMin()"><B>getMin()</B></A> -
5828 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
5829 <DD>&nbsp;
5830 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMin()"><B>getMin()</B></A> -
5831 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5832 <DD>Returns the minimum of the values that have been added.
5833 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMin()"><B>getMin()</B></A> -
5834 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5835 <DD>Returns an array whose i<sup>th</sup> entry is the minimum of the
5836 i<sup>th</sup> entries of the arrays that have been added using
5837 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
5838 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMin()"><B>getMin()</B></A> -
5839 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5840 <DD>Returns the minimum of the values that have been added.
5841 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#getMinimalIterationCount()"><B>getMinimalIterationCount()</B></A> -
5842 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
5843 <DD>Get the lower limit for the number of iterations.
5844 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#getMinimalIterationCount()"><B>getMinimalIterationCount()</B></A> -
5845 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
5846 <DD>Get the lower limit for the number of iterations.
5847 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getMinImpl()"><B>getMinImpl()</B></A> -
5848 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5849 <DD>Returns the currently configured minimum implementation.
5850 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getMinImpl()"><B>getMinImpl()</B></A> -
5851 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5852 <DD>Returns the currently configured minimum implementation
5853 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getMinImpl()"><B>getMinImpl()</B></A> -
5854 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5855 <DD>Returns the currently configured minimum implementation
5856 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getMinImpl()"><B>getMinImpl()</B></A> -
5857 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5858 <DD>Returns the currently configured minimum implementation
5859 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getMinImpl()"><B>getMinImpl()</B></A> -
5860 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5861 <DD>Returns the currently configured minimum implementation
5862 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getMinIndex()"><B>getMinIndex()</B></A> -
5863 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5864 <DD>Get the index of the minimum entry.
5865 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#getMinReduction()"><B>getMinReduction()</B></A> -
5866 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
5867 <DD>Get the minimal reduction factor for stepsize control.
5868 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#getMinReduction()"><B>getMinReduction()</B></A> -
5869 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
5870 <DD>Get the minimal reduction factor for stepsize control.
5871 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#getMinStep()"><B>getMinStep()</B></A> -
5872 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
5873 <DD>Get the minimal step.
5874 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getMinValue()"><B>getMinValue()</B></A> -
5875 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
5876 <DD>Get the value of the minimum entry.
5877 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getMode()"><B>getMode()</B></A> -
5878 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
5879 <DD>Getter for property mode.
5880 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getMu()"><B>getMu()</B></A> -
5881 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
5882 <DD>Getter for property mu.
5883 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getMutationPolicy()"><B>getMutationPolicy()</B></A> -
5884 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
5885 <DD>Returns the mutation policy.
5886 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getMutationRate()"><B>getMutationRate()</B></A> -
5887 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
5888 <DD>Returns the mutation rate.
5889 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#getN()"><B>getN()</B></A> -
5890 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
5891 <DD>Returns the number of spline segments = the number of polynomials
5892 = the number of knot points - 1.
5893 <DT><A HREF="./org/apache/commons/math/stat/correlation/Covariance.html#getN()"><B>getN()</B></A> -
5894 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation">Covariance</A>
5895 <DD>Returns the number of observations (length of covariate vectors)
5896 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getN()"><B>getN()</B></A> -
5897 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
5898 <DD>Returns the number of available values
5899 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getN()"><B>getN()</B></A> -
5900 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
5901 <DD>Returns the number of available values
5902 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#getN()"><B>getN()</B></A> -
5903 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
5904 <DD>Returns the number of values that have been added.
5905 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#getN()"><B>getN()</B></A> -
5906 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
5907 <DD>Returns the number of values that have been added.
5908 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#getN()"><B>getN()</B></A> -
5909 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
5910 <DD>Returns the number of values that have been added.
5911 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#getN()"><B>getN()</B></A> -
5912 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
5913 <DD>Returns the number of values that have been added.
5914 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#getN()"><B>getN()</B></A> -
5915 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
5916 <DD>Returns the number of values that have been added.
5917 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#getN()"><B>getN()</B></A> -
5918 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
5919 <DD>Returns the number of values that have been added.
5920 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#getN()"><B>getN()</B></A> -
5921 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
5922 <DD>Returns the number of values that have been added.
5923 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#getN()"><B>getN()</B></A> -
5924 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
5925 <DD>Get the number of vectors in the sample.
5926 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#getN()"><B>getN()</B></A> -
5927 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
5928 <DD>Get the number of vectors in the sample.
5929 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getN()"><B>getN()</B></A> -
5930 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
5931 <DD>Returns the number of available values
5932 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#getN()"><B>getN()</B></A> -
5933 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
5934 <DD>Returns the number of values that have been added.
5935 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#getN()"><B>getN()</B></A> -
5936 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
5937 <DD>Returns the number of values that have been added.
5938 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getN()"><B>getN()</B></A> -
5939 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
5940 <DD>Returns the number of available values
5941 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getN()"><B>getN()</B></A> -
5942 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
5943 <DD>Returns the number of available values
5944 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getN()"><B>getN()</B></A> -
5945 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
5946 <DD>&nbsp;
5947 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#getN()"><B>getN()</B></A> -
5948 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
5949 <DD>Returns the number of values that have been added.
5950 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#getN()"><B>getN()</B></A> -
5951 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
5952 <DD>Returns the number of values that have been added.
5953 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#getN()"><B>getN()</B></A> -
5954 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
5955 <DD>Returns the number of values that have been added.
5956 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#getN()"><B>getN()</B></A> -
5957 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
5958 <DD>Returns the number of values that have been added.
5959 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#getN()"><B>getN()</B></A> -
5960 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
5961 <DD>Returns the number of values that have been added.
5962 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getN()"><B>getN()</B></A> -
5963 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
5964 <DD>Returns the number of available values
5965 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#getN()"><B>getN()</B></A> -
5966 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
5967 <DD>Returns the number of available values
5968 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getN()"><B>getN()</B></A> -
5969 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
5970 <DD>Returns the number of available values
5971 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getN()"><B>getN()</B></A> -
5972 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
5973 <DD>Returns the number of available values
5974 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getN()"><B>getN()</B></A> -
5975 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
5976 <DD>Returns the number of observations that have been added to the model.
5977 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#getName()"><B>getName()</B></A> -
5978 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
5979 <DD><B>Deprecated.</B>&nbsp;get the name of the parameter
5980 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getName()"><B>getName()</B></A> -
5981 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
5982 <DD>Get the name of the method.
5983 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getName()"><B>getName()</B></A> -
5984 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
5985 <DD>Get the name of the method.
5986 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#getNanStrategy()"><B>getNanStrategy()</B></A> -
5987 Method in class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
5988 <DD>Return the NaNStrategy
5989 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#getNewtonCoefficients()"><B>getNewtonCoefficients()</B></A> -
5990 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
5991 <DD>Returns a copy of coefficients in Newton form formula.
5992 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getNext()"><B>getNext()</B></A> -
5993 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
5994 <DD>Returns the next generated value, generated according
5995 to the mode value (see MODE constants).
5996 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#getNextValue()"><B>getNextValue()</B></A> -
5997 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
5998 <DD>Generates a random value from this distribution.
5999 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getNextValue()"><B>getNextValue()</B></A> -
6000 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
6001 <DD>Generates a random value from this distribution.
6002 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getNorm()"><B>getNorm()</B></A> -
6003 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
6004 <DD>Get the L<sub>2</sub> norm for the vector.
6005 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getNorm()"><B>getNorm()</B></A> -
6006 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6007 <DD>Returns the <a href="http://mathworld.wolfram.com/MaximumAbsoluteRowSumNorm.html">
6008 maximum absolute row sum norm</a> of the matrix.
6009 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#getNorm()"><B>getNorm()</B></A> -
6010 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
6011 <DD>Returns the L<sub>2</sub> norm of the vector.
6012 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getNorm()"><B>getNorm()</B></A> -
6013 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
6014 <DD>Returns the L<sub>2</sub> norm of the vector.
6015 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getNorm()"><B>getNorm()</B></A> -
6016 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6017 <DD><B>Deprecated.</B>&nbsp;Returns the <a href="http://mathworld.wolfram.com/MaximumAbsoluteRowSumNorm.html">
6018 maximum absolute row sum norm</a> of the matrix.
6019 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getNorm()"><B>getNorm()</B></A> -
6020 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6021 <DD><B>Deprecated.</B>&nbsp;Returns the <a href="http://mathworld.wolfram.com/MaximumAbsoluteRowSumNorm.html">
6022 maximum absolute row sum norm</a> of the matrix.
6023 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getNorm()"><B>getNorm()</B></A> -
6024 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6025 <DD>Returns the <a href="http://mathworld.wolfram.com/MaximumAbsoluteRowSumNorm.html">
6026 maximum absolute row sum norm</a> of the matrix.
6027 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getNorm()"><B>getNorm()</B></A> -
6028 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6029 <DD>Returns the <a href="http://mathworld.wolfram.com/MaximumAbsoluteRowSumNorm.html">
6030 maximum absolute row sum norm</a> of the matrix.
6031 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getNorm()"><B>getNorm()</B></A> -
6032 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
6033 <DD>Returns the L<sub>2</sub> norm of the vector.
6034 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getNorm()"><B>getNorm()</B></A> -
6035 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
6036 <DD>Returns the L<sub>2</sub> norm of the matrix.
6037 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getNorm()"><B>getNorm()</B></A> -
6038 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
6039 <DD>Returns the L<sub>2</sub> norm of the matrix.
6040 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getNorm1()"><B>getNorm1()</B></A> -
6041 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
6042 <DD>Get the L<sub>1</sub> norm for the vector.
6043 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getNormInf()"><B>getNormInf()</B></A> -
6044 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
6045 <DD>Get the L<sub>&infin;</sub> norm for the vector.
6046 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getNormSq()"><B>getNormSq()</B></A> -
6047 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
6048 <DD>Get the square of the norm for the vector.
6049 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html#getNSteps()"><B>getNSteps()</B></A> -
6050 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsNordsieckTransformer</A>
6051 <DD>Get the number of steps of the method
6052 (excluding the one being computed).
6053 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html#getNumberOfElements()"><B>getNumberOfElements()</B></A> -
6054 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution">ZipfDistribution</A>
6055 <DD>Get the number of elements (e.g.
6056 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#getNumberOfElements()"><B>getNumberOfElements()</B></A> -
6057 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
6058 <DD>Get the number of elements (e.g.
6059 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#getNumberOfSuccesses()"><B>getNumberOfSuccesses()</B></A> -
6060 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
6061 <DD>Access the number of successes.
6062 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#getNumberOfSuccesses()"><B>getNumberOfSuccesses()</B></A> -
6063 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
6064 <DD>Access the number of successes.
6065 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistribution.html#getNumberOfSuccesses()"><B>getNumberOfSuccesses()</B></A> -
6066 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution">PascalDistribution</A>
6067 <DD>Access the number of successes for this distribution.
6068 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#getNumberOfSuccesses()"><B>getNumberOfSuccesses()</B></A> -
6069 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
6070 <DD>Access the number of successes for this distribution.
6071 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html#getNumberOfTrials()"><B>getNumberOfTrials()</B></A> -
6072 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution">BinomialDistribution</A>
6073 <DD>Access the number of trials for this distribution.
6074 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#getNumberOfTrials()"><B>getNumberOfTrials()</B></A> -
6075 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
6076 <DD>Access the number of trials for this distribution.
6077 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#getNumElements()"><B>getNumElements()</B></A> -
6078 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
6079 <DD>Returns the number of elements currently in the array.
6080 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getNumElements()"><B>getNumElements()</B></A> -
6081 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
6082 <DD>Returns the number of elements currently in the array.
6083 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getNumerator()"><B>getNumerator()</B></A> -
6084 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
6085 <DD>
6086 Access the numerator as a <code>BigInteger</code>.
6087 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#getNumerator()"><B>getNumerator()</B></A> -
6088 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
6089 <DD>Access the numerator.
6090 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getNumeratorAsInt()"><B>getNumeratorAsInt()</B></A> -
6091 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
6092 <DD>
6093 Access the numerator as a <tt>int</tt>.
6094 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getNumeratorAsLong()"><B>getNumeratorAsLong()</B></A> -
6095 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
6096 <DD>
6097 Access the numerator as a <tt>long</tt>.
6098 <DT><A HREF="./org/apache/commons/math/distribution/FDistribution.html#getNumeratorDegreesOfFreedom()"><B>getNumeratorDegreesOfFreedom()</B></A> -
6099 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution">FDistribution</A>
6100 <DD>Access the numerator degrees of freedom.
6101 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getNumeratorDegreesOfFreedom()"><B>getNumeratorDegreesOfFreedom()</B></A> -
6102 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
6103 <DD>Access the numerator degrees of freedom.
6104 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#getNumeratorFormat()"><B>getNumeratorFormat()</B></A> -
6105 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
6106 <DD>Access the numerator format.
6107 <DT><A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html#getNumGenerations()"><B>getNumGenerations()</B></A> -
6108 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html" title="class in org.apache.commons.math.genetics">FixedGenerationCount</A>
6109 <DD>&nbsp;
6110 <DT><A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html#getObservations()"><B>getObservations()</B></A> -
6111 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting">CurveFitter</A>
6112 <DD>Get the observed points.
6113 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#getOmegaInverse()"><B>getOmegaInverse()</B></A> -
6114 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
6115 <DD>Get the inverse of the covariance.
6116 <DT><A HREF="./org/apache/commons/math/complex/ComplexField.html#getOne()"><B>getOne()</B></A> -
6117 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexField.html" title="class in org.apache.commons.math.complex">ComplexField</A>
6118 <DD>Get the multiplicative identity of the field.
6119 <DT><A HREF="./org/apache/commons/math/Field.html#getOne()"><B>getOne()</B></A> -
6120 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math">Field</A>
6121 <DD>Get the multiplicative identity of the field.
6122 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionField.html#getOne()"><B>getOne()</B></A> -
6123 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionField.html" title="class in org.apache.commons.math.fraction">BigFractionField</A>
6124 <DD>Get the multiplicative identity of the field.
6125 <DT><A HREF="./org/apache/commons/math/fraction/FractionField.html#getOne()"><B>getOne()</B></A> -
6126 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionField.html" title="class in org.apache.commons.math.fraction">FractionField</A>
6127 <DD>Get the multiplicative identity of the field.
6128 <DT><A HREF="./org/apache/commons/math/util/BigRealField.html#getOne()"><B>getOne()</B></A> -
6129 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigRealField.html" title="class in org.apache.commons.math.util">BigRealField</A>
6130 <DD>Get the multiplicative identity of the field.
6131 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#getOneWayAnova()"><B>getOneWayAnova()</B></A> -
6132 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
6133 <DD>Return a (singleton) OneWayAnova instance.
6134 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#getOptima()"><B>getOptima()</B></A> -
6135 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
6136 <DD>Get all the optima found during the last call to <A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><CODE>optimize</CODE></A>.
6137 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#getOptima()"><B>getOptima()</B></A> -
6138 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
6139 <DD>Get all the optima found during the last call to <A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction, double[], double[], double[])"><CODE>optimize</CODE></A>.
6140 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#getOptima()"><B>getOptima()</B></A> -
6141 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
6142 <DD>Get all the optima found during the last call to <A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.MultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><CODE>optimize</CODE></A>.
6143 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getOptima()"><B>getOptima()</B></A> -
6144 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
6145 <DD>Get all the optima found during the last call to <A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double)"><CODE>optimize</CODE></A>.
6146 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getOptimaValues()"><B>getOptimaValues()</B></A> -
6147 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
6148 <DD>Get all the function values at optima found during the last call to <A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double)"><CODE>optimize</CODE></A>.
6149 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html#getOrder()"><B>getOrder()</B></A> -
6150 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince54Integrator</A>
6151 <DD>Get the order of the method.
6152 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html#getOrder()"><B>getOrder()</B></A> -
6153 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/DormandPrince853Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">DormandPrince853Integrator</A>
6154 <DD>Get the order of the method.
6155 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#getOrder()"><B>getOrder()</B></A> -
6156 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
6157 <DD>Get the order of the method.
6158 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html#getOrder()"><B>getOrder()</B></A> -
6159 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">HighamHall54Integrator</A>
6160 <DD>Get the order of the method.
6161 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getP()"><B>getP()</B></A> -
6162 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
6163 <DD>Returns the P rows permutation matrix.
6164 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getP()"><B>getP()</B></A> -
6165 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
6166 <DD>Returns the P rows permutation matrix.
6167 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getP()"><B>getP()</B></A> -
6168 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
6169 <DD>Returns the P rows permutation matrix.
6170 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getP()"><B>getP()</B></A> -
6171 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
6172 <DD>Returns the P rows permutation matrix.
6173 <DT><A HREF="./org/apache/commons/math/ode/jacobians/ODEWithJacobians.html#getParametersDimension()"><B>getParametersDimension()</B></A> -
6174 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/ODEWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">ODEWithJacobians</A>
6175 <DD>Get the number of parameters.
6176 <DT><A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html#getParametersDimension()"><B>getParametersDimension()</B></A> -
6177 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html" title="interface in org.apache.commons.math.ode.jacobians">ParameterizedODE</A>
6178 <DD>Get the number of parameters.
6179 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getPartial(org.apache.commons.math.estimation.EstimatedParameter)"><B>getPartial(EstimatedParameter)</B></A> -
6180 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
6181 <DD><B>Deprecated.</B>&nbsp;Get the partial derivative of the <A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getTheoreticalValue()"><CODE>theoretical value</CODE></A> according to the parameter.
6182 <DT><A HREF="./org/apache/commons/math/MathException.html#getPattern()"><B>getPattern()</B></A> -
6183 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
6184 <DD>Gets the pattern used to build the message of this throwable.
6185 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#getPattern()"><B>getPattern()</B></A> -
6186 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
6187 <DD>Gets the pattern used to build the message of this throwable.
6188 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(java.lang.Object)"><B>getPct(Object)</B></A> -
6189 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6190 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(java.lang.Comparable)"><CODE>Frequency.getPct(Comparable)</CODE></A> as of 2.0</I>
6191 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(java.lang.Comparable)"><B>getPct(Comparable&lt;?&gt;)</B></A> -
6192 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6193 <DD>Returns the percentage of values that are equal to v
6194 (as a proportion between 0 and 1).
6195 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(int)"><B>getPct(int)</B></A> -
6196 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6197 <DD>Returns the percentage of values that are equal to v
6198 (as a proportion between 0 and 1).
6199 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(long)"><B>getPct(long)</B></A> -
6200 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6201 <DD>Returns the percentage of values that are equal to v
6202 (as a proportion between 0 and 1).
6203 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getPct(char)"><B>getPct(char)</B></A> -
6204 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6205 <DD>Returns the percentage of values that are equal to v
6206 (as a proportion between 0 and 1).
6207 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getPercentile(double)"><B>getPercentile(double)</B></A> -
6208 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6209 <DD>Returns an estimate for the pth percentile of the stored values.
6210 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getPercentileImpl()"><B>getPercentileImpl()</B></A> -
6211 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6212 <DD>Returns the currently configured percentile implementation.
6213 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getPermutation()"><B>getPermutation()</B></A> -
6214 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6215 <DD><B>Deprecated.</B>&nbsp;Returns the permutation associated with the lu decomposition.
6216 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#getPhase()"><B>getPhase()</B></A> -
6217 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
6218 <DD>Get the phase &phi;.
6219 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getPivot()"><B>getPivot()</B></A> -
6220 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
6221 <DD>Returns the pivot permutation vector.
6222 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getPivot()"><B>getPivot()</B></A> -
6223 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
6224 <DD>Returns the pivot permutation vector.
6225 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getPivot()"><B>getPivot()</B></A> -
6226 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
6227 <DD>Returns the pivot permutation vector.
6228 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getPivot()"><B>getPivot()</B></A> -
6229 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
6230 <DD>Returns the pivot permutation vector.
6231 <DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html#getPoint()"><B>getPoint()</B></A> -
6232 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization">RealPointValuePair</A>
6233 <DD>Get the point.
6234 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#getPoint()"><B>getPoint()</B></A> -
6235 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
6236 <DD>Get the point.
6237 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#getPoint()"><B>getPoint()</B></A> -
6238 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
6239 <DD>Get the n-dimensional point in integer space.
6240 <DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html#getPointRef()"><B>getPointRef()</B></A> -
6241 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization">RealPointValuePair</A>
6242 <DD>Get a reference to the point.
6243 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#getPointRef()"><B>getPointRef()</B></A> -
6244 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
6245 <DD>Get a reference to the point.
6246 <DT><A HREF="./org/apache/commons/math/stat/clustering/Cluster.html#getPoints()"><B>getPoints()</B></A> -
6247 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/Cluster.html" title="class in org.apache.commons.math.stat.clustering">Cluster</A>
6248 <DD>Get the points contained in the cluster.
6249 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#getPolynomialFunction()"><B>getPolynomialFunction()</B></A> -
6250 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
6251 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function is not stored anymore within the instance.</I>
6252 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#getPolynomials()"><B>getPolynomials()</B></A> -
6253 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
6254 <DD>Returns a copy of the interpolating polynomials array.
6255 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#getPopulationLimit()"><B>getPopulationLimit()</B></A> -
6256 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
6257 <DD>Access the maximum population size.
6258 <DT><A HREF="./org/apache/commons/math/genetics/Population.html#getPopulationLimit()"><B>getPopulationLimit()</B></A> -
6259 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics">Population</A>
6260 <DD>Access the maximum population size.
6261 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#getPopulationSize()"><B>getPopulationSize()</B></A> -
6262 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
6263 <DD>Access the population size.
6264 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#getPopulationSize()"><B>getPopulationSize()</B></A> -
6265 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
6266 <DD>Access the population size.
6267 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#getPopulationSize()"><B>getPopulationSize()</B></A> -
6268 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
6269 <DD>Access the current population size.
6270 <DT><A HREF="./org/apache/commons/math/genetics/Population.html#getPopulationSize()"><B>getPopulationSize()</B></A> -
6271 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics">Population</A>
6272 <DD>Access the current population size.
6273 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getPrefix()"><B>getPrefix()</B></A> -
6274 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
6275 <DD>Get the format prefix.
6276 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getPrefix()"><B>getPrefix()</B></A> -
6277 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
6278 <DD>Get the format prefix.
6279 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#getPreviousTime()"><B>getPreviousTime()</B></A> -
6280 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
6281 <DD>Get the previous grid point time.
6282 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#getPreviousTime()"><B>getPreviousTime()</B></A> -
6283 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
6284 <DD>Get the previous grid point time.
6285 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#getPreviousTime()"><B>getPreviousTime()</B></A> -
6286 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
6287 <DD>Get the previous grid point time.
6288 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html#getProbabilityOfSuccess()"><B>getProbabilityOfSuccess()</B></A> -
6289 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution">BinomialDistribution</A>
6290 <DD>Access the probability of success for this distribution.
6291 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#getProbabilityOfSuccess()"><B>getProbabilityOfSuccess()</B></A> -
6292 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
6293 <DD>Access the probability of success for this distribution.
6294 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistribution.html#getProbabilityOfSuccess()"><B>getProbabilityOfSuccess()</B></A> -
6295 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution">PascalDistribution</A>
6296 <DD>Access the probability of success for this distribution.
6297 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#getProbabilityOfSuccess()"><B>getProbabilityOfSuccess()</B></A> -
6298 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
6299 <DD>Access the probability of success for this distribution.
6300 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#getProperInstance()"><B>getProperInstance()</B></A> -
6301 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
6302 <DD>Returns the default complex format for the current locale.
6303 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#getProperInstance(java.util.Locale)"><B>getProperInstance(Locale)</B></A> -
6304 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
6305 <DD>Returns the default complex format for the given locale.
6306 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getProperInstance()"><B>getProperInstance()</B></A> -
6307 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
6308 <DD>Returns the default complex format for the current locale.
6309 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#getProperInstance(java.util.Locale)"><B>getProperInstance(Locale)</B></A> -
6310 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
6311 <DD>Returns the default complex format for the given locale.
6312 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#getPulsation()"><B>getPulsation()</B></A> -
6313 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
6314 <DD>Get the pulsation &omega;.
6315 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html#getQ()"><B>getQ()</B></A> -
6316 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear">QRDecomposition</A>
6317 <DD>Returns the matrix Q of the decomposition.
6318 <DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#getQ()"><B>getQ()</B></A> -
6319 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
6320 <DD>Returns the matrix Q of the decomposition.
6321 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getQ0()"><B>getQ0()</B></A> -
6322 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
6323 <DD>Get the scalar coordinate of the quaternion.
6324 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getQ1()"><B>getQ1()</B></A> -
6325 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
6326 <DD>Get the first coordinate of the vectorial part of the quaternion.
6327 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getQ2()"><B>getQ2()</B></A> -
6328 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
6329 <DD>Get the second coordinate of the vectorial part of the quaternion.
6330 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#getQ3()"><B>getQ3()</B></A> -
6331 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
6332 <DD>Get the third coordinate of the vectorial part of the quaternion.
6333 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html#getQT()"><B>getQT()</B></A> -
6334 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear">QRDecomposition</A>
6335 <DD>Returns the transpose of the matrix Q of the decomposition.
6336 <DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#getQT()"><B>getQT()</B></A> -
6337 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
6338 <DD>Returns the transpose of the matrix Q of the decomposition.
6339 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#getQuantile()"><B>getQuantile()</B></A> -
6340 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
6341 <DD>Returns the value of the quantile field (determines what percentile is
6342 computed when evaluate() is called with no quantile argument).
6343 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html#getR()"><B>getR()</B></A> -
6344 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear">QRDecomposition</A>
6345 <DD>Returns the matrix R of the decomposition.
6346 <DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#getR()"><B>getR()</B></A> -
6347 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
6348 <DD>Returns the matrix R of the decomposition.
6349 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getR()"><B>getR()</B></A> -
6350 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6351 <DD>Returns <a href="http://mathworld.wolfram.com/CorrelationCoefficient.html">
6352 Pearson's product moment correlation coefficient</a>,
6353 usually denoted r.
6354 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getRandomGenerator()"><B>getRandomGenerator()</B></A> -
6355 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
6356 <DD>Returns the (static) random generator.
6357 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getRank()"><B>getRank()</B></A> -
6358 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
6359 <DD>Return the effective numerical matrix rank.
6360 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getRank()"><B>getRank()</B></A> -
6361 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
6362 <DD>Return the effective numerical matrix rank.
6363 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#getRank()"><B>getRank()</B></A> -
6364 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
6365 <DD>Get the rank of the covariance matrix.
6366 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#getRankCorrelation()"><B>getRankCorrelation()</B></A> -
6367 Method in class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
6368 <DD>Returns a <A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation"><CODE>PearsonsCorrelation</CODE></A> instance constructed from the
6369 ranked input data.
6370 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#getReal()"><B>getReal()</B></A> -
6371 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
6372 <DD>Access the real part.
6373 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getRealEigenvalue(int)"><B>getRealEigenvalue(int)</B></A> -
6374 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
6375 <DD>Returns the real part of the i<sup>th</sup> eigenvalue of the original matrix.
6376 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getRealEigenvalue(int)"><B>getRealEigenvalue(int)</B></A> -
6377 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
6378 <DD>Returns the real part of the i<sup>th</sup> eigenvalue of the original matrix.
6379 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getRealEigenvalues()"><B>getRealEigenvalues()</B></A> -
6380 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
6381 <DD>Returns a copy of the real parts of the eigenvalues of the original matrix.
6382 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getRealEigenvalues()"><B>getRealEigenvalues()</B></A> -
6383 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
6384 <DD>Returns a copy of the real parts of the eigenvalues of the original matrix.
6385 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#getRealFormat()"><B>getRealFormat()</B></A> -
6386 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
6387 <DD>Access the realFormat.
6388 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#getReducedFraction(int, int)"><B>getReducedFraction(int, int)</B></A> -
6389 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
6390 <DD>
6391 Creates a <code>BigFraction</code> instance with the 2 parts of a fraction
6392 Y/Z.
6393 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#getReducedFraction(int, int)"><B>getReducedFraction(int, int)</B></A> -
6394 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
6395 <DD>Creates a <code>Fraction</code> instance with the 2 parts
6396 of a fraction Y/Z.
6397 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getRegressionSumSquares()"><B>getRegressionSumSquares()</B></A> -
6398 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6399 <DD>Returns the sum of squared deviations of the predicted y values about
6400 their mean (which equals the mean of y).
6401 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#getRelationship()"><B>getRelationship()</B></A> -
6402 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
6403 <DD>Get the relationship between left and right hand sides.
6404 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#getRelativeAccuracy()"><B>getRelativeAccuracy()</B></A> -
6405 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
6406 <DD>Get the actual relative accuracy.
6407 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#getRelativeAccuracy()"><B>getRelativeAccuracy()</B></A> -
6408 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
6409 <DD>Get the actual relative accuracy.
6410 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getRelativeAccuracy()"><B>getRelativeAccuracy()</B></A> -
6411 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
6412 <DD>Get the actual relative accuracy.
6413 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#getRepresentation()"><B>getRepresentation()</B></A> -
6414 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
6415 <DD>Returns the (immutable) inner representation of the chromosome.
6416 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getResidual()"><B>getResidual()</B></A> -
6417 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
6418 <DD><B>Deprecated.</B>&nbsp;Get the residual for this measurement
6419 The residual is the measured value minus the theoretical value.
6420 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#getResult()"><B>getResult()</B></A> -
6421 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
6422 <DD>Get the result of the last run of the integrator.
6423 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#getResult()"><B>getResult()</B></A> -
6424 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
6425 <DD>Access the last computed integral.
6426 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#getResult()"><B>getResult()</B></A> -
6427 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
6428 <DD>Get the result of the last run of the solver.
6429 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#getResult()"><B>getResult()</B></A> -
6430 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
6431 <DD>Get the result of the last run of the solver.
6432 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#getResult()"><B>getResult()</B></A> -
6433 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
6434 <DD>Get the result of the last run of the optimizer.
6435 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#getResult()"><B>getResult()</B></A> -
6436 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
6437 <DD>Get the result of the last run of the optimizer.
6438 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#getResult()"><B>getResult()</B></A> -
6439 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
6440 <DD>Get the result of the last run of the optimizer.
6441 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#getResult()"><B>getResult()</B></A> -
6442 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
6443 <DD>Returns the current value of the Statistic.
6444 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#getResult()"><B>getResult()</B></A> -
6445 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
6446 <DD>Returns the current value of the Statistic.
6447 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#getResult()"><B>getResult()</B></A> -
6448 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
6449 <DD>Returns the current value of the Statistic.
6450 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#getResult()"><B>getResult()</B></A> -
6451 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
6452 <DD>Returns the current value of the Statistic.
6453 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#getResult()"><B>getResult()</B></A> -
6454 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
6455 <DD>Returns the current value of the Statistic.
6456 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#getResult()"><B>getResult()</B></A> -
6457 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
6458 <DD>Returns the current value of the Statistic.
6459 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#getResult()"><B>getResult()</B></A> -
6460 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
6461 <DD>Returns the current value of the Statistic.
6462 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#getResult()"><B>getResult()</B></A> -
6463 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
6464 <DD>Returns the value of the statistic based on the values that have been added.
6465 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#getResult()"><B>getResult()</B></A> -
6466 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
6467 <DD>Returns the current value of the Statistic.
6468 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#getResult()"><B>getResult()</B></A> -
6469 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
6470 <DD>Returns the current value of the Statistic.
6471 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#getResult()"><B>getResult()</B></A> -
6472 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
6473 <DD>Returns the current value of the Statistic.
6474 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#getResult()"><B>getResult()</B></A> -
6475 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
6476 <DD>Get the covariance matrix.
6477 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#getResult()"><B>getResult()</B></A> -
6478 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
6479 <DD>Get the mean vector.
6480 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#getResult()"><B>getResult()</B></A> -
6481 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
6482 <DD>Returns the current value of the Statistic.
6483 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#getResult()"><B>getResult()</B></A> -
6484 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
6485 <DD>Returns the current value of the Statistic.
6486 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#getResult()"><B>getResult()</B></A> -
6487 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
6488 <DD>Returns the current value of the Statistic.
6489 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#getResult()"><B>getResult()</B></A> -
6490 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
6491 <DD>Returns the current value of the Statistic.
6492 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#getResult()"><B>getResult()</B></A> -
6493 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
6494 <DD>Returns the current value of the Statistic.
6495 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#getResult()"><B>getResult()</B></A> -
6496 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
6497 <DD>Returns the current value of the Statistic.
6498 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#getResult()"><B>getResult()</B></A> -
6499 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
6500 <DD>Returns the current value of the Statistic.
6501 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#getRMS(org.apache.commons.math.estimation.EstimationProblem)"><B>getRMS(EstimationProblem)</B></A> -
6502 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
6503 <DD><B>Deprecated.</B>&nbsp;Get the Root Mean Square value.
6504 <DT><A HREF="./org/apache/commons/math/estimation/Estimator.html#getRMS(org.apache.commons.math.estimation.EstimationProblem)"><B>getRMS(EstimationProblem)</B></A> -
6505 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation">Estimator</A>
6506 <DD><B>Deprecated.</B>&nbsp;Get the Root Mean Square value.
6507 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#getRMS()"><B>getRMS()</B></A> -
6508 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
6509 <DD>Get the Root Mean Square value.
6510 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#getRootMatrix()"><B>getRootMatrix()</B></A> -
6511 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
6512 <DD>Get the root of the covariance matrix.
6513 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getRoundingMode()"><B>getRoundingMode()</B></A> -
6514 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6515 <DD><B>Deprecated.</B>&nbsp;Gets the rounding mode
6516 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getRoundingMode()"><B>getRoundingMode()</B></A> -
6517 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6518 <DD><B>Deprecated.</B>&nbsp;Gets the rounding mode for division operations
6519 The default is <A HREF="http://java.sun.com/javase/6/docs/api/java/math/BigDecimal.html?is-external=true#ROUND_HALF_UP" title="class or interface in java.math"><CODE>BigDecimal.ROUND_HALF_UP</CODE></A>
6520 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#getRoundingMode()"><B>getRoundingMode()</B></A> -
6521 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
6522 <DD>Gets the rounding mode for division operations
6523 The default is <code>RoundingMode.HALF_UP</code>
6524 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6525 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6526 <DD>Returns the entries in row number <code>row</code> as an array.
6527 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6528 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6529 <DD>Returns the entries in row number <code>row</code> as an array.
6530 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6531 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6532 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code> as an array.
6533 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getRow(int)"><B>getRow(int)</B></A> -
6534 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6535 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code> as an array.
6536 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6537 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
6538 <DD>Returns the entries in row number <code>row</code> as an array.
6539 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6540 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6541 <DD>Returns the entries in row number <code>row</code> as an array.
6542 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6543 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
6544 <DD>Returns the entries in row number <code>row</code> as an array.
6545 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getRow(int)"><B>getRow(int)</B></A> -
6546 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6547 <DD>Returns the entries in row number <code>row</code> as an array.
6548 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getRowAsDoubleArray(int)"><B>getRowAsDoubleArray(int)</B></A> -
6549 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6550 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code> as an array
6551 of double values.
6552 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getRowAsDoubleArray(int)"><B>getRowAsDoubleArray(int)</B></A> -
6553 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6554 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code> as an array
6555 of double values.
6556 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6557 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6558 <DD>Returns the number of rows in the matrix.
6559 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6560 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6561 <DD>Returns the number of rows in the matrix.
6562 <DT><A HREF="./org/apache/commons/math/linear/AnyMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6563 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AnyMatrix.html" title="interface in org.apache.commons.math.linear">AnyMatrix</A>
6564 <DD>Returns the number of rows in the matrix.
6565 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6566 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
6567 <DD>Returns the number of rows in the matrix.
6568 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6569 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
6570 <DD>Returns the number of rows in the matrix.
6571 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getRowDimension()"><B>getRowDimension()</B></A> -
6572 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6573 <DD><B>Deprecated.</B>&nbsp;Returns the number of rows in the matrix.
6574 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6575 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
6576 <DD>Returns the number of rows in the matrix.
6577 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6578 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6579 <DD>Returns the number of rows in the matrix.
6580 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6581 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
6582 <DD>Returns the number of rows in the matrix.
6583 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#getRowDimension()"><B>getRowDimension()</B></A> -
6584 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
6585 <DD><B>Deprecated.</B>&nbsp;Returns the number of rows in the matrix.
6586 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#getRowDimension()"><B>getRowDimension()</B></A> -
6587 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
6588 <DD>Returns the number of rows in the matrix.
6589 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6590 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6591 <DD>Returns the entries in row number <code>row</code>
6592 as a row matrix.
6593 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6594 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6595 <DD>Returns the entries in row number <code>row</code>
6596 as a row matrix.
6597 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6598 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6599 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code>
6600 as a row matrix.
6601 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6602 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6603 <DD><B>Deprecated.</B>&nbsp;Returns the entries in row number <code>row</code>
6604 as a row matrix.
6605 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6606 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
6607 <DD>Returns the entries in row number <code>row</code>
6608 as a row matrix.
6609 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6610 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6611 <DD>Returns the entries in row number <code>row</code>
6612 as a row matrix.
6613 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6614 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
6615 <DD>Returns the entries in row number <code>row</code>
6616 as a row matrix.
6617 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getRowMatrix(int)"><B>getRowMatrix(int)</B></A> -
6618 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6619 <DD>Returns the entries in row number <code>row</code>
6620 as a row matrix.
6621 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6622 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6623 <DD>Returns the entries in row number <code>row</code>
6624 as a vector.
6625 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6626 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6627 <DD>Returns the entries in row number <code>row</code>
6628 as a vector.
6629 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6630 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
6631 <DD>Returns the entries in row number <code>row</code>
6632 as a vector.
6633 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6634 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6635 <DD>Returns the entries in row number <code>row</code>
6636 as a vector.
6637 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6638 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
6639 <DD>Returns the entries in row number <code>row</code>
6640 as a vector.
6641 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getRowVector(int)"><B>getRowVector(int)</B></A> -
6642 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6643 <DD>Returns the entries in row number <code>row</code>
6644 as a vector.
6645 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getRSquare()"><B>getRSquare()</B></A> -
6646 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6647 <DD>Returns the <a href="http://www.xycoon.com/coefficient1.htm">
6648 coefficient of determination</a>,
6649 usually denoted r-square.
6650 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getS()"><B>getS()</B></A> -
6651 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
6652 <DD>Returns the diagonal matrix &Sigma; of the decomposition.
6653 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getS()"><B>getS()</B></A> -
6654 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
6655 <DD>Returns the diagonal matrix &Sigma; of the decomposition.
6656 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#getSafety()"><B>getSafety()</B></A> -
6657 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
6658 <DD>Get the safety factor for stepsize control.
6659 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#getSafety()"><B>getSafety()</B></A> -
6660 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
6661 <DD>Get the safety factor for stepsize control.
6662 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#getSampleSize()"><B>getSampleSize()</B></A> -
6663 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
6664 <DD>Access the sample size.
6665 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#getSampleSize()"><B>getSampleSize()</B></A> -
6666 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
6667 <DD>Access the sample size.
6668 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#getSampleStats()"><B>getSampleStats()</B></A> -
6669 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
6670 <DD>Returns a
6671 <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A>
6672 describing this distribution.
6673 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getSampleStats()"><B>getSampleStats()</B></A> -
6674 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
6675 <DD>Returns a <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A> describing this distribution.
6676 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html#getScale()"><B>getScale()</B></A> -
6677 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution">CauchyDistribution</A>
6678 <DD>Access the scale parameter.
6679 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getScale()"><B>getScale()</B></A> -
6680 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
6681 <DD>Access the scale parameter.
6682 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html#getScale()"><B>getScale()</B></A> -
6683 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution">WeibullDistribution</A>
6684 <DD>Access the scale parameter.
6685 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getScale()"><B>getScale()</B></A> -
6686 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
6687 <DD>Access the scale parameter.
6688 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getScale()"><B>getScale()</B></A> -
6689 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6690 <DD><B>Deprecated.</B>&nbsp;Sets the scale for division operations.
6691 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#getScale()"><B>getScale()</B></A> -
6692 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
6693 <DD>Sets the scale for division operations.
6694 <DT><A HREF="./org/apache/commons/math/genetics/ChromosomePair.html#getSecond()"><B>getSecond()</B></A> -
6695 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ChromosomePair.html" title="class in org.apache.commons.math.genetics">ChromosomePair</A>
6696 <DD>Access the second chromosome.
6697 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getSecondMoment()"><B>getSecondMoment()</B></A> -
6698 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
6699 <DD>Returns a statistic related to the Second Central Moment.
6700 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSecondMoment()"><B>getSecondMoment()</B></A> -
6701 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
6702 <DD>Returns a statistic related to the Second Central Moment.
6703 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#getSelectionPolicy()"><B>getSelectionPolicy()</B></A> -
6704 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
6705 <DD>Returns the selection policy.
6706 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getSeparator()"><B>getSeparator()</B></A> -
6707 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
6708 <DD>Get the format separator between components.
6709 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getSeparator()"><B>getSeparator()</B></A> -
6710 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
6711 <DD>Get the format separator between components.
6712 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html#getShape()"><B>getShape()</B></A> -
6713 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution">WeibullDistribution</A>
6714 <DD>Access the shape parameter.
6715 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getShape()"><B>getShape()</B></A> -
6716 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
6717 <DD>Access the shape parameter.
6718 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getSigma()"><B>getSigma()</B></A> -
6719 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
6720 <DD>Getter for property sigma.
6721 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSignificance()"><B>getSignificance()</B></A> -
6722 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6723 <DD>Returns the significance level of the slope (equiv) correlation.
6724 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getSingularValues()"><B>getSingularValues()</B></A> -
6725 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
6726 <DD>Returns the diagonal elements of the matrix &Sigma; of the decomposition.
6727 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getSingularValues()"><B>getSingularValues()</B></A> -
6728 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
6729 <DD>Returns the diagonal elements of the matrix &Sigma; of the decomposition.
6730 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSkewness()"><B>getSkewness()</B></A> -
6731 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6732 <DD>Returns the skewness of the available values.
6733 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSkewnessImpl()"><B>getSkewnessImpl()</B></A> -
6734 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6735 <DD>Returns the currently configured skewness implementation.
6736 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSlope()"><B>getSlope()</B></A> -
6737 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6738 <DD>Returns the slope of the estimated regression line.
6739 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSlopeConfidenceInterval()"><B>getSlopeConfidenceInterval()</B></A> -
6740 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6741 <DD>Returns the half-width of a 95% confidence interval for the slope
6742 estimate.
6743 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSlopeConfidenceInterval(double)"><B>getSlopeConfidenceInterval(double)</B></A> -
6744 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6745 <DD>Returns the half-width of a (100-100*alpha)% confidence interval for
6746 the slope estimate.
6747 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSlopeStdErr()"><B>getSlopeStdErr()</B></A> -
6748 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
6749 <DD>Returns the <a href="http://www.xycoon.com/standerrorb(1).htm">standard
6750 error of the slope estimate</a>,
6751 usually denoted s(b1).
6752 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6753 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecomposition.html" title="interface in org.apache.commons.math.linear">CholeskyDecomposition</A>
6754 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6755 <DT><A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6756 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/CholeskyDecompositionImpl.html" title="class in org.apache.commons.math.linear">CholeskyDecompositionImpl</A>
6757 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6758 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6759 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
6760 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6761 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6762 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
6763 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6764 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6765 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
6766 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6767 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6768 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
6769 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6770 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6771 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
6772 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6773 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6774 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
6775 <DD>Get a solver for finding the A &times; X = B solution in exact linear sense.
6776 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6777 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear">QRDecomposition</A>
6778 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6779 <DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6780 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
6781 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6782 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getSolver()"><B>getSolver()</B></A> -
6783 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
6784 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6785 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getSolver()"><B>getSolver()</B></A> -
6786 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
6787 <DD>Get a solver for finding the A &times; X = B solution in least square sense.
6788 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6789 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
6790 <DD>Returns the solver absolute accuracy for inverse cum computation.
6791 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6792 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
6793 <DD>Return the absolute accuracy setting of the solver used to estimate
6794 inverse cumulative probabilities.
6795 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6796 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
6797 <DD>Return the absolute accuracy setting of the solver used to estimate
6798 inverse cumulative probabilities.
6799 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6800 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
6801 <DD>Return the absolute accuracy setting of the solver used to estimate
6802 inverse cumulative probabilities.
6803 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6804 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
6805 <DD>Return the absolute accuracy setting of the solver used to estimate
6806 inverse cumulative probabilities.
6807 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6808 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
6809 <DD>Return the absolute accuracy setting of the solver used to estimate
6810 inverse cumulative probabilities.
6811 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6812 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
6813 <DD>Return the absolute accuracy setting of the solver used to estimate
6814 inverse cumulative probabilities.
6815 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6816 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
6817 <DD>Return the absolute accuracy setting of the solver used to estimate
6818 inverse cumulative probabilities.
6819 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6820 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
6821 <DD>Return the absolute accuracy setting of the solver used to estimate
6822 inverse cumulative probabilities.
6823 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#getSolverAbsoluteAccuracy()"><B>getSolverAbsoluteAccuracy()</B></A> -
6824 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
6825 <DD>Return the absolute accuracy setting of the solver used to estimate
6826 inverse cumulative probabilities.
6827 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSortedValues()"><B>getSortedValues()</B></A> -
6828 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6829 <DD>Returns the current set of values in an array of double primitives,
6830 sorted in ascending order.
6831 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getSparcity()"><B>getSparcity()</B></A> -
6832 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
6833 <DD>&nbsp;
6834 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6835 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution">NormalDistribution</A>
6836 <DD>Access the standard deviation.
6837 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6838 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
6839 <DD>Access the standard deviation.
6840 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6841 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
6842 <DD>Returns the standard deviation of the available values.
6843 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6844 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6845 <DD>Returns the standard deviation of the available values.
6846 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6847 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
6848 <DD>Returns an array whose i<sup>th</sup> entry is the standard deviation of the
6849 i<sup>th</sup> entries of the arrays that have been added using
6850 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
6851 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6852 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
6853 <DD>Returns an array whose i<sup>th</sup> entry is the
6854 standard deviation of the i<sup>th</sup> entries of the arrays
6855 that correspond to each multivariate sample
6856 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6857 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
6858 <DD>Returns the standard deviation of the available values.
6859 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6860 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
6861 <DD>&nbsp;
6862 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6863 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
6864 <DD>Returns the standard deviation of the values that have been added.
6865 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6866 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
6867 <DD>Returns the standard deviation of the available values.
6868 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6869 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
6870 <DD>Returns an array whose i<sup>th</sup> entry is the standard deviation of the
6871 i<sup>th</sup> entries of the arrays that have been added using
6872 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
6873 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getStandardDeviation()"><B>getStandardDeviation()</B></A> -
6874 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
6875 <DD>Returns the standard deviation of the values that have been added.
6876 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#getStarterIntegrator()"><B>getStarterIntegrator()</B></A> -
6877 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
6878 <DD>Get the starter integrator.
6879 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#getStepHandlers()"><B>getStepHandlers()</B></A> -
6880 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
6881 <DD>Get all the step handlers that have been added to the integrator.
6882 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#getStepHandlers()"><B>getStepHandlers()</B></A> -
6883 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
6884 <DD>Get all the step handlers that have been added to the integrator.
6885 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#getStepHandlers()"><B>getStepHandlers()</B></A> -
6886 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
6887 <DD>Get all the step handlers that have been added to the integrator.
6888 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6889 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6890 <DD>Gets a submatrix.
6891 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6892 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
6893 <DD>Gets a submatrix.
6894 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6895 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6896 <DD>Gets a submatrix.
6897 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6898 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
6899 <DD>Gets a submatrix.
6900 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6901 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6902 <DD><B>Deprecated.</B>&nbsp;Gets a submatrix.
6903 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6904 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
6905 <DD><B>Deprecated.</B>&nbsp;Gets a submatrix.
6906 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6907 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6908 <DD><B>Deprecated.</B>&nbsp;Gets a submatrix.
6909 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6910 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
6911 <DD><B>Deprecated.</B>&nbsp;Gets a submatrix.
6912 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6913 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
6914 <DD>Gets a submatrix.
6915 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6916 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
6917 <DD>Gets a submatrix.
6918 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6919 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
6920 <DD>Gets a submatrix.
6921 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6922 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
6923 <DD>Gets a submatrix.
6924 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getSubMatrix(int, int, int, int)"><B>getSubMatrix(int, int, int, int)</B></A> -
6925 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6926 <DD>Gets a submatrix.
6927 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getSubMatrix(int[], int[])"><B>getSubMatrix(int[], int[])</B></A> -
6928 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
6929 <DD>Gets a submatrix.
6930 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6931 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
6932 <DD>Get a subvector from consecutive elements.
6933 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6934 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
6935 <DD>Get a subvector from consecutive elements.
6936 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6937 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
6938 <DD>Get a subvector from consecutive elements.
6939 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6940 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
6941 <DD>Get a subvector from consecutive elements.
6942 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6943 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
6944 <DD>Get a subvector from consecutive elements.
6945 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#getSubVector(int, int)"><B>getSubVector(int, int)</B></A> -
6946 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
6947 <DD>Get a subvector from consecutive elements.
6948 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#getSuffix()"><B>getSuffix()</B></A> -
6949 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
6950 <DD>Get the format suffix.
6951 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#getSuffix()"><B>getSuffix()</B></A> -
6952 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
6953 <DD>Get the format suffix.
6954 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getSum()"><B>getSum()</B></A> -
6955 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
6956 <DD>Returns the sum of the values that have been added to Univariate.
6957 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSum()"><B>getSum()</B></A> -
6958 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6959 <DD>Returns the sum of the values that have been added to Univariate.
6960 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSum()"><B>getSum()</B></A> -
6961 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
6962 <DD>Returns an array whose i<sup>th</sup> entry is the sum of the
6963 i<sup>th</sup> entries of the arrays that have been added using
6964 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
6965 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getSum()"><B>getSum()</B></A> -
6966 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
6967 <DD>Returns an array whose i<sup>th</sup> entry is the
6968 sum of the i<sup>th</sup> entries of the arrays
6969 that correspond to each multivariate sample
6970 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getSum()"><B>getSum()</B></A> -
6971 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
6972 <DD>Returns the sum of the values that have been added to Univariate.
6973 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getSum()"><B>getSum()</B></A> -
6974 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
6975 <DD>&nbsp;
6976 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSum()"><B>getSum()</B></A> -
6977 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
6978 <DD>Returns the sum of the values that have been added
6979 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSum()"><B>getSum()</B></A> -
6980 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
6981 <DD>Returns an array whose i<sup>th</sup> entry is the sum of the
6982 i<sup>th</sup> entries of the arrays that have been added using
6983 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
6984 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSum()"><B>getSum()</B></A> -
6985 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
6986 <DD>Returns the sum of the values that have been added
6987 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#getSumFreq()"><B>getSumFreq()</B></A> -
6988 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
6989 <DD>Returns the sum of all frequencies.
6990 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSumImpl()"><B>getSumImpl()</B></A> -
6991 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
6992 <DD>Returns the currently configured sum implementation.
6993 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSumImpl()"><B>getSumImpl()</B></A> -
6994 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
6995 <DD>Returns the currently configured Sum implementation
6996 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSumImpl()"><B>getSumImpl()</B></A> -
6997 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
6998 <DD>Returns the currently configured Sum implementation
6999 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSumImpl()"><B>getSumImpl()</B></A> -
7000 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7001 <DD>Returns the currently configured Sum implementation
7002 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSumImpl()"><B>getSumImpl()</B></A> -
7003 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7004 <DD>Returns the currently configured Sum implementation
7005 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSumLog()"><B>getSumLog()</B></A> -
7006 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
7007 <DD>Returns an array whose i<sup>th</sup> entry is the sum of logs of the
7008 i<sup>th</sup> entries of the arrays that have been added using
7009 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
7010 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getSumLog()"><B>getSumLog()</B></A> -
7011 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
7012 <DD>Returns an array whose i<sup>th</sup> entry is the
7013 sum of logs of the i<sup>th</sup> entries of the arrays
7014 that correspond to each multivariate sample
7015 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSumLog()"><B>getSumLog()</B></A> -
7016 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7017 <DD>Returns an array whose i<sup>th</sup> entry is the sum of logs of the
7018 i<sup>th</sup> entries of the arrays that have been added using
7019 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
7020 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#getSumLogImpl()"><B>getSumLogImpl()</B></A> -
7021 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
7022 <DD>Returns the currently configured sum of logs implementation
7023 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSumLogImpl()"><B>getSumLogImpl()</B></A> -
7024 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
7025 <DD>Returns the currently configured sum of logs implementation
7026 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSumLogImpl()"><B>getSumLogImpl()</B></A> -
7027 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7028 <DD>Returns the currently configured sum of logs implementation
7029 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSumLogImpl()"><B>getSumLogImpl()</B></A> -
7030 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7031 <DD>Returns the currently configured sum of logs implementation
7032 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSumLogImpl()"><B>getSumLogImpl()</B></A> -
7033 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7034 <DD>Returns the currently configured sum of logs implementation
7035 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getSummary()"><B>getSummary()</B></A> -
7036 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
7037 <DD>Return a <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummaryValues</CODE></A> instance reporting current
7038 aggregate statistics.
7039 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSummary()"><B>getSummary()</B></A> -
7040 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7041 <DD>Return a <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummaryValues</CODE></A> instance reporting current
7042 statistics.
7043 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSummary()"><B>getSummary()</B></A> -
7044 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7045 <DD>Return a <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummaryValues</CODE></A> instance reporting current
7046 statistics.
7047 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSumOfCrossProducts()"><B>getSumOfCrossProducts()</B></A> -
7048 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
7049 <DD>Returns the sum of crossproducts, x<sub>i</sub>*y<sub>i</sub>.
7050 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getSumOfLogs()"><B>getSumOfLogs()</B></A> -
7051 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
7052 <DD>Returns the sum of the logs of all the aggregated data.
7053 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSumOfLogs()"><B>getSumOfLogs()</B></A> -
7054 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7055 <DD>Returns the sum of the logs of the values that have been added.
7056 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getSumsq()"><B>getSumsq()</B></A> -
7057 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
7058 <DD>Returns the sum of the squares of all the aggregated data.
7059 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSumsq()"><B>getSumsq()</B></A> -
7060 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7061 <DD>Returns the sum of the squares of the available values.
7062 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSumSq()"><B>getSumSq()</B></A> -
7063 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
7064 <DD>Returns an array whose i<sup>th</sup> entry is the sum of squares of the
7065 i<sup>th</sup> entries of the arrays that have been added using
7066 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
7067 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html#getSumSq()"><B>getSumSq()</B></A> -
7068 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalMultivariateSummary</A>
7069 <DD>Returns an array whose i<sup>th</sup> entry is the
7070 sum of squares of the i<sup>th</sup> entries of the arrays
7071 that correspond to each multivariate sample
7072 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSumsq()"><B>getSumsq()</B></A> -
7073 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7074 <DD>Returns the sum of the squares of the values that have been added.
7075 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSumSq()"><B>getSumSq()</B></A> -
7076 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7077 <DD>Returns an array whose i<sup>th</sup> entry is the sum of squares of the
7078 i<sup>th</sup> entries of the arrays that have been added using
7079 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>MultivariateSummaryStatistics.addValue(double[])</CODE></A>
7080 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSumsq()"><B>getSumsq()</B></A> -
7081 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7082 <DD>Returns the sum of the squares of the values that have been added.
7083 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getSumsqImpl()"><B>getSumsqImpl()</B></A> -
7084 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7085 <DD>Returns the currently configured sum of squares implementation.
7086 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#getSumsqImpl()"><B>getSumsqImpl()</B></A> -
7087 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
7088 <DD>Returns the currently configured sum of squares implementation
7089 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getSumsqImpl()"><B>getSumsqImpl()</B></A> -
7090 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7091 <DD>Returns the currently configured sum of squares implementation
7092 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#getSumsqImpl()"><B>getSumsqImpl()</B></A> -
7093 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7094 <DD>Returns the currently configured sum of squares implementation
7095 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getSumsqImpl()"><B>getSumsqImpl()</B></A> -
7096 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7097 <DD>Returns the currently configured sum of squares implementation
7098 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getSumSquaredErrors()"><B>getSumSquaredErrors()</B></A> -
7099 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
7100 <DD>Returns the <a href="http://www.xycoon.com/SumOfSquares.htm">
7101 sum of squared errors</a> (SSE) associated with the regression
7102 model.
7103 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getTheoreticalValue()"><B>getTheoreticalValue()</B></A> -
7104 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
7105 <DD><B>Deprecated.</B>&nbsp;Get the theoretical value expected for this measurement
7106 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#getTiesStrategy()"><B>getTiesStrategy()</B></A> -
7107 Method in class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
7108 <DD>Return the TiesStrategy
7109 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getTotalSumSquares()"><B>getTotalSumSquares()</B></A> -
7110 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
7111 <DD>Returns the sum of squared deviations of the y values about their mean.
7112 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#getTrace()"><B>getTrace()</B></A> -
7113 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
7114 <DD>Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7115 trace</a> of the matrix (the sum of the elements on the main diagonal).
7116 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#getTrace()"><B>getTrace()</B></A> -
7117 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
7118 <DD>Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7119 trace</a> of the matrix (the sum of the elements on the main diagonal).
7120 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#getTrace()"><B>getTrace()</B></A> -
7121 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
7122 <DD><B>Deprecated.</B>&nbsp;Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7123 trace</a> of the matrix (the sum of the elements on the main diagonal).
7124 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#getTrace()"><B>getTrace()</B></A> -
7125 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
7126 <DD><B>Deprecated.</B>&nbsp;Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7127 trace</a> of the matrix (the sum of the elements on the main diagonal).
7128 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#getTrace()"><B>getTrace()</B></A> -
7129 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
7130 <DD>Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7131 trace</a> of the matrix (the sum of the elements on the main diagonal).
7132 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#getTrace()"><B>getTrace()</B></A> -
7133 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
7134 <DD>Returns the <a href="http://mathworld.wolfram.com/MatrixTrace.html">
7135 trace</a> of the matrix (the sum of the elements on the main diagonal).
7136 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#getTransformer(java.lang.Class)"><B>getTransformer(Class&lt;?&gt;)</B></A> -
7137 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
7138 <DD>Returns the Transformer that is mapped to a class
7139 if mapping is not present, this returns null.
7140 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#getTTest()"><B>getTTest()</B></A> -
7141 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7142 <DD>Return a (singleton) TTest instance.
7143 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html#getU()"><B>getU()</B></A> -
7144 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecomposition.html" title="interface in org.apache.commons.math.linear">FieldLUDecomposition</A>
7145 <DD>Returns the matrix U of the decomposition.
7146 <DT><A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html#getU()"><B>getU()</B></A> -
7147 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldLUDecompositionImpl.html" title="class in org.apache.commons.math.linear">FieldLUDecompositionImpl</A>
7148 <DD>Returns the matrix U of the decomposition.
7149 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getU()"><B>getU()</B></A> -
7150 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear">LUDecomposition</A>
7151 <DD>Returns the matrix U of the decomposition.
7152 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#getU()"><B>getU()</B></A> -
7153 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
7154 <DD>Returns the matrix U of the decomposition.
7155 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getU()"><B>getU()</B></A> -
7156 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
7157 <DD>Returns the matrix U of the decomposition.
7158 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getU()"><B>getU()</B></A> -
7159 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
7160 <DD>Returns the matrix U of the decomposition.
7161 <DT><A HREF="./org/apache/commons/math/estimation/EstimationProblem.html#getUnboundParameters()"><B>getUnboundParameters()</B></A> -
7162 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimationProblem.html" title="interface in org.apache.commons.math.estimation">EstimationProblem</A>
7163 <DD><B>Deprecated.</B>&nbsp;Get the unbound parameters of the problem.
7164 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#getUnboundParameters()"><B>getUnboundParameters()</B></A> -
7165 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
7166 <DD><B>Deprecated.</B>&nbsp;Get the unbound parameters of the problem.
7167 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#getUnknownDistributionChiSquareTest()"><B>getUnknownDistributionChiSquareTest()</B></A> -
7168 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7169 <DD>Return a (singleton) UnknownDistributionChiSquareTest instance.
7170 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#getUpperBounds()"><B>getUpperBounds()</B></A> -
7171 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
7172 <DD>Returns the array of upper bounds for the bins.
7173 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#getUpperBounds()"><B>getUpperBounds()</B></A> -
7174 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
7175 <DD>Returns a fresh copy of the array of upper bounds for the bins.
7176 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getUT()"><B>getUT()</B></A> -
7177 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
7178 <DD>Returns the transpose of the matrix U of the decomposition.
7179 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getUT()"><B>getUT()</B></A> -
7180 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
7181 <DD>Returns the transpose of the matrix U of the decomposition.
7182 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getV()"><B>getV()</B></A> -
7183 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
7184 <DD>Returns the matrix V of the decomposition.
7185 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getV()"><B>getV()</B></A> -
7186 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
7187 <DD>Returns the matrix V of the decomposition.
7188 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getV()"><B>getV()</B></A> -
7189 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
7190 <DD>Returns the matrix V of the decomposition.
7191 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getV()"><B>getV()</B></A> -
7192 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
7193 <DD>Returns the matrix V of the decomposition.
7194 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html#getValue()"><B>getValue()</B></A> -
7195 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html" title="class in org.apache.commons.math.linear">AbstractRealVector.EntryImpl</A>
7196 <DD>Get the value of the entry.
7197 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html#getValue()"><B>getValue()</B></A> -
7198 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapEntry</A>
7199 <DD>Get the value of the entry.
7200 <DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html#getValue()"><B>getValue()</B></A> -
7201 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear">RealVector.Entry</A>
7202 <DD>Get the value of the entry.
7203 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#getValue()"><B>getValue()</B></A> -
7204 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
7205 <DD>Get the value of the constraint (right hand side).
7206 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#getValue(double[])"><B>getValue(double[])</B></A> -
7207 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
7208 <DD>Compute the value of the linear equation at the current point
7209 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#getValue(org.apache.commons.math.linear.RealVector)"><B>getValue(RealVector)</B></A> -
7210 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
7211 <DD>Compute the value of the linear equation at the current point
7212 <DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html#getValue()"><B>getValue()</B></A> -
7213 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization">RealPointValuePair</A>
7214 <DD>Get the value of the objective function.
7215 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#getValue()"><B>getValue()</B></A> -
7216 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
7217 <DD>Get the value of the objective function.
7218 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#getValueRef()"><B>getValueRef()</B></A> -
7219 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
7220 <DD>Get a reference to the value of the objective function.
7221 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getValues()"><B>getValues()</B></A> -
7222 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7223 <DD>Returns the current set of values in an array of double primitives.
7224 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#getValues()"><B>getValues()</B></A> -
7225 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
7226 <DD>Returns the current set of values in an array of double primitives.
7227 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getValues()"><B>getValues()</B></A> -
7228 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
7229 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#getInternalValues()"><CODE>ResizableDoubleArray.getInternalValues()</CODE></A> as of 2.0</I>
7230 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#getValuesFileURL()"><B>getValuesFileURL()</B></A> -
7231 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
7232 <DD>Getter for <code>valuesFileURL<code>
7233 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html#getVariance()"><B>getVariance()</B></A> -
7234 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AggregateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">AggregateSummaryStatistics</A>
7235 <DD>Returns the variance of the available values.
7236 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getVariance()"><B>getVariance()</B></A> -
7237 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7238 <DD>Returns the variance of the available values.
7239 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html#getVariance()"><B>getVariance()</B></A> -
7240 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive">StatisticalSummary</A>
7241 <DD>Returns the variance of the available values.
7242 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#getVariance()"><B>getVariance()</B></A> -
7243 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
7244 <DD>&nbsp;
7245 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getVariance()"><B>getVariance()</B></A> -
7246 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7247 <DD>Returns the variance of the values that have been added.
7248 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getVariance()"><B>getVariance()</B></A> -
7249 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7250 <DD>Returns the variance of the values that have been added.
7251 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#getVarianceDirection()"><B>getVarianceDirection()</B></A> -
7252 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
7253 <DD>Returns the varianceDirection property.
7254 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getVarianceImpl()"><B>getVarianceImpl()</B></A> -
7255 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7256 <DD>Returns the currently configured variance implementation.
7257 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#getVarianceImpl()"><B>getVarianceImpl()</B></A> -
7258 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7259 <DD>Returns the currently configured variance implementation
7260 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#getVarianceImpl()"><B>getVarianceImpl()</B></A> -
7261 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7262 <DD>Returns the currently configured variance implementation
7263 <DT><A HREF="./org/apache/commons/math/linear/EigenDecomposition.html#getVT()"><B>getVT()</B></A> -
7264 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecomposition.html" title="interface in org.apache.commons.math.linear">EigenDecomposition</A>
7265 <DD>Returns the transpose of the matrix V of the decomposition.
7266 <DT><A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html#getVT()"><B>getVT()</B></A> -
7267 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/EigenDecompositionImpl.html" title="class in org.apache.commons.math.linear">EigenDecompositionImpl</A>
7268 <DD>Returns the transpose of the matrix V of the decomposition.
7269 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html#getVT()"><B>getVT()</B></A> -
7270 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear">SingularValueDecomposition</A>
7271 <DD>Returns the transpose of the matrix V of the decomposition.
7272 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#getVT()"><B>getVT()</B></A> -
7273 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
7274 <DD>Returns the transpose of the matrix V of the decomposition.
7275 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#getWeight()"><B>getWeight()</B></A> -
7276 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
7277 <DD><B>Deprecated.</B>&nbsp;Get the weight of the measurement in the least squares problem
7278 <DT><A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html#getWeight()"><B>getWeight()</B></A> -
7279 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html" title="class in org.apache.commons.math.optimization.fitting">WeightedObservedPoint</A>
7280 <DD>Get the weight of the measurement in the fitting process.
7281 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#getWholeFormat()"><B>getWholeFormat()</B></A> -
7282 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
7283 <DD>Access the whole format.
7284 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#getWholeFormat()"><B>getWholeFormat()</B></A> -
7285 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
7286 <DD>Access the whole format.
7287 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getWindowSize()"><B>getWindowSize()</B></A> -
7288 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7289 <DD>Returns the maximum number of values that can be stored in the
7290 dataset, or INFINITE_WINDOW (-1) if there is no limit.
7291 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#getWindowSize()"><B>getWindowSize()</B></A> -
7292 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
7293 <DD>Returns the maximum number of values that can be stored in the
7294 dataset, or INFINITE_WINDOW (-1) if there is no limit.
7295 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getX()"><B>getX()</B></A> -
7296 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
7297 <DD>Get the abscissa of the vector.
7298 <DT><A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html#getX()"><B>getX()</B></A> -
7299 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html" title="class in org.apache.commons.math.optimization.fitting">WeightedObservedPoint</A>
7300 <DD>Get the abscissa of the point.
7301 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#getXSumSquares()"><B>getXSumSquares()</B></A> -
7302 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
7303 <DD>Returns the sum of squared deviations of the x values about their mean.
7304 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getY()"><B>getY()</B></A> -
7305 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
7306 <DD>Get the ordinate of the vector.
7307 <DT><A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html#getY()"><B>getY()</B></A> -
7308 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html" title="class in org.apache.commons.math.optimization.fitting">WeightedObservedPoint</A>
7309 <DD>Get the observed value of the function at x.
7310 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#getZ()"><B>getZ()</B></A> -
7311 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
7312 <DD>Get the height of the vector.
7313 <DT><A HREF="./org/apache/commons/math/complex/ComplexField.html#getZero()"><B>getZero()</B></A> -
7314 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexField.html" title="class in org.apache.commons.math.complex">ComplexField</A>
7315 <DD>Get the additive identity of the field.
7316 <DT><A HREF="./org/apache/commons/math/Field.html#getZero()"><B>getZero()</B></A> -
7317 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/Field.html" title="interface in org.apache.commons.math">Field</A>
7318 <DD>Get the additive identity of the field.
7319 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionField.html#getZero()"><B>getZero()</B></A> -
7320 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionField.html" title="class in org.apache.commons.math.fraction">BigFractionField</A>
7321 <DD>Get the additive identity of the field.
7322 <DT><A HREF="./org/apache/commons/math/fraction/FractionField.html#getZero()"><B>getZero()</B></A> -
7323 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionField.html" title="class in org.apache.commons.math.fraction">FractionField</A>
7324 <DD>Get the additive identity of the field.
7325 <DT><A HREF="./org/apache/commons/math/util/BigRealField.html#getZero()"><B>getZero()</B></A> -
7326 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigRealField.html" title="class in org.apache.commons.math.util">BigRealField</A>
7327 <DD>Get the additive identity of the field.
7328 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GillIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>GillIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the Gill fourth order Runge-Kutta
7329 integrator for Ordinary Differential Equations .<DT><A HREF="./org/apache/commons/math/ode/nonstiff/GillIntegrator.html#GillIntegrator(double)"><B>GillIntegrator(double)</B></A> -
7330 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GillIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GillIntegrator</A>
7331 <DD>Simple constructor.
7332 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression"><B>GLSMultipleLinearRegression</B></A> - Class in <A HREF="./org/apache/commons/math/stat/regression/package-summary.html">org.apache.commons.math.stat.regression</A><DD>The GLS implementation of the multiple linear regression.<DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#GLSMultipleLinearRegression()"><B>GLSMultipleLinearRegression()</B></A> -
7333 Constructor for class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
7334 <DD>&nbsp;
7335 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#goal"><B>goal</B></A> -
7336 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
7337 <DD>Type of optimization.
7338 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#goal"><B>goal</B></A> -
7339 Variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
7340 <DD>Type of optimization goal: either <A HREF="./org/apache/commons/math/optimization/GoalType.html#MAXIMIZE"><CODE>GoalType.MAXIMIZE</CODE></A> or <A HREF="./org/apache/commons/math/optimization/GoalType.html#MINIMIZE"><CODE>GoalType.MINIMIZE</CODE></A>.
7341 <DT><A HREF="./org/apache/commons/math/optimization/GoalType.html" title="enum in org.apache.commons.math.optimization"><B>GoalType</B></A> - Enum in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Goal type for an optimization problem.<DT><A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html#gradient()"><B>gradient()</B></A> -
7342 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableMultivariateRealFunction</A>
7343 <DD>Returns the gradient function.
7344 <DT><A HREF="./org/apache/commons/math/optimization/fitting/ParametricRealFunction.html#gradient(double, double[])"><B>gradient(double, double[])</B></A> -
7345 Method in interface org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/ParametricRealFunction.html" title="interface in org.apache.commons.math.optimization.fitting">ParametricRealFunction</A>
7346 <DD>Compute the gradient of the function with respect to its parameters.
7347 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>GraggBulirschStoerIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements a Gragg-Bulirsch-Stoer integrator for
7348 Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#GraggBulirschStoerIntegrator(double, double, double, double)"><B>GraggBulirschStoerIntegrator(double, double, double, double)</B></A> -
7349 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
7350 <DD>Simple constructor.
7351 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#GraggBulirschStoerIntegrator(double, double, double[], double[])"><B>GraggBulirschStoerIntegrator(double, double, double[], double[])</B></A> -
7352 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
7353 <DD>Simple constructor.
7354 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html#guess()"><B>guess()</B></A> -
7355 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicCoefficientsGuesser</A>
7356 <DD>Estimate a first guess of the coefficients.
7357 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#guessParametersErrors(org.apache.commons.math.estimation.EstimationProblem)"><B>guessParametersErrors(EstimationProblem)</B></A> -
7358 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
7359 <DD><B>Deprecated.</B>&nbsp;Guess the errors in unbound estimated parameters.
7360 <DT><A HREF="./org/apache/commons/math/estimation/Estimator.html#guessParametersErrors(org.apache.commons.math.estimation.EstimationProblem)"><B>guessParametersErrors(EstimationProblem)</B></A> -
7361 Method in interface org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/Estimator.html" title="interface in org.apache.commons.math.estimation">Estimator</A>
7362 <DD><B>Deprecated.</B>&nbsp;Guess the errors in estimated parameters.
7363 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#guessParametersErrors()"><B>guessParametersErrors()</B></A> -
7364 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
7365 <DD>Guess the errors in optimized parameters.
7366 </DL>
7367 <HR>
7368 <A NAME="_H_"><!-- --></A><H2>
7369 <B>H</B></H2>
7370 <DL>
7371 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#h"><B>h</B></A> -
7372 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
7373 <DD>current time step
7374 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#handleStep(org.apache.commons.math.ode.sampling.StepInterpolator, boolean)"><B>handleStep(StepInterpolator, boolean)</B></A> -
7375 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
7376 <DD>Handle the last accepted step.
7377 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html#handleStep(org.apache.commons.math.ode.jacobians.StepInterpolatorWithJacobians, boolean)"><B>handleStep(StepInterpolatorWithJacobians, boolean)</B></A> -
7378 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepHandlerWithJacobians</A>
7379 <DD>Handle the last accepted step
7380 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html#handleStep(org.apache.commons.math.ode.sampling.StepInterpolator, boolean)"><B>handleStep(StepInterpolator, boolean)</B></A> -
7381 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html" title="class in org.apache.commons.math.ode.sampling">DummyStepHandler</A>
7382 <DD>Handle the last accepted step.
7383 <DT><A HREF="./org/apache/commons/math/ode/sampling/FixedStepHandler.html#handleStep(double, double[], double[], boolean)"><B>handleStep(double, double[], double[], boolean)</B></A> -
7384 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/FixedStepHandler.html" title="interface in org.apache.commons.math.ode.sampling">FixedStepHandler</A>
7385 <DD>Handle the last accepted step
7386 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html#handleStep(org.apache.commons.math.ode.sampling.StepInterpolator, boolean)"><B>handleStep(StepInterpolator, boolean)</B></A> -
7387 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html" title="interface in org.apache.commons.math.ode.sampling">StepHandler</A>
7388 <DD>Handle the last accepted step
7389 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html#handleStep(org.apache.commons.math.ode.sampling.StepInterpolator, boolean)"><B>handleStep(StepInterpolator, boolean)</B></A> -
7390 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html" title="class in org.apache.commons.math.ode.sampling">StepNormalizer</A>
7391 <DD>Handle the last accepted step
7392 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting"><B>HarmonicCoefficientsGuesser</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>This class guesses harmonic coefficients from a sample.<DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html#HarmonicCoefficientsGuesser(org.apache.commons.math.optimization.fitting.WeightedObservedPoint[])"><B>HarmonicCoefficientsGuesser(WeightedObservedPoint[])</B></A> -
7393 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicCoefficientsGuesser.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicCoefficientsGuesser</A>
7394 <DD>Simple constructor.
7395 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html" title="class in org.apache.commons.math.optimization.fitting"><B>HarmonicFitter</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>This class implements a curve fitting specialized for sinusoids.<DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html#HarmonicFitter(org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer)"><B>HarmonicFitter(DifferentiableMultivariateVectorialOptimizer)</B></A> -
7396 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFitter</A>
7397 <DD>Simple constructor.
7398 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html#HarmonicFitter(org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer, double[])"><B>HarmonicFitter(DifferentiableMultivariateVectorialOptimizer, double[])</B></A> -
7399 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFitter.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFitter</A>
7400 <DD>Simple constructor.
7401 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting"><B>HarmonicFunction</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>Harmonic function of the form <code>f (t) = a cos (&omega; t + &phi;)</code>.<DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#HarmonicFunction(double, double, double)"><B>HarmonicFunction(double, double, double)</B></A> -
7402 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
7403 <DD>Simple constructor.
7404 <DT><A HREF="./org/apache/commons/math/distribution/HasDensity.html" title="interface in org.apache.commons.math.distribution"><B>HasDensity</B></A>&lt;<A HREF="./org/apache/commons/math/distribution/HasDensity.html" title="type parameter in HasDensity">P</A>&gt; - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD><B>Deprecated.</B>&nbsp;<I>to be removed in math 3.0</I><DT><A HREF="./org/apache/commons/math/util/MathUtils.html#hash(double)"><B>hash(double)</B></A> -
7405 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7406 <DD>Returns an integer hash code representing the given double value.
7407 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#hash(double[])"><B>hash(double[])</B></A> -
7408 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7409 <DD>Returns an integer hash code representing the given double array.
7410 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#hashCode()"><B>hashCode()</B></A> -
7411 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
7412 <DD>
7413 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#hashCode()"><B>hashCode()</B></A> -
7414 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
7415 <DD>Get a hashCode for the complex number.
7416 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#hashCode()"><B>hashCode()</B></A> -
7417 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
7418 <DD>
7419 Gets a hashCode for the fraction.
7420 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#hashCode()"><B>hashCode()</B></A> -
7421 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
7422 <DD>Gets a hashCode for the fraction.
7423 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#hashCode()"><B>hashCode()</B></A> -
7424 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
7425 <DD>Get a hashCode for the 3D vector.
7426 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#hashCode()"><B>hashCode()</B></A> -
7427 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
7428 <DD>Computes a hashcode for the matrix.
7429 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#hashCode()"><B>hashCode()</B></A> -
7430 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
7431 <DD>Computes a hashcode for the matrix.
7432 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#hashCode()"><B>hashCode()</B></A> -
7433 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
7434 <DD>Get a hashCode for the real vector.
7435 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#hashCode()"><B>hashCode()</B></A> -
7436 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
7437 <DD>Get a hashCode for the real vector.
7438 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#hashCode()"><B>hashCode()</B></A> -
7439 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
7440 <DD><B>Deprecated.</B>&nbsp;Computes a hashcode for the matrix.
7441 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#hashCode()"><B>hashCode()</B></A> -
7442 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
7443 <DD>
7444 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#hashCode()"><B>hashCode()</B></A> -
7445 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
7446 <DD>
7447 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#hashCode()"><B>hashCode()</B></A> -
7448 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
7449 <DD>
7450 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#hashCode()"><B>hashCode()</B></A> -
7451 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
7452 <DD>
7453 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#hashCode()"><B>hashCode()</B></A> -
7454 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
7455 <DD>
7456 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#hashCode()"><B>hashCode()</B></A> -
7457 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
7458 <DD>Returns hash code based on getResult() and getN()
7459 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#hashCode()"><B>hashCode()</B></A> -
7460 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
7461 <DD>
7462 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#hashCode()"><B>hashCode()</B></A> -
7463 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
7464 <DD>
7465 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#hashCode()"><B>hashCode()</B></A> -
7466 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
7467 <DD>Returns hash code based on values of statistics
7468 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#hashCode()"><B>hashCode()</B></A> -
7469 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
7470 <DD>Returns hash code based on values of statistics
7471 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#hashCode()"><B>hashCode()</B></A> -
7472 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
7473 <DD>Returns hash code based on values of statistics
7474 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#hashCode()"><B>hashCode()</B></A> -
7475 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
7476 <DD>Returns hash code based on values of statistics
7477 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#hashCode()"><B>hashCode()</B></A> -
7478 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
7479 <DD>Returns hash code based on values of statistics
7480 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#hashCode()"><B>hashCode()</B></A> -
7481 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
7482 <DD>
7483 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#hashCode()"><B>hashCode()</B></A> -
7484 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
7485 <DD>
7486 <DT><A HREF="./org/apache/commons/math/util/DefaultTransformer.html#hashCode()"><B>hashCode()</B></A> -
7487 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DefaultTransformer.html" title="class in org.apache.commons.math.util">DefaultTransformer</A>
7488 <DD>
7489 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#hashCode()"><B>hashCode()</B></A> -
7490 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
7491 <DD>Returns a hash code consistent with equals.
7492 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#hashCode()"><B>hashCode()</B></A> -
7493 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
7494 <DD>
7495 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html#hasNext()"><B>hasNext()</B></A> -
7496 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear">AbstractRealVector.SparseEntryIterator</A>
7497 <DD>
7498 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html#hasNext()"><B>hasNext()</B></A> -
7499 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapSparseIterator</A>
7500 <DD>
7501 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html#hasNext()"><B>hasNext()</B></A> -
7502 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap.Iterator</A>
7503 <DD>Check if there is a next element in the map.
7504 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html#hasNext()"><B>hasNext()</B></A> -
7505 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap.Iterator</A>
7506 <DD>Check if there is a next element in the map.
7507 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>HighamHall54Integrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the 5(4) Higham and Hall integrator for
7508 Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html#HighamHall54Integrator(double, double, double, double)"><B>HighamHall54Integrator(double, double, double, double)</B></A> -
7509 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">HighamHall54Integrator</A>
7510 <DD>Simple constructor.
7511 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html#HighamHall54Integrator(double, double, double[], double[])"><B>HighamHall54Integrator(double, double, double[], double[])</B></A> -
7512 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/HighamHall54Integrator.html" title="class in org.apache.commons.math.ode.nonstiff">HighamHall54Integrator</A>
7513 <DD>Simple constructor.
7514 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#homoscedasticT(double[], double[])"><B>homoscedasticT(double[], double[])</B></A> -
7515 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7516 <DD>&nbsp;
7517 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#homoscedasticT(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticT(StatisticalSummary, StatisticalSummary)</B></A> -
7518 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7519 <DD>&nbsp;
7520 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#homoscedasticT(double[], double[])"><B>homoscedasticT(double[], double[])</B></A> -
7521 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
7522 <DD>Computes a 2-sample t statistic, under the hypothesis of equal
7523 subpopulation variances.
7524 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#homoscedasticT(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticT(StatisticalSummary, StatisticalSummary)</B></A> -
7525 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
7526 <DD>Computes a 2-sample t statistic, comparing the means of the datasets
7527 described by two <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A> instances, under the
7528 assumption of equal subpopulation variances.
7529 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticT(double[], double[])"><B>homoscedasticT(double[], double[])</B></A> -
7530 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7531 <DD>Computes a 2-sample t statistic, under the hypothesis of equal
7532 subpopulation variances.
7533 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticT(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticT(StatisticalSummary, StatisticalSummary)</B></A> -
7534 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7535 <DD>Computes a 2-sample t statistic, comparing the means of the datasets
7536 described by two <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A> instances, under the
7537 assumption of equal subpopulation variances.
7538 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticT(double, double, double, double, double, double)"><B>homoscedasticT(double, double, double, double, double, double)</B></A> -
7539 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7540 <DD>Computes t test statistic for 2-sample t-test under the hypothesis
7541 of equal subpopulation variances.
7542 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#homoscedasticTTest(double[], double[], double)"><B>homoscedasticTTest(double[], double[], double)</B></A> -
7543 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7544 <DD>&nbsp;
7545 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#homoscedasticTTest(double[], double[])"><B>homoscedasticTTest(double[], double[])</B></A> -
7546 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7547 <DD>&nbsp;
7548 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#homoscedasticTTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticTTest(StatisticalSummary, StatisticalSummary)</B></A> -
7549 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
7550 <DD>&nbsp;
7551 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#homoscedasticTTest(double[], double[])"><B>homoscedasticTTest(double[], double[])</B></A> -
7552 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
7553 <DD>Returns the <i>observed significance level</i>, or
7554 <i>p-value</i>, associated with a two-sample, two-tailed t-test
7555 comparing the means of the input arrays, under the assumption that
7556 the two samples are drawn from subpopulations with equal variances.
7557 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#homoscedasticTTest(double[], double[], double)"><B>homoscedasticTTest(double[], double[], double)</B></A> -
7558 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
7559 <DD>Performs a
7560 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
7561 two-sided t-test</a> evaluating the null hypothesis that <code>sample1</code>
7562 and <code>sample2</code> are drawn from populations with the same mean,
7563 with significance level <code>alpha</code>, assuming that the
7564 subpopulation variances are equal.
7565 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#homoscedasticTTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticTTest(StatisticalSummary, StatisticalSummary)</B></A> -
7566 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
7567 <DD>Returns the <i>observed significance level</i>, or
7568 <i>p-value</i>, associated with a two-sample, two-tailed t-test
7569 comparing the means of the datasets described by two StatisticalSummary
7570 instances, under the hypothesis of equal subpopulation variances.
7571 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticTTest(double[], double[])"><B>homoscedasticTTest(double[], double[])</B></A> -
7572 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7573 <DD>Returns the <i>observed significance level</i>, or
7574 <i>p-value</i>, associated with a two-sample, two-tailed t-test
7575 comparing the means of the input arrays, under the assumption that
7576 the two samples are drawn from subpopulations with equal variances.
7577 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticTTest(double[], double[], double)"><B>homoscedasticTTest(double[], double[], double)</B></A> -
7578 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7579 <DD>Performs a
7580 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
7581 two-sided t-test</a> evaluating the null hypothesis that <code>sample1</code>
7582 and <code>sample2</code> are drawn from populations with the same mean,
7583 with significance level <code>alpha</code>, assuming that the
7584 subpopulation variances are equal.
7585 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticTTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>homoscedasticTTest(StatisticalSummary, StatisticalSummary)</B></A> -
7586 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7587 <DD>Returns the <i>observed significance level</i>, or
7588 <i>p-value</i>, associated with a two-sample, two-tailed t-test
7589 comparing the means of the datasets described by two StatisticalSummary
7590 instances, under the hypothesis of equal subpopulation variances.
7591 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#homoscedasticTTest(double, double, double, double, double, double)"><B>homoscedasticTTest(double, double, double, double, double, double)</B></A> -
7592 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
7593 <DD>Computes p-value for 2-sided, 2-sample t-test, under the assumption
7594 of equal subpopulation variances.
7595 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution"><B>HypergeometricDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Hypergeometric Distribution.<DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>HypergeometricDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>HypergeometricDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#HypergeometricDistributionImpl(int, int, int)"><B>HypergeometricDistributionImpl(int, int, int)</B></A> -
7596 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
7597 <DD>Construct a new hypergeometric distribution with the given the population
7598 size, the number of successes in the population, and the sample size.
7599 </DL>
7600 <HR>
7601 <A NAME="_I_"><!-- --></A><H2>
7602 <B>I</B></H2>
7603 <DL>
7604 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#I"><B>I</B></A> -
7605 Static variable in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
7606 <DD>The square root of -1.
7607 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#IDENTITY"><B>IDENTITY</B></A> -
7608 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
7609 <DD>The identity function.
7610 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#IDENTITY"><B>IDENTITY</B></A> -
7611 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
7612 <DD>Identity rotation.
7613 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#identityPermutation(int)"><B>identityPermutation(int)</B></A> -
7614 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
7615 <DD>Generates a representation corresponding to an identity permutation of
7616 length l which can be passed to the RandomKey constructor.
7617 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#incMoment"><B>incMoment</B></A> -
7618 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
7619 <DD>Determines whether or not this statistic can be incremented or cleared.
7620 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#incMoment"><B>incMoment</B></A> -
7621 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
7622 <DD>Determines whether or not this statistic can be incremented or cleared.
7623 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#incMoment"><B>incMoment</B></A> -
7624 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
7625 <DD>Determines whether or not this statistic can be incremented or cleared.
7626 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#incMoment"><B>incMoment</B></A> -
7627 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
7628 <DD>Boolean test to determine if this Variance should also increment
7629 the second moment, this evaluates to false when this Variance is
7630 constructed with an external SecondMoment as a parameter.
7631 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#increment(double)"><B>increment(double)</B></A> -
7632 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
7633 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7634 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#increment(double)"><B>increment(double)</B></A> -
7635 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
7636 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7637 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#increment(double)"><B>increment(double)</B></A> -
7638 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
7639 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7640 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#increment(double)"><B>increment(double)</B></A> -
7641 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
7642 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7643 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#increment(double)"><B>increment(double)</B></A> -
7644 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
7645 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7646 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#increment(double)"><B>increment(double)</B></A> -
7647 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
7648 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7649 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#increment(double)"><B>increment(double)</B></A> -
7650 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
7651 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7652 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#increment(double)"><B>increment(double)</B></A> -
7653 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
7654 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7655 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#increment(double)"><B>increment(double)</B></A> -
7656 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
7657 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7658 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#increment(double)"><B>increment(double)</B></A> -
7659 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
7660 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7661 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#increment(double)"><B>increment(double)</B></A> -
7662 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
7663 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7664 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#increment(double[])"><B>increment(double[])</B></A> -
7665 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
7666 <DD>Add a new vector to the sample.
7667 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#increment(double[])"><B>increment(double[])</B></A> -
7668 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
7669 <DD>Add a new vector to the sample.
7670 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#increment(double)"><B>increment(double)</B></A> -
7671 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
7672 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7673 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#increment(double)"><B>increment(double)</B></A> -
7674 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
7675 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7676 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#increment(double)"><B>increment(double)</B></A> -
7677 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
7678 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7679 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#increment(double)"><B>increment(double)</B></A> -
7680 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
7681 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7682 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#increment(double)"><B>increment(double)</B></A> -
7683 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
7684 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7685 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#increment(double)"><B>increment(double)</B></A> -
7686 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
7687 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7688 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#increment(double)"><B>increment(double)</B></A> -
7689 Method in class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
7690 <DD>Updates the internal state of the statistic to reflect the addition of the new value.
7691 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#incrementAll(double[])"><B>incrementAll(double[])</B></A> -
7692 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
7693 <DD>This default implementation just calls <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#increment(double)"><CODE>AbstractStorelessUnivariateStatistic.increment(double)</CODE></A> in a loop over
7694 the input array.
7695 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#incrementAll(double[], int, int)"><B>incrementAll(double[], int, int)</B></A> -
7696 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractStorelessUnivariateStatistic</A>
7697 <DD>This default implementation just calls <A HREF="./org/apache/commons/math/stat/descriptive/AbstractStorelessUnivariateStatistic.html#increment(double)"><CODE>AbstractStorelessUnivariateStatistic.increment(double)</CODE></A> in a loop over
7698 the specified portion of the input array.
7699 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#incrementAll(double[])"><B>incrementAll(double[])</B></A> -
7700 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
7701 <DD>Updates the internal state of the statistic to reflect addition of
7702 all values in the values array.
7703 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#incrementAll(double[], int, int)"><B>incrementAll(double[], int, int)</B></A> -
7704 Method in interface org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive">StorelessUnivariateStatistic</A>
7705 <DD>Updates the internal state of the statistic to reflect addition of
7706 the values in the designated portion of the values array.
7707 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#incrementIterationsCounter()"><B>incrementIterationsCounter()</B></A> -
7708 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
7709 <DD>Increment the iterations counter by 1.
7710 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#incrementIterationsCounter()"><B>incrementIterationsCounter()</B></A> -
7711 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
7712 <DD>Increment the iterations counter by 1.
7713 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#incrementIterationsCounter()"><B>incrementIterationsCounter()</B></A> -
7714 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
7715 <DD>Increment the iterations counter by 1.
7716 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#incrementIterationsCounter()"><B>incrementIterationsCounter()</B></A> -
7717 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
7718 <DD>Increment the iterations counter by 1.
7719 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#incrementJacobianEvaluationsCounter()"><B>incrementJacobianEvaluationsCounter()</B></A> -
7720 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
7721 <DD><B>Deprecated.</B>&nbsp;Increment the jacobian evaluations counter.
7722 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(byte)"><B>indicator(byte)</B></A> -
7723 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7724 <DD>For a byte value x, this method returns (byte)(+1) if x >= 0 and
7725 (byte)(-1) if x < 0.
7726 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(double)"><B>indicator(double)</B></A> -
7727 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7728 <DD>For a double precision value x, this method returns +1.0 if x >= 0 and
7729 -1.0 if x < 0.
7730 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(float)"><B>indicator(float)</B></A> -
7731 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7732 <DD>For a float value x, this method returns +1.0F if x >= 0 and -1.0F if x <
7733 0.
7734 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(int)"><B>indicator(int)</B></A> -
7735 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7736 <DD>For an int value x, this method returns +1 if x >= 0 and -1 if x < 0.
7737 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(long)"><B>indicator(long)</B></A> -
7738 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7739 <DD>For a long value x, this method returns +1L if x >= 0 and -1L if x < 0.
7740 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#indicator(short)"><B>indicator(short)</B></A> -
7741 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
7742 <DD>For a short value x, this method returns (short)(+1) if x >= 0 and
7743 (short)(-1) if x < 0.
7744 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#inducedPermutation(java.util.List, java.util.List)"><B>inducedPermutation(List&lt;S&gt;, List&lt;S&gt;)</B></A> -
7745 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
7746 <DD>Generates a representation of a permutation corresponding to a
7747 permutation which yields <code>permutedData</code> when applied to
7748 <code>originalData</code>.
7749 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#INF"><B>INF</B></A> -
7750 Static variable in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
7751 <DD>A complex number representing "+INF + INFi"
7752 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#INFINITE_WINDOW"><B>INFINITE_WINDOW</B></A> -
7753 Static variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
7754 <DD>Represents an infinite window size.
7755 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#initialCapacity"><B>initialCapacity</B></A> -
7756 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
7757 <DD>The initial capacity of the array.
7758 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#initializeEstimate(org.apache.commons.math.estimation.EstimationProblem)"><B>initializeEstimate(EstimationProblem)</B></A> -
7759 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
7760 <DD><B>Deprecated.</B>&nbsp;Initialization of the common parts of the estimation.
7761 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#initializeHighOrderDerivatives(double[], double[][])"><B>initializeHighOrderDerivatives(double[], double[][])</B></A> -
7762 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
7763 <DD>Initialize the high order scaled derivatives at step start.
7764 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.NordsieckTransformer.html#initializeHighOrderDerivatives(double[], double[][])"><B>initializeHighOrderDerivatives(double[], double[][])</B></A> -
7765 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.NordsieckTransformer.html" title="interface in org.apache.commons.math.ode">MultistepIntegrator.NordsieckTransformer</A>
7766 <DD>Initialize the high order scaled derivatives at step start.
7767 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#initializeHighOrderDerivatives(double[], double[][])"><B>initializeHighOrderDerivatives(double[], double[][])</B></A> -
7768 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
7769 <DD>Initialize the high order scaled derivatives at step start.
7770 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html#initializeHighOrderDerivatives(double[], double[][])"><B>initializeHighOrderDerivatives(double[], double[][])</B></A> -
7771 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsNordsieckTransformer</A>
7772 <DD>Initialize the high order scaled derivatives at step start.
7773 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#initializeStep(org.apache.commons.math.ode.FirstOrderDifferentialEquations, boolean, int, double[], double, double[], double[], double[], double[])"><B>initializeStep(FirstOrderDifferentialEquations, boolean, int, double[], double, double[], double[], double[], double[])</B></A> -
7774 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
7775 <DD>Initialize the integration step.
7776 <DT><A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html" title="interface in org.apache.commons.math.distribution"><B>IntegerDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Interface for discrete distributions of integer-valued random variables.<DT><A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html#integrate(double, double)"><B>integrate(double, double)</B></A> -
7777 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html" title="class in org.apache.commons.math.analysis.integration">LegendreGaussIntegrator</A>
7778 <DD><B>Deprecated.</B>&nbsp;
7779 <DT><A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>integrate(UnivariateRealFunction, double, double)</B></A> -
7780 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html" title="class in org.apache.commons.math.analysis.integration">LegendreGaussIntegrator</A>
7781 <DD>Integrate the function in the given interval.
7782 <DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#integrate(double, double)"><B>integrate(double, double)</B></A> -
7783 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration">RombergIntegrator</A>
7784 <DD><B>Deprecated.</B>&nbsp;
7785 <DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>integrate(UnivariateRealFunction, double, double)</B></A> -
7786 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration">RombergIntegrator</A>
7787 <DD>Integrate the function in the given interval.
7788 <DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#integrate(double, double)"><B>integrate(double, double)</B></A> -
7789 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration">SimpsonIntegrator</A>
7790 <DD><B>Deprecated.</B>&nbsp;
7791 <DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>integrate(UnivariateRealFunction, double, double)</B></A> -
7792 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration">SimpsonIntegrator</A>
7793 <DD>Integrate the function in the given interval.
7794 <DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#integrate(double, double)"><B>integrate(double, double)</B></A> -
7795 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration">TrapezoidIntegrator</A>
7796 <DD><B>Deprecated.</B>&nbsp;
7797 <DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>integrate(UnivariateRealFunction, double, double)</B></A> -
7798 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration">TrapezoidIntegrator</A>
7799 <DD>Integrate the function in the given interval.
7800 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(double, double)"><B>integrate(double, double)</B></A> -
7801 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
7802 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>
7803 since 2.0</I>
7804 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>integrate(UnivariateRealFunction, double, double)</B></A> -
7805 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
7806 <DD>Integrate the function in the given interval.
7807 <DT><A HREF="./org/apache/commons/math/ode/FirstOrderIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7808 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/FirstOrderIntegrator.html" title="interface in org.apache.commons.math.ode">FirstOrderIntegrator</A>
7809 <DD>Integrate the differential equations up to the given time.
7810 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#integrate(double, double[], double[][], double, double[], double[][], double[][])"><B>integrate(double, double[], double[][], double, double[], double[][], double[][])</B></A> -
7811 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
7812 <DD>Integrate the differential equations and the variational equations up to the given time.
7813 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7814 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsBashforthIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsBashforthIntegrator</A>
7815 <DD>Integrate the differential equations up to the given time.
7816 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7817 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
7818 <DD>Integrate the differential equations up to the given time.
7819 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7820 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsMoultonIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsMoultonIntegrator</A>
7821 <DD>Integrate the differential equations up to the given time.
7822 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7823 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
7824 <DD>Integrate the differential equations up to the given time.
7825 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7826 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
7827 <DD>Integrate the differential equations up to the given time.
7828 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7829 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
7830 <DD>Integrate the differential equations up to the given time.
7831 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.html#integrate(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>integrate(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
7832 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">RungeKuttaIntegrator</A>
7833 <DD>Integrate the differential equations up to the given time.
7834 <DT><A HREF="./org/apache/commons/math/ode/SecondOrderIntegrator.html#integrate(org.apache.commons.math.ode.SecondOrderDifferentialEquations, double, double[], double[], double, double[], double[])"><B>integrate(SecondOrderDifferentialEquations, double, double[], double[], double, double[], double[])</B></A> -
7835 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/SecondOrderIntegrator.html" title="interface in org.apache.commons.math.ode">SecondOrderIntegrator</A>
7836 <DD>Integrate the differential equations up to the given time
7837 <DT><A HREF="./org/apache/commons/math/ode/IntegratorException.html" title="class in org.apache.commons.math.ode"><B>IntegratorException</B></A> - Exception in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This exception is made available to users to report
7838 the error conditions that are triggered during integration<DT><A HREF="./org/apache/commons/math/ode/IntegratorException.html#IntegratorException(java.lang.String, java.lang.Object...)"><B>IntegratorException(String, Object...)</B></A> -
7839 Constructor for exception org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/IntegratorException.html" title="class in org.apache.commons.math.ode">IntegratorException</A>
7840 <DD>Simple constructor.
7841 <DT><A HREF="./org/apache/commons/math/ode/IntegratorException.html#IntegratorException(java.lang.Throwable)"><B>IntegratorException(Throwable)</B></A> -
7842 Constructor for exception org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/IntegratorException.html" title="class in org.apache.commons.math.ode">IntegratorException</A>
7843 <DD>Create an exception with a given root cause.
7844 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#internalArray"><B>internalArray</B></A> -
7845 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
7846 <DD>The internal storage array.
7847 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/BivariateRealGridInterpolator.html#interpolate(double[], double[], double[][])"><B>interpolate(double[], double[], double[][])</B></A> -
7848 Method in interface org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/BivariateRealGridInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation">BivariateRealGridInterpolator</A>
7849 <DD>Computes an interpolating function for the data set.
7850 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html#interpolate(double[], double[])"><B>interpolate(double[], double[])</B></A> -
7851 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/DividedDifferenceInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">DividedDifferenceInterpolator</A>
7852 <DD>Computes an interpolating function for the data set.
7853 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#interpolate(double[], double[])"><B>interpolate(double[], double[])</B></A> -
7854 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
7855 <DD>Compute an interpolating function by performing a loess fit
7856 on the data at the original abscissae and then building a cubic spline
7857 with a
7858 <A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><CODE>SplineInterpolator</CODE></A>
7859 on the resulting fit.
7860 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#interpolate(double[][], double[])"><B>interpolate(double[][], double[])</B></A> -
7861 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
7862 <DD>Computes an interpolating function for the data set.
7863 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MultivariateRealInterpolator.html#interpolate(double[][], double[])"><B>interpolate(double[][], double[])</B></A> -
7864 Method in interface org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MultivariateRealInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation">MultivariateRealInterpolator</A>
7865 <DD>Computes an interpolating function for the data set.
7866 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/NevilleInterpolator.html#interpolate(double[], double[])"><B>interpolate(double[], double[])</B></A> -
7867 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/NevilleInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">NevilleInterpolator</A>
7868 <DD>Computes an interpolating function for the data set.
7869 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.html#interpolate(double[], double[], double[][])"><B>interpolate(double[], double[], double[][])</B></A> -
7870 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">SmoothingBicubicSplineInterpolator</A>
7871 <DD>Computes an interpolating function for the data set.
7872 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html#interpolate(double[], double[])"><B>interpolate(double[], double[])</B></A> -
7873 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">SplineInterpolator</A>
7874 <DD>Computes an interpolating function for the data set.
7875 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/UnivariateRealInterpolator.html#interpolate(double[], double[])"><B>interpolate(double[], double[])</B></A> -
7876 Method in interface org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/UnivariateRealInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation">UnivariateRealInterpolator</A>
7877 <DD>Computes an interpolating function for the data set.
7878 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#interpolatedDerivatives"><B>interpolatedDerivatives</B></A> -
7879 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
7880 <DD>interpolated derivatives
7881 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#interpolatedState"><B>interpolatedState</B></A> -
7882 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
7883 <DD>interpolated state
7884 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#interpolatedTime"><B>interpolatedTime</B></A> -
7885 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
7886 <DD>interpolated time
7887 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#intValue()"><B>intValue()</B></A> -
7888 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
7889 <DD>
7890 Gets the fraction as an <tt>int</tt>.
7891 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#intValue()"><B>intValue()</B></A> -
7892 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
7893 <DD>Gets the fraction as an <tt>int</tt>.
7894 <DT><A HREF="./org/apache/commons/math/linear/InvalidMatrixException.html" title="class in org.apache.commons.math.linear"><B>InvalidMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Thrown when a system attempts an operation on a matrix, and
7895 that matrix does not satisfy the preconditions for the
7896 aforementioned operation.<DT><A HREF="./org/apache/commons/math/linear/InvalidMatrixException.html#InvalidMatrixException(java.lang.String, java.lang.Object...)"><B>InvalidMatrixException(String, Object...)</B></A> -
7897 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/InvalidMatrixException.html" title="class in org.apache.commons.math.linear">InvalidMatrixException</A>
7898 <DD>Construct an exception with the given message.
7899 <DT><A HREF="./org/apache/commons/math/linear/InvalidMatrixException.html#InvalidMatrixException(java.lang.Throwable)"><B>InvalidMatrixException(Throwable)</B></A> -
7900 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/InvalidMatrixException.html" title="class in org.apache.commons.math.linear">InvalidMatrixException</A>
7901 <DD>Construct an exception with the given message.
7902 <DT><A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html" title="class in org.apache.commons.math.genetics"><B>InvalidRepresentationException</B></A> - Exception in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Exception indicating that the representation of a chromosome is not valid.<DT><A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html#InvalidRepresentationException()"><B>InvalidRepresentationException()</B></A> -
7903 Constructor for exception org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html" title="class in org.apache.commons.math.genetics">InvalidRepresentationException</A>
7904 <DD>Constructor
7905 <DT><A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html#InvalidRepresentationException(java.lang.String)"><B>InvalidRepresentationException(String)</B></A> -
7906 Constructor for exception org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html" title="class in org.apache.commons.math.genetics">InvalidRepresentationException</A>
7907 <DD>Construct an InvalidRepresentationException
7908 <DT><A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html#InvalidRepresentationException(java.lang.Throwable)"><B>InvalidRepresentationException(Throwable)</B></A> -
7909 Constructor for exception org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html" title="class in org.apache.commons.math.genetics">InvalidRepresentationException</A>
7910 <DD>Construct an InvalidRepresentationException
7911 <DT><A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html#InvalidRepresentationException(java.lang.String, java.lang.Throwable)"><B>InvalidRepresentationException(String, Throwable)</B></A> -
7912 Constructor for exception org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/InvalidRepresentationException.html" title="class in org.apache.commons.math.genetics">InvalidRepresentationException</A>
7913 <DD>Construct an InvalidRepresentationException
7914 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#inverse()"><B>inverse()</B></A> -
7915 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
7916 <DD><B>Deprecated.</B>&nbsp;
7917 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#inverse()"><B>inverse()</B></A> -
7918 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
7919 <DD><B>Deprecated.</B>&nbsp;Returns the inverse of this matrix.
7920 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#inverse()"><B>inverse()</B></A> -
7921 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
7922 <DD><B>Deprecated.</B>&nbsp;Returns the inverse matrix if this matrix is invertible.
7923 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#inverse()"><B>inverse()</B></A> -
7924 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
7925 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by <code>
7926 <A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getSolver()"><CODE>getSolver()</CODE></A>.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#getInverse()"><CODE>getInverse()</CODE></A></code></I>
7927 <DT><A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7928 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractContinuousDistribution.html" title="class in org.apache.commons.math.distribution">AbstractContinuousDistribution</A>
7929 <DD>For this distribution, X, this method returns the critical point x, such
7930 that P(X &lt; x) = <code>p</code>.
7931 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7932 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
7933 <DD>For a random variable X whose values are distributed according
7934 to this distribution, this method returns the largest x, such
7935 that P(X &le; x) &le; <code>p</code>.
7936 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7937 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
7938 <DD>For this distribution, X, this method returns the critical point x, such
7939 that P(X &lt; x) = <code>p</code>.
7940 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7941 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
7942 <DD>For this distribution, X, this method returns the largest x, such that
7943 P(X &le; x) &le; <code>p</code>.
7944 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7945 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
7946 <DD>For this distribution, X, this method returns the critical point x, such
7947 that P(X &lt; x) = <code>p</code>.
7948 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7949 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
7950 <DD>For this distribution, X, this method returns the critical point x, such
7951 that P(X &lt; x) = <code>p</code>.
7952 <DT><A HREF="./org/apache/commons/math/distribution/ContinuousDistribution.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7953 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ContinuousDistribution.html" title="interface in org.apache.commons.math.distribution">ContinuousDistribution</A>
7954 <DD>For this distribution, X, this method returns x such that P(X &lt; x) = p.
7955 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7956 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
7957 <DD>For this distribution, X, this method returns the critical point x, such
7958 that P(X &lt; x) = <code>p</code>.
7959 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7960 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
7961 <DD>For this distribution, X, this method returns the critical point x, such
7962 that P(X &lt; x) = <code>p</code>.
7963 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7964 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
7965 <DD>For this distribution, X, this method returns the critical point x, such
7966 that P(X &lt; x) = <code>p</code>.
7967 <DT><A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7968 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html" title="interface in org.apache.commons.math.distribution">IntegerDistribution</A>
7969 <DD>For this distribution, X, this method returns the largest x such that
7970 P(X &le; x) <= p.
7971 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7972 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
7973 <DD>For this distribution, X, this method returns the critical point x, such
7974 that P(X &lt; x) = <code>p</code>.
7975 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7976 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
7977 <DD>For this distribution, X, this method returns the largest x, such that
7978 P(X &le; x) &le; <code>p</code>.
7979 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7980 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
7981 <DD>For this distribution, X, this method returns the critical point x, such
7982 that P(X &lt; x) = <code>p</code>.
7983 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#inverseCumulativeProbability(double)"><B>inverseCumulativeProbability(double)</B></A> -
7984 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
7985 <DD>For this distribution, X, this method returns the critical point x, such
7986 that P(X &lt; x) = <code>p</code>.
7987 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#inversetransform(double[])"><B>inversetransform(double[])</B></A> -
7988 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
7989 <DD>Inversely transform the given real data set.
7990 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#inversetransform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform(UnivariateRealFunction, double, double, int)</B></A> -
7991 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
7992 <DD>Inversely transform the given real function, sampled on the given interval.
7993 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform(double[])"><B>inversetransform(double[])</B></A> -
7994 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
7995 <DD>Inversely transform the given real data set.
7996 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform(UnivariateRealFunction, double, double, int)</B></A> -
7997 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
7998 <DD>Inversely transform the given real function, sampled on the given interval.
7999 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform(org.apache.commons.math.complex.Complex[])"><B>inversetransform(Complex[])</B></A> -
8000 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
8001 <DD>Inversely transform the given complex data set.
8002 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#inversetransform(double[])"><B>inversetransform(double[])</B></A> -
8003 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
8004 <DD>Inversely transform the given real data set.
8005 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#inversetransform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform(UnivariateRealFunction, double, double, int)</B></A> -
8006 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
8007 <DD>Inversely transform the given real function, sampled on the given interval.
8008 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#inversetransform(double[])"><B>inversetransform(double[])</B></A> -
8009 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
8010 <DD>Inversely transform the given real data set.
8011 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#inversetransform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform(UnivariateRealFunction, double, double, int)</B></A> -
8012 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
8013 <DD>Inversely transform the given real function, sampled on the given interval.
8014 <DT><A HREF="./org/apache/commons/math/transform/RealTransformer.html#inversetransform(double[])"><B>inversetransform(double[])</B></A> -
8015 Method in interface org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/RealTransformer.html" title="interface in org.apache.commons.math.transform">RealTransformer</A>
8016 <DD>Inversely transform the given real data set.
8017 <DT><A HREF="./org/apache/commons/math/transform/RealTransformer.html#inversetransform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform(UnivariateRealFunction, double, double, int)</B></A> -
8018 Method in interface org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/RealTransformer.html" title="interface in org.apache.commons.math.transform">RealTransformer</A>
8019 <DD>Inversely transform the given real function, sampled on the given interval.
8020 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#inversetransform2(double[])"><B>inversetransform2(double[])</B></A> -
8021 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
8022 <DD>Inversely transform the given real data set.
8023 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#inversetransform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform2(UnivariateRealFunction, double, double, int)</B></A> -
8024 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
8025 <DD>Inversely transform the given real function, sampled on the given interval.
8026 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform2(double[])"><B>inversetransform2(double[])</B></A> -
8027 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
8028 <DD>Inversely transform the given real data set.
8029 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform2(UnivariateRealFunction, double, double, int)</B></A> -
8030 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
8031 <DD>Inversely transform the given real function, sampled on the given interval.
8032 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#inversetransform2(org.apache.commons.math.complex.Complex[])"><B>inversetransform2(Complex[])</B></A> -
8033 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
8034 <DD>Inversely transform the given complex data set.
8035 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#inversetransform2(double[])"><B>inversetransform2(double[])</B></A> -
8036 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
8037 <DD>Inversely transform the given real data set.
8038 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#inversetransform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>inversetransform2(UnivariateRealFunction, double, double, int)</B></A> -
8039 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
8040 <DD>Inversely transform the given real function, sampled on the given interval.
8041 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#INVERT"><B>INVERT</B></A> -
8042 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
8043 <DD>The invert operator wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
8044 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#isBiasCorrected()"><B>isBiasCorrected()</B></A> -
8045 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
8046 <DD>Returns true iff biasCorrected property is set to true.
8047 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#isBiasCorrected()"><B>isBiasCorrected()</B></A> -
8048 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
8049 <DD>&nbsp;
8050 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#isBiasCorrected()"><B>isBiasCorrected()</B></A> -
8051 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
8052 <DD>&nbsp;
8053 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#isBound()"><B>isBound()</B></A> -
8054 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
8055 <DD><B>Deprecated.</B>&nbsp;Check if the parameter is bound
8056 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#isBracketing(double, double, org.apache.commons.math.analysis.UnivariateRealFunction)"><B>isBracketing(double, double, UnivariateRealFunction)</B></A> -
8057 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
8058 <DD>Returns true iff the function takes opposite signs at the endpoints.
8059 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#isDefaultValue(double)"><B>isDefaultValue(double)</B></A> -
8060 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
8061 <DD>Determine if this value is within epsilon of zero.
8062 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#isEmpty()"><B>isEmpty()</B></A> -
8063 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
8064 <DD>Check if the manager does not manage any event handlers.
8065 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#isForward()"><B>isForward()</B></A> -
8066 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
8067 <DD>Check if the natural integration direction is forward.
8068 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#isForward()"><B>isForward()</B></A> -
8069 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
8070 <DD>Check if the natural integration direction is forward.
8071 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#isForward()"><B>isForward()</B></A> -
8072 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
8073 <DD>Check if the natural integration direction is forward.
8074 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#isIgnored()"><B>isIgnored()</B></A> -
8075 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
8076 <DD><B>Deprecated.</B>&nbsp;Check if this measurement should be ignored
8077 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#isInfinite()"><B>isInfinite()</B></A> -
8078 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
8079 <DD>Returns true if either the real or imaginary part of this complex number
8080 takes an infinite value (either <code>Double.POSITIVE_INFINITY</code> or
8081 <code>Double.NEGATIVE_INFINITY</code>) and neither part
8082 is <code>NaN</code>.
8083 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#isInfinite()"><B>isInfinite()</B></A> -
8084 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
8085 <DD>Returns true if any coordinate of this vector is infinite and none are NaN;
8086 false otherwise
8087 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#isInfinite()"><B>isInfinite()</B></A> -
8088 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8089 <DD>Returns true if any coordinate of this vector is infinite and none are NaN;
8090 false otherwise
8091 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#isInfinite()"><B>isInfinite()</B></A> -
8092 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
8093 <DD>Returns true if any coordinate of this vector is infinite and none are NaN;
8094 false otherwise
8095 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#isInfinite()"><B>isInfinite()</B></A> -
8096 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8097 <DD>Returns true if any coordinate of this vector is infinite and none are NaN;
8098 false otherwise
8099 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#isLoaded()"><B>isLoaded()</B></A> -
8100 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
8101 <DD>Property indicating whether or not the distribution has been loaded.
8102 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#isLoaded()"><B>isLoaded()</B></A> -
8103 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
8104 <DD>Property indicating whether or not the distribution has been loaded.
8105 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#isNaN()"><B>isNaN()</B></A> -
8106 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
8107 <DD>Returns true if either or both parts of this complex number is NaN;
8108 false otherwise
8109 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#isNaN()"><B>isNaN()</B></A> -
8110 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
8111 <DD>Returns true if any coordinate of this vector is NaN; false otherwise
8112 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#isNaN()"><B>isNaN()</B></A> -
8113 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8114 <DD>Returns true if any coordinate of this vector is NaN; false otherwise
8115 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#isNaN()"><B>isNaN()</B></A> -
8116 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
8117 <DD>Returns true if any coordinate of this vector is NaN; false otherwise
8118 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#isNaN()"><B>isNaN()</B></A> -
8119 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8120 <DD>Returns true if any coordinate of this vector is NaN; false otherwise
8121 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#isNonSingular()"><B>isNonSingular()</B></A> -
8122 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A>
8123 <DD>Check if the decomposed matrix is non-singular.
8124 <DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html#isNonSingular()"><B>isNonSingular()</B></A> -
8125 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear">FieldDecompositionSolver</A>
8126 <DD>Check if the decomposed matrix is non-singular.
8127 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#isPowerOf2(long)"><B>isPowerOf2(long)</B></A> -
8128 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
8129 <DD>Returns true if the argument is power of 2.
8130 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#isRootOK(double, double, org.apache.commons.math.complex.Complex)"><B>isRootOK(double, double, Complex)</B></A> -
8131 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
8132 <DD>Returns true iff the given complex root is actually a real zero
8133 in the given interval, within the solver tolerance level.
8134 <DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html#isSame(org.apache.commons.math.genetics.Chromosome)"><B>isSame(Chromosome)</B></A> -
8135 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics">BinaryChromosome</A>
8136 <DD>Returns <code>true<code> iff <code>another</code> has the same
8137 representation and therefore the same fitness.
8138 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#isSame(org.apache.commons.math.genetics.Chromosome)"><B>isSame(Chromosome)</B></A> -
8139 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
8140 <DD>Returns <code>true<code> iff <code>another</code> has the same
8141 representation and therefore the same fitness.
8142 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#isSame(org.apache.commons.math.genetics.Chromosome)"><B>isSame(Chromosome)</B></A> -
8143 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
8144 <DD>Returns <code>true</code> iff <code>another</code> is a RandomKey and
8145 encodes the same permutation.
8146 <DT><A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html#isSatisfied(org.apache.commons.math.genetics.Population)"><B>isSatisfied(Population)</B></A> -
8147 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/FixedGenerationCount.html" title="class in org.apache.commons.math.genetics">FixedGenerationCount</A>
8148 <DD>Determine whether or not the given number of generations have passed.
8149 <DT><A HREF="./org/apache/commons/math/genetics/StoppingCondition.html#isSatisfied(org.apache.commons.math.genetics.Population)"><B>isSatisfied(Population)</B></A> -
8150 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/StoppingCondition.html" title="interface in org.apache.commons.math.genetics">StoppingCondition</A>
8151 <DD>Determine whether or not the given population satisfies the stopping
8152 condition.
8153 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#isSequence(double, double, double)"><B>isSequence(double, double, double)</B></A> -
8154 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
8155 <DD>Returns true if the arguments form a (strictly) increasing sequence
8156 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#isSingular()"><B>isSingular()</B></A> -
8157 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
8158 <DD><B>Deprecated.</B>&nbsp;
8159 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#isSingular()"><B>isSingular()</B></A> -
8160 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
8161 <DD><B>Deprecated.</B>&nbsp;Is this a singular matrix?
8162 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#isSingular()"><B>isSingular()</B></A> -
8163 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
8164 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by the boolean negation of
8165 <code><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><CODE>new LUDecompositionImpl(m)</CODE></A>.<A HREF="./org/apache/commons/math/linear/LUDecomposition.html#getSolver()"><CODE>getSolver()</CODE></A>.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#isNonSingular()"><CODE>isNonSingular()</CODE></A></code></I>
8166 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#isSquare()"><B>isSquare()</B></A> -
8167 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
8168 <DD>Is this a square matrix?
8169 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#isSquare()"><B>isSquare()</B></A> -
8170 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
8171 <DD>Is this a square matrix?
8172 <DT><A HREF="./org/apache/commons/math/linear/AnyMatrix.html#isSquare()"><B>isSquare()</B></A> -
8173 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AnyMatrix.html" title="interface in org.apache.commons.math.linear">AnyMatrix</A>
8174 <DD>Is this a square matrix?
8175 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#isSquare()"><B>isSquare()</B></A> -
8176 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
8177 <DD><B>Deprecated.</B>&nbsp;Is this a square matrix?
8178 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#iterateSimplex(java.util.Comparator)"><B>iterateSimplex(Comparator&lt;RealPointValuePair&gt;)</B></A> -
8179 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
8180 <DD>Compute the next simplex of the algorithm.
8181 <DT><A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html#iterateSimplex(java.util.Comparator)"><B>iterateSimplex(Comparator&lt;RealPointValuePair&gt;)</B></A> -
8182 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html" title="class in org.apache.commons.math.optimization.direct">MultiDirectional</A>
8183 <DD>Compute the next simplex of the algorithm.
8184 <DT><A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html#iterateSimplex(java.util.Comparator)"><B>iterateSimplex(Comparator&lt;RealPointValuePair&gt;)</B></A> -
8185 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html" title="class in org.apache.commons.math.optimization.direct">NelderMead</A>
8186 <DD>Compute the next simplex of the algorithm.
8187 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#iterationCount"><B>iterationCount</B></A> -
8188 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
8189 <DD>The last iteration count.
8190 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#iterator()"><B>iterator()</B></A> -
8191 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
8192 <DD>Chromosome list iterator
8193 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#iterator()"><B>iterator()</B></A> -
8194 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8195 <DD>Generic dense iterator - starts with index == zero, and hasNext() == true until index == getDimension();
8196 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#iterator()"><B>iterator()</B></A> -
8197 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8198 <DD>Generic dense iterator - starts with index == zero, and hasNext() == true until index == getDimension();
8199 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#iterator()"><B>iterator()</B></A> -
8200 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
8201 <DD>Get an iterator over map elements.
8202 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#iterator()"><B>iterator()</B></A> -
8203 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
8204 <DD>Get an iterator over map elements.
8205 </DL>
8206 <HR>
8207 <A NAME="_J_"><!-- --></A><H2>
8208 <B>J</B></H2>
8209 <DL>
8210 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateVectorialFunction.html#jacobian()"><B>jacobian()</B></A> -
8211 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableMultivariateVectorialFunction</A>
8212 <DD>Returns the jacobian function.
8213 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#jacobian"><B>jacobian</B></A> -
8214 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
8215 <DD><B>Deprecated.</B>&nbsp;Jacobian matrix.
8216 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#jacobian"><B>jacobian</B></A> -
8217 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
8218 <DD>Jacobian matrix.
8219 <DT><A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html" title="class in org.apache.commons.math.random"><B>JDKRandomGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Extension of <code>java.util.Random</code> to implement
8220 <A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomGenerator</CODE></A>.<DT><A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html#JDKRandomGenerator()"><B>JDKRandomGenerator()</B></A> -
8221 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html" title="class in org.apache.commons.math.random">JDKRandomGenerator</A>
8222 <DD>&nbsp;
8223 </DL>
8224 <HR>
8225 <A NAME="_K_"><!-- --></A><H2>
8226 <B>K</B></H2>
8227 <DL>
8228 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html#key()"><B>key()</B></A> -
8229 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap.Iterator</A>
8230 <DD>Get the key of current entry.
8231 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html#key()"><B>key()</B></A> -
8232 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap.Iterator</A>
8233 <DD>Get the key of current entry.
8234 <DT><A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html" title="class in org.apache.commons.math.stat.clustering"><B>KMeansPlusPlusClusterer</B></A>&lt;<A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html" title="type parameter in KMeansPlusPlusClusterer">T</A> extends <A HREF="./org/apache/commons/math/stat/clustering/Clusterable.html" title="interface in org.apache.commons.math.stat.clustering">Clusterable</A>&lt;<A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html" title="type parameter in KMeansPlusPlusClusterer">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/stat/clustering/package-summary.html">org.apache.commons.math.stat.clustering</A><DD>Clustering algorithm based on David Arthur and Sergei Vassilvitski k-means++ algorithm.<DT><A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html#KMeansPlusPlusClusterer(java.util.Random)"><B>KMeansPlusPlusClusterer(Random)</B></A> -
8235 Constructor for class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/KMeansPlusPlusClusterer.html" title="class in org.apache.commons.math.stat.clustering">KMeansPlusPlusClusterer</A>
8236 <DD>Build a clusterer.
8237 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>Kurtosis</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the Kurtosis of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#Kurtosis()"><B>Kurtosis()</B></A> -
8238 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
8239 <DD>Construct a Kurtosis
8240 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#Kurtosis(org.apache.commons.math.stat.descriptive.moment.FourthMoment)"><B>Kurtosis(FourthMoment)</B></A> -
8241 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
8242 <DD>Construct a Kurtosis from an external moment
8243 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#Kurtosis(org.apache.commons.math.stat.descriptive.moment.Kurtosis)"><B>Kurtosis(Kurtosis)</B></A> -
8244 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
8245 <DD>Copy constructor, creates a new <code>Kurtosis</code> identical
8246 to the <code>original</code>
8247 </DL>
8248 <HR>
8249 <A NAME="_L_"><!-- --></A><H2>
8250 <B>L</B></H2>
8251 <DL>
8252 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>LaguerreSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements the <a href="http://mathworld.wolfram.com/LaguerresMethod.html">
8253 Laguerre's Method</a> for root finding of real coefficient polynomials.<DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#LaguerreSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>LaguerreSolver(UnivariateRealFunction)</B></A> -
8254 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
8255 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
8256 to the <A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>LaguerreSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
8257 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
8258 method.</I>
8259 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#LaguerreSolver()"><B>LaguerreSolver()</B></A> -
8260 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
8261 <DD>Construct a solver.
8262 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#lcm(int, int)"><B>lcm(int, int)</B></A> -
8263 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
8264 <DD>
8265 Returns the least common multiple of the absolute value of two numbers,
8266 using the formula <code>lcm(a,b) = (a / gcd(a,b)) * b</code>.
8267 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#lcm(long, long)"><B>lcm(long, long)</B></A> -
8268 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
8269 <DD>
8270 Returns the least common multiple of the absolute value of two numbers,
8271 using the formula <code>lcm(a,b) = (a / gcd(a,b)) * b</code>.
8272 <DT><A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html" title="class in org.apache.commons.math.optimization"><B>LeastSquaresConverter</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This class converts <A HREF="./org/apache/commons/math/analysis/MultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>vectorial
8273 objective functions</CODE></A> to <A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>scalar objective functions</CODE></A>
8274 when the goal is to minimize them.<DT><A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html#LeastSquaresConverter(org.apache.commons.math.analysis.MultivariateVectorialFunction, double[])"><B>LeastSquaresConverter(MultivariateVectorialFunction, double[])</B></A> -
8275 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html" title="class in org.apache.commons.math.optimization">LeastSquaresConverter</A>
8276 <DD>Build a simple converter for uncorrelated residuals with the same weight.
8277 <DT><A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html#LeastSquaresConverter(org.apache.commons.math.analysis.MultivariateVectorialFunction, double[], double[])"><B>LeastSquaresConverter(MultivariateVectorialFunction, double[], double[])</B></A> -
8278 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html" title="class in org.apache.commons.math.optimization">LeastSquaresConverter</A>
8279 <DD>Build a simple converter for uncorrelated residuals with the specific weights.
8280 <DT><A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html#LeastSquaresConverter(org.apache.commons.math.analysis.MultivariateVectorialFunction, double[], org.apache.commons.math.linear.RealMatrix)"><B>LeastSquaresConverter(MultivariateVectorialFunction, double[], RealMatrix)</B></A> -
8281 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html" title="class in org.apache.commons.math.optimization">LeastSquaresConverter</A>
8282 <DD>Build a simple converter for correlated residuals with the specific weights.
8283 <DT><A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html" title="class in org.apache.commons.math.analysis.integration"><B>LegendreGaussIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Implements the <a href="http://mathworld.wolfram.com/Legendre-GaussQuadrature.html">
8284 Legendre-Gauss</a> quadrature formula.<DT><A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html#LegendreGaussIntegrator(int, int)"><B>LegendreGaussIntegrator(int, int)</B></A> -
8285 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/LegendreGaussIntegrator.html" title="class in org.apache.commons.math.analysis.integration">LegendreGaussIntegrator</A>
8286 <DD>Build a Legendre-Gauss integrator.
8287 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation"><B>LevenbergMarquardtEstimator</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
8288 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#LevenbergMarquardtEstimator()"><B>LevenbergMarquardtEstimator()</B></A> -
8289 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
8290 <DD><B>Deprecated.</B>&nbsp;Build an estimator for least squares problems.
8291 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general"><B>LevenbergMarquardtOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>This class solves a least squares problem using the Levenberg-Marquardt algorithm.<DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#LevenbergMarquardtOptimizer()"><B>LevenbergMarquardtOptimizer()</B></A> -
8292 Constructor for class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
8293 <DD>Build an optimizer for least squares problems.
8294 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear"><B>LinearConstraint</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>A linear constraint for a linear optimization problem.<DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#LinearConstraint(double[], org.apache.commons.math.optimization.linear.Relationship, double)"><B>LinearConstraint(double[], Relationship, double)</B></A> -
8295 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
8296 <DD>Build a constraint involving a single linear equation.
8297 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#LinearConstraint(org.apache.commons.math.linear.RealVector, org.apache.commons.math.optimization.linear.Relationship, double)"><B>LinearConstraint(RealVector, Relationship, double)</B></A> -
8298 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
8299 <DD>Build a constraint involving a single linear equation.
8300 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#LinearConstraint(double[], double, org.apache.commons.math.optimization.linear.Relationship, double[], double)"><B>LinearConstraint(double[], double, Relationship, double[], double)</B></A> -
8301 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
8302 <DD>Build a constraint involving two linear equations.
8303 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html#LinearConstraint(org.apache.commons.math.linear.RealVector, double, org.apache.commons.math.optimization.linear.Relationship, org.apache.commons.math.linear.RealVector, double)"><B>LinearConstraint(RealVector, double, Relationship, RealVector, double)</B></A> -
8304 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear">LinearConstraint</A>
8305 <DD>Build a constraint involving two linear equations.
8306 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#linearConstraints"><B>linearConstraints</B></A> -
8307 Variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
8308 <DD>Linear constraints.
8309 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear"><B>LinearObjectiveFunction</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>An objective function for a linear optimization problem.<DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#LinearObjectiveFunction(double[], double)"><B>LinearObjectiveFunction(double[], double)</B></A> -
8310 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
8311 <DD>&nbsp;
8312 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html#LinearObjectiveFunction(org.apache.commons.math.linear.RealVector, double)"><B>LinearObjectiveFunction(RealVector, double)</B></A> -
8313 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearObjectiveFunction.html" title="class in org.apache.commons.math.optimization.linear">LinearObjectiveFunction</A>
8314 <DD>&nbsp;
8315 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html" title="interface in org.apache.commons.math.optimization.linear"><B>LinearOptimizer</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>This interface represents an optimization algorithm for linear problems.<DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics"><B>ListPopulation</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Population of chromosomes represented by a <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html?is-external=true" title="class or interface in java.util"><CODE>List</CODE></A>.<DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#ListPopulation(java.util.List, int)"><B>ListPopulation(List&lt;Chromosome&gt;, int)</B></A> -
8316 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
8317 <DD>Creates a new ListPopulation instance.
8318 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#ListPopulation(int)"><B>ListPopulation(int)</B></A> -
8319 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
8320 <DD>Creates a new ListPopulation instance and initializes its inner
8321 chromosome list.
8322 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#load(double[])"><B>load(double[])</B></A> -
8323 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
8324 <DD>Computes the empirical distribution from the provided
8325 array of numbers.
8326 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#load(java.io.File)"><B>load(File)</B></A> -
8327 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
8328 <DD>Computes the empirical distribution from the input file.
8329 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html#load(java.net.URL)"><B>load(URL)</B></A> -
8330 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistribution.html" title="interface in org.apache.commons.math.random">EmpiricalDistribution</A>
8331 <DD>Computes the empirical distribution using data read from a URL.
8332 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#load(double[])"><B>load(double[])</B></A> -
8333 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
8334 <DD>Computes the empirical distribution from the provided
8335 array of numbers.
8336 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#load(java.net.URL)"><B>load(URL)</B></A> -
8337 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
8338 <DD>Computes the empirical distribution using data read from a URL.
8339 <DT><A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html#load(java.io.File)"><B>load(File)</B></A> -
8340 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/EmpiricalDistributionImpl.html" title="class in org.apache.commons.math.random">EmpiricalDistributionImpl</A>
8341 <DD>Computes the empirical distribution from the input file.
8342 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>LoessInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Implements the <a href="http://en.wikipedia.org/wiki/Local_regression">
8343 Local Regression Algorithm</a> (also Loess, Lowess) for interpolation of
8344 real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#LoessInterpolator()"><B>LoessInterpolator()</B></A> -
8345 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
8346 <DD>Constructs a new <A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><CODE>LoessInterpolator</CODE></A>
8347 with a bandwidth of <A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#DEFAULT_BANDWIDTH"><CODE>LoessInterpolator.DEFAULT_BANDWIDTH</CODE></A>,
8348 <A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#DEFAULT_ROBUSTNESS_ITERS"><CODE>LoessInterpolator.DEFAULT_ROBUSTNESS_ITERS</CODE></A> robustness iterations
8349 and an accuracy of {#link #DEFAULT_ACCURACY}.
8350 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#LoessInterpolator(double, int)"><B>LoessInterpolator(double, int)</B></A> -
8351 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
8352 <DD>Constructs a new <A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><CODE>LoessInterpolator</CODE></A>
8353 with given bandwidth and number of robustness iterations.
8354 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#LoessInterpolator(double, int, double)"><B>LoessInterpolator(double, int, double)</B></A> -
8355 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
8356 <DD>Constructs a new <A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><CODE>LoessInterpolator</CODE></A>
8357 with given bandwidth, number of robustness iterations and accuracy.
8358 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#LOG"><B>LOG</B></A> -
8359 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
8360 <DD>The <code>Math.log</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
8361 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#log()"><B>log()</B></A> -
8362 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
8363 <DD>Compute the
8364 <a href="http://mathworld.wolfram.com/NaturalLogarithm.html" TARGET="_top">
8365 natural logarithm</a> of this complex number.
8366 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#log(double, double)"><B>log(double, double)</B></A> -
8367 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
8368 <DD>Returns the
8369 <a href="http://mathworld.wolfram.com/Logarithm.html">logarithm</a>
8370 for base <code>b</code> of <code>x</code>.
8371 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#LOG10"><B>LOG10</B></A> -
8372 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
8373 <DD>The <code>Math.log10</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
8374 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#LOG1P"><B>LOG1P</B></A> -
8375 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
8376 <DD>The <code>Math.log1p</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
8377 <DT><A HREF="./org/apache/commons/math/special/Beta.html#logBeta(double, double)"><B>logBeta(double, double)</B></A> -
8378 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
8379 <DD>Returns the natural logarithm of the beta function B(a, b).
8380 <DT><A HREF="./org/apache/commons/math/special/Beta.html#logBeta(double, double, double, int)"><B>logBeta(double, double, double, int)</B></A> -
8381 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
8382 <DD>Returns the natural logarithm of the beta function B(a, b).
8383 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#logGamma(double)"><B>logGamma(double)</B></A> -
8384 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
8385 <DD>Returns the natural logarithm of the gamma function &#915;(x).
8386 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#longValue()"><B>longValue()</B></A> -
8387 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
8388 <DD>
8389 Gets the fraction as a <tt>long</tt>.
8390 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#longValue()"><B>longValue()</B></A> -
8391 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
8392 <DD>Gets the fraction as a <tt>long</tt>.
8393 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#lu"><B>lu</B></A> -
8394 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
8395 <DD><B>Deprecated.</B>&nbsp;Entries of cached LU decomposition.
8396 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#luDecompose()"><B>luDecompose()</B></A> -
8397 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
8398 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by <A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear"><CODE>LUDecomposition</CODE></A></I>
8399 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#luDecompose()"><B>luDecompose()</B></A> -
8400 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
8401 <DD><B>Deprecated.</B>&nbsp;Computes a new
8402 <a href="http://www.math.gatech.edu/~bourbaki/math2601/Web-notes/2num.pdf">
8403 LU decompostion</a> for this matrix, storing the result for use by other methods.
8404 <DT><A HREF="./org/apache/commons/math/linear/LUDecomposition.html" title="interface in org.apache.commons.math.linear"><B>LUDecomposition</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
8405 LU-decomposition of a real matrix.<DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>LUDecompositionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the LUP-decomposition of a square matrix.<DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><B>LUDecompositionImpl(RealMatrix)</B></A> -
8406 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
8407 <DD>Calculates the LU-decomposition of the given matrix.
8408 <DT><A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html#LUDecompositionImpl(org.apache.commons.math.linear.RealMatrix, double)"><B>LUDecompositionImpl(RealMatrix, double)</B></A> -
8409 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/LUDecompositionImpl.html" title="class in org.apache.commons.math.linear">LUDecompositionImpl</A>
8410 <DD>Calculates the LU-decomposition of the given matrix.
8411 </DL>
8412 <HR>
8413 <A NAME="_M_"><!-- --></A><H2>
8414 <B>M</B></H2>
8415 <DL>
8416 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#m1"><B>m1</B></A> -
8417 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
8418 <DD>First moment of values that have been added
8419 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#m2"><B>m2</B></A> -
8420 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
8421 <DD>second moment of values that have been added
8422 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#m3"><B>m3</B></A> -
8423 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
8424 <DD>third moment of values that have been added
8425 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html#m4"><B>m4</B></A> -
8426 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FourthMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FourthMoment</A>
8427 <DD>fourth moment of values that have been added
8428 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#map(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>map(UnivariateRealFunction)</B></A> -
8429 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8430 <DD>Acts as if implemented as:
8431 return copy().map(function);
8432 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#map(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>map(UnivariateRealFunction)</B></A> -
8433 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8434 <DD>Acts as if implemented as:
8435 return copy().map(function);
8436 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAbs()"><B>mapAbs()</B></A> -
8437 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8438 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#abs(double)" title="class or interface in java.lang"><CODE>Math.abs(double)</CODE></A> function to each entry.
8439 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAbs()"><B>mapAbs()</B></A> -
8440 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8441 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#abs(double)" title="class or interface in java.lang"><CODE>Math.abs(double)</CODE></A> function to each entry.
8442 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAbsToSelf()"><B>mapAbsToSelf()</B></A> -
8443 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8444 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#abs(double)" title="class or interface in java.lang"><CODE>Math.abs(double)</CODE></A> function to each entry.
8445 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapAbsToSelf()"><B>mapAbsToSelf()</B></A> -
8446 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8447 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#abs(double)" title="class or interface in java.lang"><CODE>Math.abs(double)</CODE></A> function to each entry.
8448 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAbsToSelf()"><B>mapAbsToSelf()</B></A> -
8449 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8450 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#abs(double)" title="class or interface in java.lang"><CODE>Math.abs(double)</CODE></A> function to each entry.
8451 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAcos()"><B>mapAcos()</B></A> -
8452 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8453 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#acos(double)" title="class or interface in java.lang"><CODE>Math.acos(double)</CODE></A> function to each entry.
8454 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAcos()"><B>mapAcos()</B></A> -
8455 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8456 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#acos(double)" title="class or interface in java.lang"><CODE>Math.acos(double)</CODE></A> function to each entry.
8457 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAcosToSelf()"><B>mapAcosToSelf()</B></A> -
8458 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8459 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#acos(double)" title="class or interface in java.lang"><CODE>Math.acos(double)</CODE></A> function to each entry.
8460 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapAcosToSelf()"><B>mapAcosToSelf()</B></A> -
8461 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8462 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#acos(double)" title="class or interface in java.lang"><CODE>Math.acos(double)</CODE></A> function to each entry.
8463 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAcosToSelf()"><B>mapAcosToSelf()</B></A> -
8464 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8465 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#acos(double)" title="class or interface in java.lang"><CODE>Math.acos(double)</CODE></A> function to each entry.
8466 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAdd(double)"><B>mapAdd(double)</B></A> -
8467 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8468 <DD>Map an addition operation to each entry.
8469 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapAdd(T)"><B>mapAdd(T)</B></A> -
8470 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8471 <DD>Map an addition operation to each entry.
8472 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapAdd(T)"><B>mapAdd(T)</B></A> -
8473 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8474 <DD>Map an addition operation to each entry.
8475 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#mapAdd(double)"><B>mapAdd(double)</B></A> -
8476 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
8477 <DD>Map an addition operation to each entry.
8478 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAdd(double)"><B>mapAdd(double)</B></A> -
8479 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8480 <DD>Map an addition operation to each entry.
8481 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapAdd(T)"><B>mapAdd(T)</B></A> -
8482 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8483 <DD>Map an addition operation to each entry.
8484 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAddToSelf(double)"><B>mapAddToSelf(double)</B></A> -
8485 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8486 <DD>Map an addition operation to each entry.
8487 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapAddToSelf(T)"><B>mapAddToSelf(T)</B></A> -
8488 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8489 <DD>Map an addition operation to each entry.
8490 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapAddToSelf(double)"><B>mapAddToSelf(double)</B></A> -
8491 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8492 <DD>Map an addition operation to each entry.
8493 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapAddToSelf(T)"><B>mapAddToSelf(T)</B></A> -
8494 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8495 <DD>Map an addition operation to each entry.
8496 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#mapAddToSelf(double)"><B>mapAddToSelf(double)</B></A> -
8497 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
8498 <DD>Map an addition operation to each entry.
8499 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAddToSelf(double)"><B>mapAddToSelf(double)</B></A> -
8500 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8501 <DD>Map an addition operation to each entry.
8502 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapAddToSelf(T)"><B>mapAddToSelf(T)</B></A> -
8503 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8504 <DD>Map an addition operation to each entry.
8505 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAsin()"><B>mapAsin()</B></A> -
8506 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8507 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#asin(double)" title="class or interface in java.lang"><CODE>Math.asin(double)</CODE></A> function to each entry.
8508 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAsin()"><B>mapAsin()</B></A> -
8509 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8510 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#asin(double)" title="class or interface in java.lang"><CODE>Math.asin(double)</CODE></A> function to each entry.
8511 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAsinToSelf()"><B>mapAsinToSelf()</B></A> -
8512 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8513 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#asin(double)" title="class or interface in java.lang"><CODE>Math.asin(double)</CODE></A> function to each entry.
8514 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapAsinToSelf()"><B>mapAsinToSelf()</B></A> -
8515 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8516 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#asin(double)" title="class or interface in java.lang"><CODE>Math.asin(double)</CODE></A> function to each entry.
8517 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAsinToSelf()"><B>mapAsinToSelf()</B></A> -
8518 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8519 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#asin(double)" title="class or interface in java.lang"><CODE>Math.asin(double)</CODE></A> function to each entry.
8520 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAtan()"><B>mapAtan()</B></A> -
8521 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8522 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#atan(double)" title="class or interface in java.lang"><CODE>Math.atan(double)</CODE></A> function to each entry.
8523 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAtan()"><B>mapAtan()</B></A> -
8524 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8525 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#atan(double)" title="class or interface in java.lang"><CODE>Math.atan(double)</CODE></A> function to each entry.
8526 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapAtanToSelf()"><B>mapAtanToSelf()</B></A> -
8527 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8528 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#atan(double)" title="class or interface in java.lang"><CODE>Math.atan(double)</CODE></A> function to each entry.
8529 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapAtanToSelf()"><B>mapAtanToSelf()</B></A> -
8530 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8531 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#atan(double)" title="class or interface in java.lang"><CODE>Math.atan(double)</CODE></A> function to each entry.
8532 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapAtanToSelf()"><B>mapAtanToSelf()</B></A> -
8533 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8534 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#atan(double)" title="class or interface in java.lang"><CODE>Math.atan(double)</CODE></A> function to each entry.
8535 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCbrt()"><B>mapCbrt()</B></A> -
8536 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8537 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cbrt(double)" title="class or interface in java.lang"><CODE>Math.cbrt(double)</CODE></A> function to each entry.
8538 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCbrt()"><B>mapCbrt()</B></A> -
8539 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8540 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cbrt(double)" title="class or interface in java.lang"><CODE>Math.cbrt(double)</CODE></A> function to each entry.
8541 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCbrtToSelf()"><B>mapCbrtToSelf()</B></A> -
8542 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8543 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cbrt(double)" title="class or interface in java.lang"><CODE>Math.cbrt(double)</CODE></A> function to each entry.
8544 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapCbrtToSelf()"><B>mapCbrtToSelf()</B></A> -
8545 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8546 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cbrt(double)" title="class or interface in java.lang"><CODE>Math.cbrt(double)</CODE></A> function to each entry.
8547 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCbrtToSelf()"><B>mapCbrtToSelf()</B></A> -
8548 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8549 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cbrt(double)" title="class or interface in java.lang"><CODE>Math.cbrt(double)</CODE></A> function to each entry.
8550 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCeil()"><B>mapCeil()</B></A> -
8551 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8552 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ceil(double)" title="class or interface in java.lang"><CODE>Math.ceil(double)</CODE></A> function to each entry.
8553 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCeil()"><B>mapCeil()</B></A> -
8554 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8555 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ceil(double)" title="class or interface in java.lang"><CODE>Math.ceil(double)</CODE></A> function to each entry.
8556 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCeilToSelf()"><B>mapCeilToSelf()</B></A> -
8557 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8558 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ceil(double)" title="class or interface in java.lang"><CODE>Math.ceil(double)</CODE></A> function to each entry.
8559 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapCeilToSelf()"><B>mapCeilToSelf()</B></A> -
8560 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8561 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ceil(double)" title="class or interface in java.lang"><CODE>Math.ceil(double)</CODE></A> function to each entry.
8562 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCeilToSelf()"><B>mapCeilToSelf()</B></A> -
8563 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8564 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ceil(double)" title="class or interface in java.lang"><CODE>Math.ceil(double)</CODE></A> function to each entry.
8565 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCos()"><B>mapCos()</B></A> -
8566 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8567 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cos(double)" title="class or interface in java.lang"><CODE>Math.cos(double)</CODE></A> function to each entry.
8568 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCos()"><B>mapCos()</B></A> -
8569 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8570 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cos(double)" title="class or interface in java.lang"><CODE>Math.cos(double)</CODE></A> function to each entry.
8571 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCosh()"><B>mapCosh()</B></A> -
8572 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8573 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cosh(double)" title="class or interface in java.lang"><CODE>Math.cosh(double)</CODE></A> function to each entry.
8574 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCosh()"><B>mapCosh()</B></A> -
8575 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8576 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cosh(double)" title="class or interface in java.lang"><CODE>Math.cosh(double)</CODE></A> function to each entry.
8577 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCoshToSelf()"><B>mapCoshToSelf()</B></A> -
8578 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8579 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cosh(double)" title="class or interface in java.lang"><CODE>Math.cosh(double)</CODE></A> function to each entry.
8580 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapCoshToSelf()"><B>mapCoshToSelf()</B></A> -
8581 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8582 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cosh(double)" title="class or interface in java.lang"><CODE>Math.cosh(double)</CODE></A> function to each entry.
8583 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCoshToSelf()"><B>mapCoshToSelf()</B></A> -
8584 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8585 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cosh(double)" title="class or interface in java.lang"><CODE>Math.cosh(double)</CODE></A> function to each entry.
8586 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapCosToSelf()"><B>mapCosToSelf()</B></A> -
8587 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8588 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cos(double)" title="class or interface in java.lang"><CODE>Math.cos(double)</CODE></A> function to each entry.
8589 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapCosToSelf()"><B>mapCosToSelf()</B></A> -
8590 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8591 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cos(double)" title="class or interface in java.lang"><CODE>Math.cos(double)</CODE></A> function to each entry.
8592 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapCosToSelf()"><B>mapCosToSelf()</B></A> -
8593 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8594 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#cos(double)" title="class or interface in java.lang"><CODE>Math.cos(double)</CODE></A> function to each entry.
8595 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapDivide(double)"><B>mapDivide(double)</B></A> -
8596 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8597 <DD>Map a division operation to each entry.
8598 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapDivide(T)"><B>mapDivide(T)</B></A> -
8599 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8600 <DD>Map a division operation to each entry.
8601 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapDivide(T)"><B>mapDivide(T)</B></A> -
8602 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8603 <DD>Map a division operation to each entry.
8604 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapDivide(double)"><B>mapDivide(double)</B></A> -
8605 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8606 <DD>Map a division operation to each entry.
8607 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapDivide(T)"><B>mapDivide(T)</B></A> -
8608 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8609 <DD>Map a division operation to each entry.
8610 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapDivideToSelf(double)"><B>mapDivideToSelf(double)</B></A> -
8611 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8612 <DD>Map a division operation to each entry.
8613 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapDivideToSelf(T)"><B>mapDivideToSelf(T)</B></A> -
8614 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8615 <DD>Map a division operation to each entry.
8616 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapDivideToSelf(double)"><B>mapDivideToSelf(double)</B></A> -
8617 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8618 <DD>Map a division operation to each entry.
8619 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapDivideToSelf(T)"><B>mapDivideToSelf(T)</B></A> -
8620 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8621 <DD>Map a division operation to each entry.
8622 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapDivideToSelf(double)"><B>mapDivideToSelf(double)</B></A> -
8623 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8624 <DD>Map a division operation to each entry.
8625 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapDivideToSelf(T)"><B>mapDivideToSelf(T)</B></A> -
8626 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8627 <DD>Map a division operation to each entry.
8628 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapExp()"><B>mapExp()</B></A> -
8629 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8630 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#exp(double)" title="class or interface in java.lang"><CODE>Math.exp(double)</CODE></A> function to each entry.
8631 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapExp()"><B>mapExp()</B></A> -
8632 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8633 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#exp(double)" title="class or interface in java.lang"><CODE>Math.exp(double)</CODE></A> function to each entry.
8634 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapExpm1()"><B>mapExpm1()</B></A> -
8635 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8636 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#expm1(double)" title="class or interface in java.lang"><CODE>Math.expm1(double)</CODE></A> function to each entry.
8637 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapExpm1()"><B>mapExpm1()</B></A> -
8638 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8639 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#expm1(double)" title="class or interface in java.lang"><CODE>Math.expm1(double)</CODE></A> function to each entry.
8640 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapExpm1ToSelf()"><B>mapExpm1ToSelf()</B></A> -
8641 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8642 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#expm1(double)" title="class or interface in java.lang"><CODE>Math.expm1(double)</CODE></A> function to each entry.
8643 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapExpm1ToSelf()"><B>mapExpm1ToSelf()</B></A> -
8644 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8645 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#expm1(double)" title="class or interface in java.lang"><CODE>Math.expm1(double)</CODE></A> function to each entry.
8646 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapExpm1ToSelf()"><B>mapExpm1ToSelf()</B></A> -
8647 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8648 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#expm1(double)" title="class or interface in java.lang"><CODE>Math.expm1(double)</CODE></A> function to each entry.
8649 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapExpToSelf()"><B>mapExpToSelf()</B></A> -
8650 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8651 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#exp(double)" title="class or interface in java.lang"><CODE>Math.exp(double)</CODE></A> function to each entry.
8652 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapExpToSelf()"><B>mapExpToSelf()</B></A> -
8653 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8654 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#exp(double)" title="class or interface in java.lang"><CODE>Math.exp(double)</CODE></A> function to each entry.
8655 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapExpToSelf()"><B>mapExpToSelf()</B></A> -
8656 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8657 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#exp(double)" title="class or interface in java.lang"><CODE>Math.exp(double)</CODE></A> function to each entry.
8658 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapFloor()"><B>mapFloor()</B></A> -
8659 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8660 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#floor(double)" title="class or interface in java.lang"><CODE>Math.floor(double)</CODE></A> function to each entry.
8661 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapFloor()"><B>mapFloor()</B></A> -
8662 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8663 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#floor(double)" title="class or interface in java.lang"><CODE>Math.floor(double)</CODE></A> function to each entry.
8664 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapFloorToSelf()"><B>mapFloorToSelf()</B></A> -
8665 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8666 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#floor(double)" title="class or interface in java.lang"><CODE>Math.floor(double)</CODE></A> function to each entry.
8667 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapFloorToSelf()"><B>mapFloorToSelf()</B></A> -
8668 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8669 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#floor(double)" title="class or interface in java.lang"><CODE>Math.floor(double)</CODE></A> function to each entry.
8670 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapFloorToSelf()"><B>mapFloorToSelf()</B></A> -
8671 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8672 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#floor(double)" title="class or interface in java.lang"><CODE>Math.floor(double)</CODE></A> function to each entry.
8673 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapInv()"><B>mapInv()</B></A> -
8674 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8675 <DD>Map the 1/x function to each entry.
8676 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapInv()"><B>mapInv()</B></A> -
8677 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8678 <DD>Map the 1/x function to each entry.
8679 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapInv()"><B>mapInv()</B></A> -
8680 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8681 <DD>Map the 1/x function to each entry.
8682 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapInv()"><B>mapInv()</B></A> -
8683 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8684 <DD>Map the 1/x function to each entry.
8685 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapInv()"><B>mapInv()</B></A> -
8686 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8687 <DD>Map the 1/x function to each entry.
8688 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8689 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8690 <DD>Map the 1/x function to each entry.
8691 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8692 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8693 <DD>Map the 1/x function to each entry.
8694 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8695 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8696 <DD>Map the 1/x function to each entry.
8697 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8698 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8699 <DD>Map the 1/x function to each entry.
8700 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8701 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8702 <DD>Map the 1/x function to each entry.
8703 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapInvToSelf()"><B>mapInvToSelf()</B></A> -
8704 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8705 <DD>Map the 1/x function to each entry.
8706 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLog()"><B>mapLog()</B></A> -
8707 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8708 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log(double)" title="class or interface in java.lang"><CODE>Math.log(double)</CODE></A> function to each entry.
8709 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLog()"><B>mapLog()</B></A> -
8710 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8711 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log(double)" title="class or interface in java.lang"><CODE>Math.log(double)</CODE></A> function to each entry.
8712 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLog10()"><B>mapLog10()</B></A> -
8713 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8714 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log10(double)" title="class or interface in java.lang"><CODE>Math.log10(double)</CODE></A> function to each entry.
8715 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLog10()"><B>mapLog10()</B></A> -
8716 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8717 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log10(double)" title="class or interface in java.lang"><CODE>Math.log10(double)</CODE></A> function to each entry.
8718 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLog10ToSelf()"><B>mapLog10ToSelf()</B></A> -
8719 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8720 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log10(double)" title="class or interface in java.lang"><CODE>Math.log10(double)</CODE></A> function to each entry.
8721 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapLog10ToSelf()"><B>mapLog10ToSelf()</B></A> -
8722 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8723 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log10(double)" title="class or interface in java.lang"><CODE>Math.log10(double)</CODE></A> function to each entry.
8724 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLog10ToSelf()"><B>mapLog10ToSelf()</B></A> -
8725 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8726 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log10(double)" title="class or interface in java.lang"><CODE>Math.log10(double)</CODE></A> function to each entry.
8727 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLog1p()"><B>mapLog1p()</B></A> -
8728 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8729 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log1p(double)" title="class or interface in java.lang"><CODE>Math.log1p(double)</CODE></A> function to each entry.
8730 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLog1p()"><B>mapLog1p()</B></A> -
8731 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8732 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log1p(double)" title="class or interface in java.lang"><CODE>Math.log1p(double)</CODE></A> function to each entry.
8733 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLog1pToSelf()"><B>mapLog1pToSelf()</B></A> -
8734 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8735 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log1p(double)" title="class or interface in java.lang"><CODE>Math.log1p(double)</CODE></A> function to each entry.
8736 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapLog1pToSelf()"><B>mapLog1pToSelf()</B></A> -
8737 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8738 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log1p(double)" title="class or interface in java.lang"><CODE>Math.log1p(double)</CODE></A> function to each entry.
8739 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLog1pToSelf()"><B>mapLog1pToSelf()</B></A> -
8740 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8741 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log1p(double)" title="class or interface in java.lang"><CODE>Math.log1p(double)</CODE></A> function to each entry.
8742 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapLogToSelf()"><B>mapLogToSelf()</B></A> -
8743 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8744 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log(double)" title="class or interface in java.lang"><CODE>Math.log(double)</CODE></A> function to each entry.
8745 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapLogToSelf()"><B>mapLogToSelf()</B></A> -
8746 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8747 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log(double)" title="class or interface in java.lang"><CODE>Math.log(double)</CODE></A> function to each entry.
8748 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapLogToSelf()"><B>mapLogToSelf()</B></A> -
8749 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8750 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#log(double)" title="class or interface in java.lang"><CODE>Math.log(double)</CODE></A> function to each entry.
8751 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapMultiply(double)"><B>mapMultiply(double)</B></A> -
8752 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8753 <DD>Map a multiplication operation to each entry.
8754 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapMultiply(T)"><B>mapMultiply(T)</B></A> -
8755 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8756 <DD>Map a multiplication operation to each entry.
8757 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapMultiply(T)"><B>mapMultiply(T)</B></A> -
8758 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8759 <DD>Map a multiplication operation to each entry.
8760 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapMultiply(double)"><B>mapMultiply(double)</B></A> -
8761 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8762 <DD>Map a multiplication operation to each entry.
8763 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapMultiply(T)"><B>mapMultiply(T)</B></A> -
8764 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8765 <DD>Map a multiplication operation to each entry.
8766 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapMultiplyToSelf(double)"><B>mapMultiplyToSelf(double)</B></A> -
8767 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8768 <DD>Map a multiplication operation to each entry.
8769 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapMultiplyToSelf(T)"><B>mapMultiplyToSelf(T)</B></A> -
8770 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8771 <DD>Map a multiplication operation to each entry.
8772 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapMultiplyToSelf(double)"><B>mapMultiplyToSelf(double)</B></A> -
8773 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8774 <DD>Map a multiplication operation to each entry.
8775 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapMultiplyToSelf(T)"><B>mapMultiplyToSelf(T)</B></A> -
8776 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8777 <DD>Map a multiplication operation to each entry.
8778 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapMultiplyToSelf(double)"><B>mapMultiplyToSelf(double)</B></A> -
8779 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8780 <DD>Map a multiplication operation to each entry.
8781 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapMultiplyToSelf(T)"><B>mapMultiplyToSelf(T)</B></A> -
8782 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8783 <DD>Map a multiplication operation to each entry.
8784 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapPow(double)"><B>mapPow(double)</B></A> -
8785 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8786 <DD>Map a power operation to each entry.
8787 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapPow(double)"><B>mapPow(double)</B></A> -
8788 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8789 <DD>Map a power operation to each entry.
8790 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapPowToSelf(double)"><B>mapPowToSelf(double)</B></A> -
8791 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8792 <DD>Map a power operation to each entry.
8793 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapPowToSelf(double)"><B>mapPowToSelf(double)</B></A> -
8794 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8795 <DD>Map a power operation to each entry.
8796 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapPowToSelf(double)"><B>mapPowToSelf(double)</B></A> -
8797 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8798 <DD>Map a power operation to each entry.
8799 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapRint()"><B>mapRint()</B></A> -
8800 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8801 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#rint(double)" title="class or interface in java.lang"><CODE>Math.rint(double)</CODE></A> function to each entry.
8802 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapRint()"><B>mapRint()</B></A> -
8803 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8804 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#rint(double)" title="class or interface in java.lang"><CODE>Math.rint(double)</CODE></A> function to each entry.
8805 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapRintToSelf()"><B>mapRintToSelf()</B></A> -
8806 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8807 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#rint(double)" title="class or interface in java.lang"><CODE>Math.rint(double)</CODE></A> function to each entry.
8808 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapRintToSelf()"><B>mapRintToSelf()</B></A> -
8809 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8810 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#rint(double)" title="class or interface in java.lang"><CODE>Math.rint(double)</CODE></A> function to each entry.
8811 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapRintToSelf()"><B>mapRintToSelf()</B></A> -
8812 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8813 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#rint(double)" title="class or interface in java.lang"><CODE>Math.rint(double)</CODE></A> function to each entry.
8814 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSignum()"><B>mapSignum()</B></A> -
8815 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8816 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#signum(double)" title="class or interface in java.lang"><CODE>Math.signum(double)</CODE></A> function to each entry.
8817 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSignum()"><B>mapSignum()</B></A> -
8818 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8819 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#signum(double)" title="class or interface in java.lang"><CODE>Math.signum(double)</CODE></A> function to each entry.
8820 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSignumToSelf()"><B>mapSignumToSelf()</B></A> -
8821 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8822 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#signum(double)" title="class or interface in java.lang"><CODE>Math.signum(double)</CODE></A> function to each entry.
8823 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapSignumToSelf()"><B>mapSignumToSelf()</B></A> -
8824 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8825 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#signum(double)" title="class or interface in java.lang"><CODE>Math.signum(double)</CODE></A> function to each entry.
8826 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSignumToSelf()"><B>mapSignumToSelf()</B></A> -
8827 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8828 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#signum(double)" title="class or interface in java.lang"><CODE>Math.signum(double)</CODE></A> function to each entry.
8829 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSin()"><B>mapSin()</B></A> -
8830 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8831 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sin(double)" title="class or interface in java.lang"><CODE>Math.sin(double)</CODE></A> function to each entry.
8832 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSin()"><B>mapSin()</B></A> -
8833 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8834 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sin(double)" title="class or interface in java.lang"><CODE>Math.sin(double)</CODE></A> function to each entry.
8835 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSinh()"><B>mapSinh()</B></A> -
8836 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8837 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sinh(double)" title="class or interface in java.lang"><CODE>Math.sinh(double)</CODE></A> function to each entry.
8838 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSinh()"><B>mapSinh()</B></A> -
8839 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8840 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sinh(double)" title="class or interface in java.lang"><CODE>Math.sinh(double)</CODE></A> function to each entry.
8841 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSinhToSelf()"><B>mapSinhToSelf()</B></A> -
8842 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8843 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sinh(double)" title="class or interface in java.lang"><CODE>Math.sinh(double)</CODE></A> function to each entry.
8844 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapSinhToSelf()"><B>mapSinhToSelf()</B></A> -
8845 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8846 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sinh(double)" title="class or interface in java.lang"><CODE>Math.sinh(double)</CODE></A> function to each entry.
8847 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSinhToSelf()"><B>mapSinhToSelf()</B></A> -
8848 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8849 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sinh(double)" title="class or interface in java.lang"><CODE>Math.sinh(double)</CODE></A> function to each entry.
8850 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSinToSelf()"><B>mapSinToSelf()</B></A> -
8851 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8852 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sin(double)" title="class or interface in java.lang"><CODE>Math.sin(double)</CODE></A> function to each entry.
8853 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapSinToSelf()"><B>mapSinToSelf()</B></A> -
8854 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8855 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sin(double)" title="class or interface in java.lang"><CODE>Math.sin(double)</CODE></A> function to each entry.
8856 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSinToSelf()"><B>mapSinToSelf()</B></A> -
8857 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8858 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sin(double)" title="class or interface in java.lang"><CODE>Math.sin(double)</CODE></A> function to each entry.
8859 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSqrt()"><B>mapSqrt()</B></A> -
8860 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8861 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sqrt(double)" title="class or interface in java.lang"><CODE>Math.sqrt(double)</CODE></A> function to each entry.
8862 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSqrt()"><B>mapSqrt()</B></A> -
8863 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8864 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sqrt(double)" title="class or interface in java.lang"><CODE>Math.sqrt(double)</CODE></A> function to each entry.
8865 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSqrtToSelf()"><B>mapSqrtToSelf()</B></A> -
8866 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8867 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sqrt(double)" title="class or interface in java.lang"><CODE>Math.sqrt(double)</CODE></A> function to each entry.
8868 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapSqrtToSelf()"><B>mapSqrtToSelf()</B></A> -
8869 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8870 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sqrt(double)" title="class or interface in java.lang"><CODE>Math.sqrt(double)</CODE></A> function to each entry.
8871 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSqrtToSelf()"><B>mapSqrtToSelf()</B></A> -
8872 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8873 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#sqrt(double)" title="class or interface in java.lang"><CODE>Math.sqrt(double)</CODE></A> function to each entry.
8874 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSubtract(double)"><B>mapSubtract(double)</B></A> -
8875 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8876 <DD>Map a subtraction operation to each entry.
8877 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapSubtract(T)"><B>mapSubtract(T)</B></A> -
8878 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8879 <DD>Map a subtraction operation to each entry.
8880 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapSubtract(T)"><B>mapSubtract(T)</B></A> -
8881 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8882 <DD>Map a subtraction operation to each entry.
8883 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSubtract(double)"><B>mapSubtract(double)</B></A> -
8884 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8885 <DD>Map a subtraction operation to each entry.
8886 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapSubtract(T)"><B>mapSubtract(T)</B></A> -
8887 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8888 <DD>Map a subtraction operation to each entry.
8889 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapSubtractToSelf(double)"><B>mapSubtractToSelf(double)</B></A> -
8890 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8891 <DD>Map a subtraction operation to each entry.
8892 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#mapSubtractToSelf(T)"><B>mapSubtractToSelf(T)</B></A> -
8893 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
8894 <DD>Map a subtraction operation to each entry.
8895 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapSubtractToSelf(double)"><B>mapSubtractToSelf(double)</B></A> -
8896 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8897 <DD>Map a subtraction operation to each entry.
8898 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#mapSubtractToSelf(T)"><B>mapSubtractToSelf(T)</B></A> -
8899 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
8900 <DD>Map a subtraction operation to each entry.
8901 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapSubtractToSelf(double)"><B>mapSubtractToSelf(double)</B></A> -
8902 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8903 <DD>Map a subtraction operation to each entry.
8904 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#mapSubtractToSelf(T)"><B>mapSubtractToSelf(T)</B></A> -
8905 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
8906 <DD>Map a subtraction operation to each entry.
8907 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapTan()"><B>mapTan()</B></A> -
8908 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8909 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tan(double)" title="class or interface in java.lang"><CODE>Math.tan(double)</CODE></A> function to each entry.
8910 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapTan()"><B>mapTan()</B></A> -
8911 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8912 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tan(double)" title="class or interface in java.lang"><CODE>Math.tan(double)</CODE></A> function to each entry.
8913 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapTanh()"><B>mapTanh()</B></A> -
8914 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8915 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tanh(double)" title="class or interface in java.lang"><CODE>Math.tanh(double)</CODE></A> function to each entry.
8916 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapTanh()"><B>mapTanh()</B></A> -
8917 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8918 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tanh(double)" title="class or interface in java.lang"><CODE>Math.tanh(double)</CODE></A> function to each entry.
8919 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapTanhToSelf()"><B>mapTanhToSelf()</B></A> -
8920 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8921 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tanh(double)" title="class or interface in java.lang"><CODE>Math.tanh(double)</CODE></A> function to each entry.
8922 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapTanhToSelf()"><B>mapTanhToSelf()</B></A> -
8923 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8924 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tanh(double)" title="class or interface in java.lang"><CODE>Math.tanh(double)</CODE></A> function to each entry.
8925 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapTanhToSelf()"><B>mapTanhToSelf()</B></A> -
8926 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8927 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tanh(double)" title="class or interface in java.lang"><CODE>Math.tanh(double)</CODE></A> function to each entry.
8928 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapTanToSelf()"><B>mapTanToSelf()</B></A> -
8929 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8930 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tan(double)" title="class or interface in java.lang"><CODE>Math.tan(double)</CODE></A> function to each entry.
8931 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapTanToSelf()"><B>mapTanToSelf()</B></A> -
8932 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8933 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tan(double)" title="class or interface in java.lang"><CODE>Math.tan(double)</CODE></A> function to each entry.
8934 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapTanToSelf()"><B>mapTanToSelf()</B></A> -
8935 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8936 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#tan(double)" title="class or interface in java.lang"><CODE>Math.tan(double)</CODE></A> function to each entry.
8937 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapToSelf(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>mapToSelf(UnivariateRealFunction)</B></A> -
8938 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8939 <DD>Acts as if it is implemented as:
8940 Entry e = null;
8941 for(Iterator<Entry> it = iterator(); it.hasNext(); e = it.next()) {
8942 e.setValue(function.value(e.getValue()));
8943 }
8944 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapToSelf(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>mapToSelf(UnivariateRealFunction)</B></A> -
8945 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8946 <DD>Acts as if it is implemented as:
8947 Entry e = null;
8948 for(Iterator<Entry> it = iterator(); it.hasNext(); e = it.next()) {
8949 e.setValue(function.value(e.getValue()));
8950 }
8951 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapUlp()"><B>mapUlp()</B></A> -
8952 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8953 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ulp(double)" title="class or interface in java.lang"><CODE>Math.ulp(double)</CODE></A> function to each entry.
8954 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapUlp()"><B>mapUlp()</B></A> -
8955 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8956 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ulp(double)" title="class or interface in java.lang"><CODE>Math.ulp(double)</CODE></A> function to each entry.
8957 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#mapUlpToSelf()"><B>mapUlpToSelf()</B></A> -
8958 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
8959 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ulp(double)" title="class or interface in java.lang"><CODE>Math.ulp(double)</CODE></A> function to each entry.
8960 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#mapUlpToSelf()"><B>mapUlpToSelf()</B></A> -
8961 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
8962 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ulp(double)" title="class or interface in java.lang"><CODE>Math.ulp(double)</CODE></A> function to each entry.
8963 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#mapUlpToSelf()"><B>mapUlpToSelf()</B></A> -
8964 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
8965 <DD>Map the <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true#ulp(double)" title="class or interface in java.lang"><CODE>Math.ulp(double)</CODE></A> function to each entry.
8966 <DT><A HREF="./org/apache/commons/math/MathConfigurationException.html" title="class in org.apache.commons.math"><B>MathConfigurationException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Signals a configuration problem with any of the factory methods.<DT><A HREF="./org/apache/commons/math/MathConfigurationException.html#MathConfigurationException()"><B>MathConfigurationException()</B></A> -
8967 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathConfigurationException.html" title="class in org.apache.commons.math">MathConfigurationException</A>
8968 <DD>Default constructor.
8969 <DT><A HREF="./org/apache/commons/math/MathConfigurationException.html#MathConfigurationException(java.lang.String, java.lang.Object...)"><B>MathConfigurationException(String, Object...)</B></A> -
8970 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathConfigurationException.html" title="class in org.apache.commons.math">MathConfigurationException</A>
8971 <DD>Constructs an exception with specified formatted detail message.
8972 <DT><A HREF="./org/apache/commons/math/MathConfigurationException.html#MathConfigurationException(java.lang.Throwable)"><B>MathConfigurationException(Throwable)</B></A> -
8973 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathConfigurationException.html" title="class in org.apache.commons.math">MathConfigurationException</A>
8974 <DD>Create an exception with a given root cause.
8975 <DT><A HREF="./org/apache/commons/math/MathConfigurationException.html#MathConfigurationException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>MathConfigurationException(Throwable, String, Object...)</B></A> -
8976 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathConfigurationException.html" title="class in org.apache.commons.math">MathConfigurationException</A>
8977 <DD>Constructs an exception with specified formatted detail message and root cause.
8978 <DT><A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math"><B>MathException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Base class for commons-math checked exceptions.<DT><A HREF="./org/apache/commons/math/MathException.html#MathException()"><B>MathException()</B></A> -
8979 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
8980 <DD>Constructs a new <code>MathException</code> with no
8981 detail message.
8982 <DT><A HREF="./org/apache/commons/math/MathException.html#MathException(java.lang.String, java.lang.Object...)"><B>MathException(String, Object...)</B></A> -
8983 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
8984 <DD>Constructs a new <code>MathException</code> with specified
8985 formatted detail message.
8986 <DT><A HREF="./org/apache/commons/math/MathException.html#MathException(java.lang.Throwable)"><B>MathException(Throwable)</B></A> -
8987 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
8988 <DD>Constructs a new <code>MathException</code> with specified
8989 nested <code>Throwable</code> root cause.
8990 <DT><A HREF="./org/apache/commons/math/MathException.html#MathException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>MathException(Throwable, String, Object...)</B></A> -
8991 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
8992 <DD>Constructs a new <code>MathException</code> with specified
8993 formatted detail message and nested <code>Throwable</code> root cause.
8994 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math"><B>MathRuntimeException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Base class for commons-math unchecked exceptions.<DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#MathRuntimeException(java.lang.String, java.lang.Object...)"><B>MathRuntimeException(String, Object...)</B></A> -
8995 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
8996 <DD>Constructs a new <code>MathRuntimeException</code> with specified
8997 formatted detail message.
8998 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#MathRuntimeException(java.lang.Throwable)"><B>MathRuntimeException(Throwable)</B></A> -
8999 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
9000 <DD>Constructs a new <code>MathRuntimeException</code> with specified
9001 nested <code>Throwable</code> root cause.
9002 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#MathRuntimeException(java.lang.Throwable, java.lang.String, java.lang.Object...)"><B>MathRuntimeException(Throwable, String, Object...)</B></A> -
9003 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
9004 <DD>Constructs a new <code>MathRuntimeException</code> with specified
9005 formatted detail message and nested <code>Throwable</code> root cause.
9006 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util"><B>MathUtils</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Some useful additions to the built-in functions in <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Math.html?is-external=true" title="class or interface in java.lang"><CODE>Math</CODE></A>.<DT><A HREF="./org/apache/commons/math/linear/MatrixIndexException.html" title="class in org.apache.commons.math.linear"><B>MatrixIndexException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Thrown when an operation addresses a matrix coordinate (row, col)
9007 which is outside of the dimensions of a matrix.<DT><A HREF="./org/apache/commons/math/linear/MatrixIndexException.html#MatrixIndexException(java.lang.String, java.lang.Object...)"><B>MatrixIndexException(String, Object...)</B></A> -
9008 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixIndexException.html" title="class in org.apache.commons.math.linear">MatrixIndexException</A>
9009 <DD>Constructs a new instance with specified formatted detail message.
9010 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear"><B>MatrixUtils</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>A collection of static methods that operate on or return matrices.<DT><A HREF="./org/apache/commons/math/linear/MatrixVisitorException.html" title="class in org.apache.commons.math.linear"><B>MatrixVisitorException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Thrown when a visitor encounters an error while processing a matrix entry.<DT><A HREF="./org/apache/commons/math/linear/MatrixVisitorException.html#MatrixVisitorException(java.lang.String, java.lang.Object[])"><B>MatrixVisitorException(String, Object[])</B></A> -
9011 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixVisitorException.html" title="class in org.apache.commons.math.linear">MatrixVisitorException</A>
9012 <DD>Constructs a new instance with specified formatted detail message.
9013 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank"><B>Max</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/rank/package-summary.html">org.apache.commons.math.stat.descriptive.rank</A><DD>Returns the maximum of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#Max()"><B>Max()</B></A> -
9014 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
9015 <DD>Create a Max instance
9016 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html#Max(org.apache.commons.math.stat.descriptive.rank.Max)"><B>Max(Max)</B></A> -
9017 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Max.html" title="class in org.apache.commons.math.stat.descriptive.rank">Max</A>
9018 <DD>Copy constructor, creates a new <code>Max</code> identical
9019 to the <code>original</code>
9020 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#max"><B>max</B></A> -
9021 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
9022 <DD>max of values that have been added
9023 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#max(double[])"><B>max(double[])</B></A> -
9024 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9025 <DD>Returns the maximum of the entries in the input array, or
9026 <code>Double.NaN</code> if the array is empty.
9027 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#max(double[], int, int)"><B>max(double[], int, int)</B></A> -
9028 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9029 <DD>Returns the maximum of the entries in the specified portion of
9030 the input array, or <code>Double.NaN</code> if the designated subarray
9031 is empty.
9032 <DT><A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html" title="class in org.apache.commons.math"><B>MaxEvaluationsExceededException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Error thrown when a numerical computation exceeds its allowed
9033 number of functions evaluations.<DT><A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html#MaxEvaluationsExceededException(int)"><B>MaxEvaluationsExceededException(int)</B></A> -
9034 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html" title="class in org.apache.commons.math">MaxEvaluationsExceededException</A>
9035 <DD>Constructs an exception with specified formatted detail message.
9036 <DT><A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html#MaxEvaluationsExceededException(int, java.lang.String, java.lang.Object...)"><B>MaxEvaluationsExceededException(int, String, Object...)</B></A> -
9037 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxEvaluationsExceededException.html" title="class in org.apache.commons.math">MaxEvaluationsExceededException</A>
9038 <DD>Constructs an exception with specified formatted detail message.
9039 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#maximalIterationCount"><B>maximalIterationCount</B></A> -
9040 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
9041 <DD>Maximum number of iterations.
9042 <DT><A HREF="./org/apache/commons/math/MaxIterationsExceededException.html" title="class in org.apache.commons.math"><B>MaxIterationsExceededException</B></A> - Exception in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>Error thrown when a numerical computation exceeds its allowed
9043 number of iterations.<DT><A HREF="./org/apache/commons/math/MaxIterationsExceededException.html#MaxIterationsExceededException(int)"><B>MaxIterationsExceededException(int)</B></A> -
9044 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxIterationsExceededException.html" title="class in org.apache.commons.math">MaxIterationsExceededException</A>
9045 <DD>Constructs an exception with specified formatted detail message.
9046 <DT><A HREF="./org/apache/commons/math/MaxIterationsExceededException.html#MaxIterationsExceededException(int, java.lang.String, java.lang.Object...)"><B>MaxIterationsExceededException(int, String, Object...)</B></A> -
9047 Constructor for exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MaxIterationsExceededException.html" title="class in org.apache.commons.math">MaxIterationsExceededException</A>
9048 <DD>Constructs an exception with specified formatted detail message.
9049 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#mdfft(java.lang.Object, boolean)"><B>mdfft(Object, boolean)</B></A> -
9050 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
9051 <DD>Performs a multi-dimensional Fourier transform on a given array.
9052 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>Mean</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the arithmetic mean of a set of values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#Mean()"><B>Mean()</B></A> -
9053 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
9054 <DD>Constructs a Mean.
9055 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#Mean(org.apache.commons.math.stat.descriptive.moment.FirstMoment)"><B>Mean(FirstMoment)</B></A> -
9056 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
9057 <DD>Constructs a Mean with an External Moment.
9058 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#Mean(org.apache.commons.math.stat.descriptive.moment.Mean)"><B>Mean(Mean)</B></A> -
9059 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
9060 <DD>Copy constructor, creates a new <code>Mean</code> identical
9061 to the <code>original</code>
9062 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#mean"><B>mean</B></A> -
9063 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
9064 <DD>mean of values that have been added
9065 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#mean(double[])"><B>mean(double[])</B></A> -
9066 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9067 <DD>Returns the arithmetic mean of the entries in the input array, or
9068 <code>Double.NaN</code> if the array is empty.
9069 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#mean(double[], int, int)"><B>mean(double[], int, int)</B></A> -
9070 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9071 <DD>Returns the arithmetic mean of the entries in the specified portion of
9072 the input array, or <code>Double.NaN</code> if the designated subarray
9073 is empty.
9074 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#meanDifference(double[], double[])"><B>meanDifference(double[], double[])</B></A> -
9075 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9076 <DD>Returns the mean of the (signed) differences between corresponding elements of the
9077 input arrays -- i.e., sum(sample1[i] - sample2[i]) / sample1.length.
9078 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#measurements"><B>measurements</B></A> -
9079 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
9080 <DD><B>Deprecated.</B>&nbsp;Array of measurements.
9081 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Median.html" title="class in org.apache.commons.math.stat.descriptive.rank"><B>Median</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/rank/package-summary.html">org.apache.commons.math.stat.descriptive.rank</A><DD>Returns the median of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Median.html#Median()"><B>Median()</B></A> -
9082 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Median.html" title="class in org.apache.commons.math.stat.descriptive.rank">Median</A>
9083 <DD>Default constructor.
9084 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Median.html#Median(org.apache.commons.math.stat.descriptive.rank.Median)"><B>Median(Median)</B></A> -
9085 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Median.html" title="class in org.apache.commons.math.stat.descriptive.rank">Median</A>
9086 <DD>Copy constructor, creates a new <code>Median</code> identical
9087 to the <code>original</code>
9088 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random"><B>MersenneTwister</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>This class implements a powerful pseudo-random number generator
9089 developed by Makoto Matsumoto and Takuji Nishimura during
9090 1996-1997.<DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#MersenneTwister()"><B>MersenneTwister()</B></A> -
9091 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
9092 <DD>Creates a new random number generator.
9093 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#MersenneTwister(int)"><B>MersenneTwister(int)</B></A> -
9094 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
9095 <DD>Creates a new random number generator using a single int seed.
9096 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#MersenneTwister(int[])"><B>MersenneTwister(int[])</B></A> -
9097 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
9098 <DD>Creates a new random number generator using an int array seed.
9099 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#MersenneTwister(long)"><B>MersenneTwister(long)</B></A> -
9100 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
9101 <DD>Creates a new random number generator using a single long seed.
9102 <DT><A HREF="./org/apache/commons/math/MessagesResources_fr.html" title="class in org.apache.commons.math"><B>MessagesResources_fr</B></A> - Class in <A HREF="./org/apache/commons/math/package-summary.html">org.apache.commons.math</A><DD>French localization message resources for the commons-math library.<DT><A HREF="./org/apache/commons/math/MessagesResources_fr.html#MessagesResources_fr()"><B>MessagesResources_fr()</B></A> -
9103 Constructor for class org.apache.commons.math.<A HREF="./org/apache/commons/math/MessagesResources_fr.html" title="class in org.apache.commons.math">MessagesResources_fr</A>
9104 <DD>Simple constructor.
9105 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation"><B>MicrosphereInterpolatingFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Interpolating function that implements the
9106 <a href="http://www.dudziak.com/microsphere.php">Microsphere Projection</a>.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.html#MicrosphereInterpolatingFunction(double[][], double[], int, int, org.apache.commons.math.random.UnitSphereRandomVectorGenerator)"><B>MicrosphereInterpolatingFunction(double[][], double[], int, int, UnitSphereRandomVectorGenerator)</B></A> -
9107 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolatingFunction</A>
9108 <DD>&nbsp;
9109 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>MicrosphereInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Interpolator that implements the algorithm described in
9110 <em>William Dudziak</em>'s
9111 <a href="http://www.dudziak.com/microsphere.pdf">MS thesis</a><DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#MicrosphereInterpolator()"><B>MicrosphereInterpolator()</B></A> -
9112 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
9113 <DD>Create a microsphere interpolator with default settings.
9114 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#MicrosphereInterpolator(int, int)"><B>MicrosphereInterpolator(int, int)</B></A> -
9115 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
9116 <DD>Create a microsphere interpolator.
9117 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html#midpoint(double, double)"><B>midpoint(double, double)</B></A> -
9118 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverUtils</A>
9119 <DD>Compute the midpoint of two values.
9120 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/MidpointIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>MidpointIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements a second order Runge-Kutta integrator for
9121 Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/MidpointIntegrator.html#MidpointIntegrator(double)"><B>MidpointIntegrator(double)</B></A> -
9122 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/MidpointIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">MidpointIntegrator</A>
9123 <DD>Simple constructor.
9124 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank"><B>Min</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/rank/package-summary.html">org.apache.commons.math.stat.descriptive.rank</A><DD>Returns the minimum of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#Min()"><B>Min()</B></A> -
9125 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
9126 <DD>Create a Min instance
9127 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html#Min(org.apache.commons.math.stat.descriptive.rank.Min)"><B>Min(Min)</B></A> -
9128 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Min.html" title="class in org.apache.commons.math.stat.descriptive.rank">Min</A>
9129 <DD>Copy constructor, creates a new <code>Min</code> identical
9130 to the <code>original</code>
9131 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#min"><B>min</B></A> -
9132 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
9133 <DD>min of values that have been added
9134 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#min(double[])"><B>min(double[])</B></A> -
9135 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9136 <DD>Returns the minimum of the entries in the input array, or
9137 <code>Double.NaN</code> if the array is empty.
9138 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#min(double[], int, int)"><B>min(double[], int, int)</B></A> -
9139 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
9140 <DD>Returns the minimum of the entries in the specified portion of
9141 the input array, or <code>Double.NaN</code> if the designated subarray
9142 is empty.
9143 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#minimalIterationCount"><B>minimalIterationCount</B></A> -
9144 Variable in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
9145 <DD>minimum number of iterations
9146 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#MINUS_I"><B>MINUS_I</B></A> -
9147 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9148 <DD>Opposite of the first canonical vector (coordinates: -1, 0, 0).
9149 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#MINUS_J"><B>MINUS_J</B></A> -
9150 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9151 <DD>Opposite of the second canonical vector (coordinates: 0, -1, 0).
9152 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#MINUS_K"><B>MINUS_K</B></A> -
9153 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9154 <DD>Opposite of the third canonical vector (coordinates: 0, 0, -1).
9155 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#MINUS_ONE"><B>MINUS_ONE</B></A> -
9156 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9157 <DD>A fraction representing "-1 / 1".
9158 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#MINUS_ONE"><B>MINUS_ONE</B></A> -
9159 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9160 <DD>A fraction representing "-1 / 1".
9161 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html#moment"><B>moment</B></A> -
9162 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Kurtosis.html" title="class in org.apache.commons.math.stat.descriptive.moment">Kurtosis</A>
9163 <DD>Fourth Moment on which this statistic is based
9164 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html#moment"><B>moment</B></A> -
9165 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Mean.html" title="class in org.apache.commons.math.stat.descriptive.moment">Mean</A>
9166 <DD>First moment on which this statistic is based.
9167 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#moment"><B>moment</B></A> -
9168 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
9169 <DD>Third moment on which this statistic is based
9170 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#moment"><B>moment</B></A> -
9171 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
9172 <DD>SecondMoment is used in incremental calculation of Variance
9173 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#mulAndCheck(int, int)"><B>mulAndCheck(int, int)</B></A> -
9174 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
9175 <DD>Multiply two integers, checking for overflow.
9176 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#mulAndCheck(long, long)"><B>mulAndCheck(long, long)</B></A> -
9177 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
9178 <DD>Multiply two long integers, checking for overflow.
9179 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>MullerSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements the <a href="http://mathworld.wolfram.com/MullersMethod.html">
9180 Muller's Method</a> for root finding of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#MullerSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>MullerSolver(UnivariateRealFunction)</B></A> -
9181 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
9182 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
9183 to the <A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>MullerSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
9184 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
9185 method.</I>
9186 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#MullerSolver()"><B>MullerSolver()</B></A> -
9187 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
9188 <DD>Construct a solver.
9189 <DT><A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html" title="class in org.apache.commons.math.optimization.direct"><B>MultiDirectional</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/direct/package-summary.html">org.apache.commons.math.optimization.direct</A><DD>This class implements the multi-directional direct search method.<DT><A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html#MultiDirectional()"><B>MultiDirectional()</B></A> -
9190 Constructor for class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html" title="class in org.apache.commons.math.optimization.direct">MultiDirectional</A>
9191 <DD>Build a multi-directional optimizer with default coefficients.
9192 <DT><A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html#MultiDirectional(double, double)"><B>MultiDirectional(double, double)</B></A> -
9193 Constructor for class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/MultiDirectional.html" title="class in org.apache.commons.math.optimization.direct">MultiDirectional</A>
9194 <DD>Build a multi-directional optimizer with specified coefficients.
9195 <DT><A HREF="./org/apache/commons/math/stat/regression/MultipleLinearRegression.html" title="interface in org.apache.commons.math.stat.regression"><B>MultipleLinearRegression</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/regression/package-summary.html">org.apache.commons.math.stat.regression</A><DD>The multiple linear regression can be represented in matrix-notation.<DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#MULTIPLICATIVE_MODE"><B>MULTIPLICATIVE_MODE</B></A> -
9196 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
9197 <DD>multiplicative expansion mode
9198 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#MULTIPLY"><B>MULTIPLY</B></A> -
9199 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
9200 <DD>The * operator method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
9201 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#multiply(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>multiply(UnivariateRealFunction)</B></A> -
9202 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
9203 <DD>Return a function multiplying the instance and another function.
9204 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#multiply(double)"><B>multiply(double)</B></A> -
9205 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
9206 <DD>Return a function scaling the instance by a constant factor.
9207 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#multiply(org.apache.commons.math.analysis.polynomials.PolynomialFunction)"><B>multiply(PolynomialFunction)</B></A> -
9208 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
9209 <DD>Multiply the instance by a polynomial.
9210 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#multiply(org.apache.commons.math.complex.Complex)"><B>multiply(Complex)</B></A> -
9211 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9212 <DD>Return the product of this complex number and the given complex number.
9213 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#multiply(double)"><B>multiply(double)</B></A> -
9214 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9215 <DD>Return the product of this complex number and the given scalar number.
9216 <DT><A HREF="./org/apache/commons/math/FieldElement.html#multiply(T)"><B>multiply(T)</B></A> -
9217 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>
9218 <DD>Compute this &times; a.
9219 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#multiply(java.math.BigInteger)"><B>multiply(BigInteger)</B></A> -
9220 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9221 <DD>
9222 Multiplies the value of this fraction by the passed
9223 <code>BigInteger</code>, returning the result in reduced form.
9224 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#multiply(int)"><B>multiply(int)</B></A> -
9225 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9226 <DD>
9227 Multiply the value of this fraction by the passed <tt>int</tt>, returning
9228 the result in reduced form.
9229 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#multiply(long)"><B>multiply(long)</B></A> -
9230 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9231 <DD>
9232 Multiply the value of this fraction by the passed <tt>long</tt>,
9233 returning the result in reduced form.
9234 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#multiply(org.apache.commons.math.fraction.BigFraction)"><B>multiply(BigFraction)</B></A> -
9235 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9236 <DD>
9237 Multiplies the value of this fraction by another, returning the result in
9238 reduced form.
9239 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#multiply(org.apache.commons.math.fraction.Fraction)"><B>multiply(Fraction)</B></A> -
9240 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9241 <DD>Multiplies the value of this fraction by another, returning the
9242 result in reduced form.
9243 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#multiply(int)"><B>multiply(int)</B></A> -
9244 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9245 <DD>Multiply the fraction by an integer.
9246 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#multiply(org.apache.commons.math.linear.FieldMatrix)"><B>multiply(FieldMatrix&lt;T&gt;)</B></A> -
9247 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
9248 <DD>Returns the result of postmultiplying this by m.
9249 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9250 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
9251 <DD>Returns the result of postmultiplying this by m.
9252 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#multiply(org.apache.commons.math.linear.FieldMatrix)"><B>multiply(FieldMatrix&lt;T&gt;)</B></A> -
9253 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
9254 <DD>Returns the result of postmultiplying this by m.
9255 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#multiply(org.apache.commons.math.linear.Array2DRowFieldMatrix)"><B>multiply(Array2DRowFieldMatrix&lt;T&gt;)</B></A> -
9256 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
9257 <DD>Returns the result of postmultiplying this by <code>m</code>.
9258 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9259 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
9260 <DD>Returns the result of postmultiplying this by m.
9261 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#multiply(org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>multiply(Array2DRowRealMatrix)</B></A> -
9262 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
9263 <DD>Returns the result of postmultiplying this by <code>m</code>.
9264 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#multiply(org.apache.commons.math.linear.BigMatrix)"><B>multiply(BigMatrix)</B></A> -
9265 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
9266 <DD><B>Deprecated.</B>&nbsp;Returns the result of postmultiplying this by m.
9267 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#multiply(org.apache.commons.math.linear.BigMatrix)"><B>multiply(BigMatrix)</B></A> -
9268 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
9269 <DD><B>Deprecated.</B>&nbsp;Returns the result of postmultiplying this by <code>m</code>.
9270 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#multiply(org.apache.commons.math.linear.BigMatrixImpl)"><B>multiply(BigMatrixImpl)</B></A> -
9271 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
9272 <DD><B>Deprecated.</B>&nbsp;Returns the result of postmultiplying this by <code>m</code>.
9273 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#multiply(org.apache.commons.math.linear.FieldMatrix)"><B>multiply(FieldMatrix&lt;T&gt;)</B></A> -
9274 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
9275 <DD>Returns the result of postmultiplying this by m.
9276 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#multiply(org.apache.commons.math.linear.BlockFieldMatrix)"><B>multiply(BlockFieldMatrix&lt;T&gt;)</B></A> -
9277 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
9278 <DD>Returns the result of postmultiplying this by m.
9279 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9280 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
9281 <DD>Returns the result of postmultiplying this by m.
9282 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#multiply(org.apache.commons.math.linear.BlockRealMatrix)"><B>multiply(BlockRealMatrix)</B></A> -
9283 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
9284 <DD>Returns the result of postmultiplying this by m.
9285 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#multiply(org.apache.commons.math.linear.FieldMatrix)"><B>multiply(FieldMatrix&lt;T&gt;)</B></A> -
9286 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
9287 <DD>Returns the result of postmultiplying this by m.
9288 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9289 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
9290 <DD>Returns the result of postmultiplying this by m.
9291 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#multiply(org.apache.commons.math.linear.OpenMapRealMatrix)"><B>multiply(OpenMapRealMatrix)</B></A> -
9292 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
9293 <DD>Returns the result of postmultiplying this by m.
9294 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9295 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
9296 <DD>Returns the result of postmultiplying this by m.
9297 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#multiply(org.apache.commons.math.linear.RealMatrix)"><B>multiply(RealMatrix)</B></A> -
9298 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
9299 <DD><B>Deprecated.</B>&nbsp;Returns the result of postmultiplying this by m.
9300 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#multiply(org.apache.commons.math.linear.RealMatrixImpl)"><B>multiply(RealMatrixImpl)</B></A> -
9301 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
9302 <DD><B>Deprecated.</B>&nbsp;Returns the result of postmultiplying this by <code>m</code>.
9303 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#multiply(org.apache.commons.math.util.BigReal)"><B>multiply(BigReal)</B></A> -
9304 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
9305 <DD>Compute this &times; a.
9306 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#multiplyEntry(int, int, T)"><B>multiplyEntry(int, int, T)</B></A> -
9307 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
9308 <DD>Change an entry in the specified row and column.
9309 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9310 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
9311 <DD>Change an entry in the specified row and column.
9312 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#multiplyEntry(int, int, T)"><B>multiplyEntry(int, int, T)</B></A> -
9313 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
9314 <DD>Change an entry in the specified row and column.
9315 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9316 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
9317 <DD>Change an entry in the specified row and column.
9318 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#multiplyEntry(int, int, T)"><B>multiplyEntry(int, int, T)</B></A> -
9319 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
9320 <DD>Change an entry in the specified row and column.
9321 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9322 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
9323 <DD>Change an entry in the specified row and column.
9324 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#multiplyEntry(int, int, T)"><B>multiplyEntry(int, int, T)</B></A> -
9325 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
9326 <DD>Change an entry in the specified row and column.
9327 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9328 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
9329 <DD>Change an entry in the specified row and column.
9330 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9331 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
9332 <DD>Change an entry in the specified row and column.
9333 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#multiplyEntry(int, int, double)"><B>multiplyEntry(int, int, double)</B></A> -
9334 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
9335 <DD><B>Deprecated.</B>&nbsp;Change an entry in the specified row and column.
9336 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#multiplyEntry(int, int, T)"><B>multiplyEntry(int, int, T)</B></A> -
9337 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
9338 <DD>Change an entry in the specified row and column.
9339 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization"><B>MultiStartDifferentiableMultivariateRealOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Special implementation of the <A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>DifferentiableMultivariateRealOptimizer</CODE></A> interface adding
9340 multi-start features to an existing optimizer.<DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#MultiStartDifferentiableMultivariateRealOptimizer(org.apache.commons.math.optimization.DifferentiableMultivariateRealOptimizer, int, org.apache.commons.math.random.RandomVectorGenerator)"><B>MultiStartDifferentiableMultivariateRealOptimizer(DifferentiableMultivariateRealOptimizer, int, RandomVectorGenerator)</B></A> -
9341 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
9342 <DD>Create a multi-start optimizer from a single-start optimizer
9343 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization"><B>MultiStartDifferentiableMultivariateVectorialOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Special implementation of the <A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>DifferentiableMultivariateVectorialOptimizer</CODE></A> interface adding
9344 multi-start features to an existing optimizer.<DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#MultiStartDifferentiableMultivariateVectorialOptimizer(org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer, int, org.apache.commons.math.random.RandomVectorGenerator)"><B>MultiStartDifferentiableMultivariateVectorialOptimizer(DifferentiableMultivariateVectorialOptimizer, int, RandomVectorGenerator)</B></A> -
9345 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
9346 <DD>Create a multi-start optimizer from a single-start optimizer
9347 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization"><B>MultiStartMultivariateRealOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Special implementation of the <A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>MultivariateRealOptimizer</CODE></A> interface adding
9348 multi-start features to an existing optimizer.<DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#MultiStartMultivariateRealOptimizer(org.apache.commons.math.optimization.MultivariateRealOptimizer, int, org.apache.commons.math.random.RandomVectorGenerator)"><B>MultiStartMultivariateRealOptimizer(MultivariateRealOptimizer, int, RandomVectorGenerator)</B></A> -
9349 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
9350 <DD>Create a multi-start optimizer from a single-start optimizer
9351 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization"><B>MultiStartUnivariateRealOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Special implementation of the <A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>UnivariateRealOptimizer</CODE></A> interface adding
9352 multi-start features to an existing optimizer.<DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#MultiStartUnivariateRealOptimizer(org.apache.commons.math.optimization.UnivariateRealOptimizer, int, org.apache.commons.math.random.RandomGenerator)"><B>MultiStartUnivariateRealOptimizer(UnivariateRealOptimizer, int, RandomGenerator)</B></A> -
9353 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
9354 <DD>Create a multi-start optimizer from a single-start optimizer
9355 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode"><B>MultistepIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This class is the base class for multistep integrators for Ordinary
9356 Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#MultistepIntegrator(java.lang.String, int, int, double, double, double, double)"><B>MultistepIntegrator(String, int, int, double, double, double, double)</B></A> -
9357 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
9358 <DD>Build a multistep integrator with the given stepsize bounds.
9359 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#MultistepIntegrator(java.lang.String, int, int, double, double, double[], double[])"><B>MultistepIntegrator(String, int, int, double, double, double[], double[])</B></A> -
9360 Constructor for class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
9361 <DD>Build a multistep integrator with the given stepsize bounds.
9362 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.NordsieckTransformer.html" title="interface in org.apache.commons.math.ode"><B>MultistepIntegrator.NordsieckTransformer</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>Transformer used to convert the first step to Nordsieck representation.<DT><A HREF="./org/apache/commons/math/analysis/MultivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis"><B>MultivariateMatrixFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a multivariate matrix function.<DT><A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><B>MultivariateRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a multivariate real function.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/MultivariateRealInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation"><B>MultivariateRealInterpolator</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Interface representing a univariate real interpolating function.<DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><B>MultivariateRealOptimizer</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This interface represents an optimization algorithm for <A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><CODE>scalar objective functions</CODE></A>.<DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>MultivariateSummaryStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Computes summary statistics for a stream of n-tuples added using the
9363 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#addValue(double[])"><CODE>addValue</CODE></A> method.<DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#MultivariateSummaryStatistics(int, boolean)"><B>MultivariateSummaryStatistics(int, boolean)</B></A> -
9364 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
9365 <DD>Construct a MultivariateSummaryStatistics instance
9366 <DT><A HREF="./org/apache/commons/math/analysis/MultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><B>MultivariateVectorialFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a multivariate vectorial function.<DT><A HREF="./org/apache/commons/math/genetics/BinaryMutation.html#mutate(org.apache.commons.math.genetics.Chromosome)"><B>mutate(Chromosome)</B></A> -
9367 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryMutation.html" title="class in org.apache.commons.math.genetics">BinaryMutation</A>
9368 <DD>Mutate the given chromosome.
9369 <DT><A HREF="./org/apache/commons/math/genetics/MutationPolicy.html#mutate(org.apache.commons.math.genetics.Chromosome)"><B>mutate(Chromosome)</B></A> -
9370 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/MutationPolicy.html" title="interface in org.apache.commons.math.genetics">MutationPolicy</A>
9371 <DD>Mutate the given chromosome.
9372 <DT><A HREF="./org/apache/commons/math/genetics/RandomKeyMutation.html#mutate(org.apache.commons.math.genetics.Chromosome)"><B>mutate(Chromosome)</B></A> -
9373 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKeyMutation.html" title="class in org.apache.commons.math.genetics">RandomKeyMutation</A>
9374 <DD>Mutate the given chromosome.
9375 <DT><A HREF="./org/apache/commons/math/genetics/MutationPolicy.html" title="interface in org.apache.commons.math.genetics"><B>MutationPolicy</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Algorithm used to mutate a chrommosome.</DL>
9376 <HR>
9377 <A NAME="_N_"><!-- --></A><H2>
9378 <B>N</B></H2>
9379 <DL>
9380 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#n"><B>n</B></A> -
9381 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
9382 <DD>Count of values that have been added
9383 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#n"><B>n</B></A> -
9384 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
9385 <DD>count of values that have been added
9386 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#NaN"><B>NaN</B></A> -
9387 Static variable in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9388 <DD>A complex number representing "NaN + NaNi"
9389 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#NaN"><B>NaN</B></A> -
9390 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9391 <DD>A vector with all coordinates set to NaN.
9392 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaNStrategy.html" title="enum in org.apache.commons.math.stat.ranking"><B>NaNStrategy</B></A> - Enum in <A HREF="./org/apache/commons/math/stat/ranking/package-summary.html">org.apache.commons.math.stat.ranking</A><DD>Strategies for handling NaN values in rank transformations.<DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking"><B>NaturalRanking</B></A> - Class in <A HREF="./org/apache/commons/math/stat/ranking/package-summary.html">org.apache.commons.math.stat.ranking</A><DD> Ranking based on the natural ordering on doubles.<DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking()"><B>NaturalRanking()</B></A> -
9393 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9394 <DD>Create a NaturalRanking with default strategies for handling ties and NaNs.
9395 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking(org.apache.commons.math.stat.ranking.TiesStrategy)"><B>NaturalRanking(TiesStrategy)</B></A> -
9396 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9397 <DD>Create a NaturalRanking with the given TiesStrategy.
9398 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking(org.apache.commons.math.stat.ranking.NaNStrategy)"><B>NaturalRanking(NaNStrategy)</B></A> -
9399 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9400 <DD>Create a NaturalRanking with the given NaNStrategy.
9401 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking(org.apache.commons.math.stat.ranking.NaNStrategy, org.apache.commons.math.stat.ranking.TiesStrategy)"><B>NaturalRanking(NaNStrategy, TiesStrategy)</B></A> -
9402 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9403 <DD>Create a NaturalRanking with the given NaNStrategy and TiesStrategy.
9404 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking(org.apache.commons.math.random.RandomGenerator)"><B>NaturalRanking(RandomGenerator)</B></A> -
9405 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9406 <DD>Create a NaturalRanking with TiesStrategy.RANDOM and the given
9407 RandomGenerator as the source of random data.
9408 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#NaturalRanking(org.apache.commons.math.stat.ranking.NaNStrategy, org.apache.commons.math.random.RandomGenerator)"><B>NaturalRanking(NaNStrategy, RandomGenerator)</B></A> -
9409 Constructor for class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
9410 <DD>Create a NaturalRanking with the given NaNStrategy, TiesStrategy.RANDOM
9411 and the given source of random data.
9412 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html#nDev"><B>nDev</B></A> -
9413 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/FirstMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">FirstMoment</A>
9414 <DD>Deviation of most recently added value from previous first moment,
9415 normalized by previous sample size.
9416 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#nDevSq"><B>nDevSq</B></A> -
9417 Variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
9418 <DD>Square of deviation of most recently added value from previous first
9419 moment, normalized by previous sample size.
9420 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#NEGATE"><B>NEGATE</B></A> -
9421 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
9422 <DD>The - operator wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
9423 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#negate()"><B>negate()</B></A> -
9424 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
9425 <DD>Negate the instance.
9426 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#negate()"><B>negate()</B></A> -
9427 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9428 <DD>Return the additive inverse of this complex number.
9429 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#negate()"><B>negate()</B></A> -
9430 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9431 <DD>
9432 Return the additive inverse of this fraction, returning the result in
9433 reduced form.
9434 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#negate()"><B>negate()</B></A> -
9435 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9436 <DD>Return the additive inverse of this fraction.
9437 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#negate()"><B>negate()</B></A> -
9438 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9439 <DD>Get the opposite of the instance.
9440 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#NEGATIVE_INFINITY"><B>NEGATIVE_INFINITY</B></A> -
9441 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9442 <DD>A vector with all coordinates set to negative infinity.
9443 <DT><A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html" title="class in org.apache.commons.math.optimization.direct"><B>NelderMead</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/direct/package-summary.html">org.apache.commons.math.optimization.direct</A><DD>This class implements the Nelder-Mead direct search method.<DT><A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html#NelderMead()"><B>NelderMead()</B></A> -
9444 Constructor for class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html" title="class in org.apache.commons.math.optimization.direct">NelderMead</A>
9445 <DD>Build a Nelder-Mead optimizer with default coefficients.
9446 <DT><A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html#NelderMead(double, double, double, double)"><B>NelderMead(double, double, double, double)</B></A> -
9447 Constructor for class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/NelderMead.html" title="class in org.apache.commons.math.optimization.direct">NelderMead</A>
9448 <DD>Build a Nelder-Mead optimizer with specified coefficients.
9449 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/NevilleInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>NevilleInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Implements the <a href="http://mathworld.wolfram.com/NevillesAlgorithm.html">
9450 Neville's Algorithm</a> for interpolation of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/NevilleInterpolator.html#NevilleInterpolator()"><B>NevilleInterpolator()</B></A> -
9451 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/NevilleInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">NevilleInterpolator</A>
9452 <DD>&nbsp;
9453 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newBisectionSolver()"><B>newBisectionSolver()</B></A> -
9454 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9455 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9456 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#newBisectionSolver()"><B>newBisectionSolver()</B></A> -
9457 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
9458 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9459 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newBrentSolver()"><B>newBrentSolver()</B></A> -
9460 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9461 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9462 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#newBrentSolver()"><B>newBrentSolver()</B></A> -
9463 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
9464 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9465 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#newCovarianceData(double[][])"><B>newCovarianceData(double[][])</B></A> -
9466 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
9467 <DD>Add the covariance data.
9468 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newDefaultSolver()"><B>newDefaultSolver()</B></A> -
9469 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9470 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9471 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#newDefaultSolver()"><B>newDefaultSolver()</B></A> -
9472 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
9473 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9474 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#newFixedLengthChromosome(java.util.List)"><B>newFixedLengthChromosome(List&lt;T&gt;)</B></A> -
9475 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
9476 <DD>Creates a new instance of the same class as <code>this</code> is, with a
9477 given <code>arrayRepresentation</code>.
9478 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newInstance()"><B>newInstance()</B></A> -
9479 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9480 <DD>Create a new factory.
9481 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newNewtonSolver()"><B>newNewtonSolver()</B></A> -
9482 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9483 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9484 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#newNewtonSolver()"><B>newNewtonSolver()</B></A> -
9485 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
9486 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9487 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#newSampleData(double[], int, int)"><B>newSampleData(double[], int, int)</B></A> -
9488 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
9489 <DD>Loads model x and y sample data from a flat array of data, overriding any previous sample.
9490 <DT><A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html#newSampleData(double[], double[][], double[][])"><B>newSampleData(double[], double[][], double[][])</B></A> -
9491 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/GLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">GLSMultipleLinearRegression</A>
9492 <DD>Replace sample data, overriding any previous sample.
9493 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#newSampleData(double[], double[][])"><B>newSampleData(double[], double[][])</B></A> -
9494 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
9495 <DD>Loads model x and y sample data, overriding any previous sample.
9496 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#newSampleData(double[], int, int)"><B>newSampleData(double[], int, int)</B></A> -
9497 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
9498 <DD>Loads model x and y sample data from a flat array of data, overriding any previous sample.
9499 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#newSecantSolver()"><B>newSecantSolver()</B></A> -
9500 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
9501 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9502 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#newSecantSolver()"><B>newSecantSolver()</B></A> -
9503 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
9504 <DD>Create a new <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A>.
9505 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>NewtonSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements <a href="http://mathworld.wolfram.com/NewtonsMethod.html">
9506 Newton's Method</a> for finding zeros of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#NewtonSolver(org.apache.commons.math.analysis.DifferentiableUnivariateRealFunction)"><B>NewtonSolver(DifferentiableUnivariateRealFunction)</B></A> -
9507 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
9508 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
9509 to the <A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>NewtonSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
9510 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
9511 method.</I>
9512 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#NewtonSolver()"><B>NewtonSolver()</B></A> -
9513 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
9514 <DD>Construct a solver.
9515 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#newXSampleData(double[][])"><B>newXSampleData(double[][])</B></A> -
9516 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
9517 <DD>Loads new x sample data, overriding any previous sample
9518 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#newXSampleData(double[][])"><B>newXSampleData(double[][])</B></A> -
9519 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
9520 <DD>Loads new x sample data, overriding any previous sample
9521 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#newYSampleData(double[])"><B>newYSampleData(double[])</B></A> -
9522 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
9523 <DD>Loads new y sample data, overriding any previous sample
9524 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html#next()"><B>next()</B></A> -
9525 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear">AbstractRealVector.SparseEntryIterator</A>
9526 <DD>
9527 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html#next()"><B>next()</B></A> -
9528 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapSparseIterator</A>
9529 <DD>
9530 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#next(int)"><B>next(int)</B></A> -
9531 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9532 <DD>Generate next pseudorandom number.
9533 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#next(int)"><B>next(int)</B></A> -
9534 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
9535 <DD>Generate next pseudorandom number.
9536 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#nextAfter(double, double)"><B>nextAfter(double, double)</B></A> -
9537 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
9538 <DD>Get the next machine representable number after a number, moving
9539 in the direction of another number.
9540 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextBoolean()"><B>nextBoolean()</B></A> -
9541 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9542 <DD>Returns the next pseudorandom, uniformly distributed
9543 <code>boolean</code> value from this random number generator's
9544 sequence.
9545 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextBoolean()"><B>nextBoolean()</B></A> -
9546 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9547 <DD>Returns the next pseudorandom, uniformly distributed
9548 <code>boolean</code> value from this random number generator's
9549 sequence.
9550 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextBoolean()"><B>nextBoolean()</B></A> -
9551 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9552 <DD>Returns the next pseudorandom, uniformly distributed
9553 <code>boolean</code> value from this random number generator's
9554 sequence.
9555 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextBoolean()"><B>nextBoolean()</B></A> -
9556 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9557 <DD>Returns the next pseudorandom, uniformly distributed
9558 <code>boolean</code> value from this random number generator's
9559 sequence.
9560 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> -
9561 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9562 <DD>Generates random bytes and places them into a user-supplied
9563 byte array.
9564 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> -
9565 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9566 <DD>Generates random bytes and places them into a user-supplied
9567 byte array.
9568 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> -
9569 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9570 <DD>Generates random bytes and places them into a user-supplied
9571 byte array.
9572 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextBytes(byte[])"><B>nextBytes(byte[])</B></A> -
9573 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9574 <DD>Generates random bytes and places them into a user-supplied
9575 byte array.
9576 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextDouble()"><B>nextDouble()</B></A> -
9577 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9578 <DD>Returns the next pseudorandom, uniformly distributed
9579 <code>double</code> value between <code>0.0</code> and
9580 <code>1.0</code> from this random number generator's sequence.
9581 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextDouble()"><B>nextDouble()</B></A> -
9582 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9583 <DD>Returns the next pseudorandom, uniformly distributed
9584 <code>double</code> value between <code>0.0</code> and
9585 <code>1.0</code> from this random number generator's sequence.
9586 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextDouble()"><B>nextDouble()</B></A> -
9587 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9588 <DD>Returns the next pseudorandom, uniformly distributed
9589 <code>double</code> value between <code>0.0</code> and
9590 <code>1.0</code> from this random number generator's sequence.
9591 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextDouble()"><B>nextDouble()</B></A> -
9592 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9593 <DD>Returns the next pseudorandom, uniformly distributed
9594 <code>double</code> value between <code>0.0</code> and
9595 <code>1.0</code> from this random number generator's sequence.
9596 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextExponential(double)"><B>nextExponential(double)</B></A> -
9597 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9598 <DD>Generates a random value from the exponential distribution
9599 with expected value = <code>mean</code>.
9600 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextExponential(double)"><B>nextExponential(double)</B></A> -
9601 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9602 <DD>Returns a random value from an Exponential distribution with the given
9603 mean.
9604 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextFloat()"><B>nextFloat()</B></A> -
9605 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9606 <DD>Returns the next pseudorandom, uniformly distributed <code>float</code>
9607 value between <code>0.0</code> and <code>1.0</code> from this random
9608 number generator's sequence.
9609 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextFloat()"><B>nextFloat()</B></A> -
9610 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9611 <DD>Returns the next pseudorandom, uniformly distributed <code>float</code>
9612 value between <code>0.0</code> and <code>1.0</code> from this random
9613 number generator's sequence.
9614 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextFloat()"><B>nextFloat()</B></A> -
9615 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9616 <DD>Returns the next pseudorandom, uniformly distributed <code>float</code>
9617 value between <code>0.0</code> and <code>1.0</code> from this random
9618 number generator's sequence.
9619 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextFloat()"><B>nextFloat()</B></A> -
9620 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9621 <DD>Returns the next pseudorandom, uniformly distributed <code>float</code>
9622 value between <code>0.0</code> and <code>1.0</code> from this random
9623 number generator's sequence.
9624 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextGaussian()"><B>nextGaussian()</B></A> -
9625 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9626 <DD>Returns the next pseudorandom, Gaussian ("normally") distributed
9627 <code>double</code> value with mean <code>0.0</code> and standard
9628 deviation <code>1.0</code> from this random number generator's sequence.
9629 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextGaussian()"><B>nextGaussian()</B></A> -
9630 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9631 <DD>Returns the next pseudorandom, Gaussian ("normally") distributed
9632 <code>double</code> value with mean <code>0.0</code> and standard
9633 deviation <code>1.0</code> from this random number generator's sequence.
9634 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextGaussian()"><B>nextGaussian()</B></A> -
9635 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9636 <DD>Returns the next pseudorandom, Gaussian ("normally") distributed
9637 <code>double</code> value with mean <code>0.0</code> and standard
9638 deviation <code>1.0</code> from this random number generator's sequence.
9639 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextGaussian(double, double)"><B>nextGaussian(double, double)</B></A> -
9640 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9641 <DD>Generates a random value from the
9642 Normal (or Gaussian) distribution with the given mean
9643 and standard deviation.
9644 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextGaussian(double, double)"><B>nextGaussian(double, double)</B></A> -
9645 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9646 <DD>Generate a random value from a Normal (a.k.a.
9647 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextGaussian()"><B>nextGaussian()</B></A> -
9648 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9649 <DD>Returns the next pseudorandom, Gaussian ("normally") distributed
9650 <code>double</code> value with mean <code>0.0</code> and standard
9651 deviation <code>1.0</code> from this random number generator's sequence.
9652 <DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html#nextGeneration()"><B>nextGeneration()</B></A> -
9653 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics">ElitisticListPopulation</A>
9654 <DD>Start the population for the next generation.
9655 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#nextGeneration(org.apache.commons.math.genetics.Population)"><B>nextGeneration(Population)</B></A> -
9656 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
9657 <DD>Evolve the given population into the next generation.
9658 <DT><A HREF="./org/apache/commons/math/genetics/Population.html#nextGeneration()"><B>nextGeneration()</B></A> -
9659 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics">Population</A>
9660 <DD>Start the population for the next generation.
9661 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextHexString(int)"><B>nextHexString(int)</B></A> -
9662 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9663 <DD>Generates a random string of hex characters of length
9664 <code>len</code>.
9665 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextHexString(int)"><B>nextHexString(int)</B></A> -
9666 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9667 <DD>Generates a random string of hex characters of length
9668 <code>len</code>.
9669 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextInt()"><B>nextInt()</B></A> -
9670 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9671 <DD>Returns the next pseudorandom, uniformly distributed <code>int</code>
9672 value from this random number generator's sequence.
9673 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextInt(int)"><B>nextInt(int)</B></A> -
9674 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9675 <DD>Returns a pseudorandom, uniformly distributed <tt>int</tt> value
9676 between 0 (inclusive) and the specified value (exclusive), drawn from
9677 this random number generator's sequence.
9678 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextInt()"><B>nextInt()</B></A> -
9679 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9680 <DD>Returns the next pseudorandom, uniformly distributed <code>int</code>
9681 value from this random number generator's sequence.
9682 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextInt(int)"><B>nextInt(int)</B></A> -
9683 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9684 <DD>Returns a pseudorandom, uniformly distributed <tt>int</tt> value
9685 between 0 (inclusive) and the specified value (exclusive), drawn from
9686 this random number generator's sequence.
9687 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextInt()"><B>nextInt()</B></A> -
9688 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9689 <DD>Returns the next pseudorandom, uniformly distributed <code>int</code>
9690 value from this random number generator's sequence.
9691 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextInt(int)"><B>nextInt(int)</B></A> -
9692 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9693 <DD>Returns a pseudorandom, uniformly distributed <tt>int</tt> value
9694 between 0 (inclusive) and the specified value (exclusive), drawn from
9695 this random number generator's sequence.
9696 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextInt(int, int)"><B>nextInt(int, int)</B></A> -
9697 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9698 <DD>Generates a uniformly distributed random integer between
9699 <code>lower</code> and <code>upper</code> (endpoints included).
9700 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextInt(int, int)"><B>nextInt(int, int)</B></A> -
9701 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9702 <DD>Generate a random int value uniformly distributed between
9703 <code>lower</code> and <code>upper</code>, inclusive.
9704 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextInt()"><B>nextInt()</B></A> -
9705 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9706 <DD>Returns the next pseudorandom, uniformly distributed <code>int</code>
9707 value from this random number generator's sequence.
9708 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextInt(int)"><B>nextInt(int)</B></A> -
9709 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9710 <DD>Returns a pseudorandom, uniformly distributed <tt>int</tt> value
9711 between 0 (inclusive) and the specified value (exclusive), drawn from
9712 this random number generator's sequence.
9713 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#nextLong()"><B>nextLong()</B></A> -
9714 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
9715 <DD>Returns the next pseudorandom, uniformly distributed <code>long</code>
9716 value from this random number generator's sequence.
9717 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#nextLong()"><B>nextLong()</B></A> -
9718 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
9719 <DD>Returns the next pseudorandom, uniformly distributed <code>long</code>
9720 value from this random number generator's sequence.
9721 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#nextLong()"><B>nextLong()</B></A> -
9722 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
9723 <DD>Returns the next pseudorandom, uniformly distributed <code>long</code>
9724 value from this random number generator's sequence.
9725 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextLong(long, long)"><B>nextLong(long, long)</B></A> -
9726 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9727 <DD>Generates a uniformly distributed random long integer between
9728 <code>lower</code> and <code>upper</code> (endpoints included).
9729 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextLong(long, long)"><B>nextLong(long, long)</B></A> -
9730 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9731 <DD>Generate a random long value uniformly distributed between
9732 <code>lower</code> and <code>upper</code>, inclusive.
9733 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#nextLong()"><B>nextLong()</B></A> -
9734 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
9735 <DD>Returns the next pseudorandom, uniformly distributed <code>long</code>
9736 value from this random number generator's sequence.
9737 <DT><A HREF="./org/apache/commons/math/random/GaussianRandomGenerator.html#nextNormalizedDouble()"><B>nextNormalizedDouble()</B></A> -
9738 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/GaussianRandomGenerator.html" title="class in org.apache.commons.math.random">GaussianRandomGenerator</A>
9739 <DD>Generate a random scalar with null mean and unit standard deviation.
9740 <DT><A HREF="./org/apache/commons/math/random/NormalizedRandomGenerator.html#nextNormalizedDouble()"><B>nextNormalizedDouble()</B></A> -
9741 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/NormalizedRandomGenerator.html" title="interface in org.apache.commons.math.random">NormalizedRandomGenerator</A>
9742 <DD>Generate a random scalar with null mean and unit standard deviation.
9743 <DT><A HREF="./org/apache/commons/math/random/UniformRandomGenerator.html#nextNormalizedDouble()"><B>nextNormalizedDouble()</B></A> -
9744 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UniformRandomGenerator.html" title="class in org.apache.commons.math.random">UniformRandomGenerator</A>
9745 <DD>Generate a random scalar with null mean and unit standard deviation.
9746 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextPermutation(int, int)"><B>nextPermutation(int, int)</B></A> -
9747 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9748 <DD>Generates an integer array of length <code>k</code> whose entries
9749 are selected randomly, without repetition, from the integers <code>
9750 0 through n-1</code> (inclusive).
9751 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextPermutation(int, int)"><B>nextPermutation(int, int)</B></A> -
9752 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9753 <DD>Generates an integer array of length <code>k</code> whose entries are
9754 selected randomly, without repetition, from the integers
9755 <code>0 through n-1</code> (inclusive).
9756 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextPoisson(double)"><B>nextPoisson(double)</B></A> -
9757 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9758 <DD>Generates a random value from the Poisson distribution with
9759 the given mean.
9760 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextPoisson(double)"><B>nextPoisson(double)</B></A> -
9761 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9762 <DD>Generates a random value from the Poisson distribution with
9763 the given mean.
9764 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextSample(java.util.Collection, int)"><B>nextSample(Collection&lt;?&gt;, int)</B></A> -
9765 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9766 <DD>Returns an array of <code>k</code> objects selected randomly
9767 from the Collection <code>c</code>.
9768 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextSample(java.util.Collection, int)"><B>nextSample(Collection&lt;?&gt;, int)</B></A> -
9769 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9770 <DD>Uses a 2-cycle permutation shuffle to generate a random permutation.
9771 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextSecureHexString(int)"><B>nextSecureHexString(int)</B></A> -
9772 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9773 <DD>Generates a random string of hex characters from a secure random
9774 sequence.
9775 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextSecureHexString(int)"><B>nextSecureHexString(int)</B></A> -
9776 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9777 <DD>Generates a random string of hex characters from a secure random
9778 sequence.
9779 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextSecureInt(int, int)"><B>nextSecureInt(int, int)</B></A> -
9780 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9781 <DD>Generates a uniformly distributed random integer between
9782 <code>lower</code> and <code>upper</code> (endpoints included)
9783 from a secure random sequence.
9784 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextSecureInt(int, int)"><B>nextSecureInt(int, int)</B></A> -
9785 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9786 <DD>Generate a random int value uniformly distributed between
9787 <code>lower</code> and <code>upper</code>, inclusive.
9788 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextSecureLong(long, long)"><B>nextSecureLong(long, long)</B></A> -
9789 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9790 <DD>Generates a random long integer between <code>lower</code>
9791 and <code>upper</code> (endpoints included).
9792 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextSecureLong(long, long)"><B>nextSecureLong(long, long)</B></A> -
9793 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9794 <DD>Generate a random long value uniformly distributed between
9795 <code>lower</code> and <code>upper</code>, inclusive.
9796 <DT><A HREF="./org/apache/commons/math/random/RandomData.html#nextUniform(double, double)"><B>nextUniform(double, double)</B></A> -
9797 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random">RandomData</A>
9798 <DD>Generates a uniformly distributed random value from the open interval
9799 (<code>lower</code>,<code>upper</code>) (i.e., endpoints excluded).
9800 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#nextUniform(double, double)"><B>nextUniform(double, double)</B></A> -
9801 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
9802 <DD>Generates a uniformly distributed random value from the open interval
9803 (<code>lower</code>,<code>upper</code>) (i.e., endpoints excluded).
9804 <DT><A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html#nextVector()"><B>nextVector()</B></A> -
9805 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/CorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">CorrelatedRandomVectorGenerator</A>
9806 <DD>Generate a correlated random vector.
9807 <DT><A HREF="./org/apache/commons/math/random/RandomVectorGenerator.html#nextVector()"><B>nextVector()</B></A> -
9808 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomVectorGenerator.html" title="interface in org.apache.commons.math.random">RandomVectorGenerator</A>
9809 <DD>Generate a random vector.
9810 <DT><A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html#nextVector()"><B>nextVector()</B></A> -
9811 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UncorrelatedRandomVectorGenerator</A>
9812 <DD>Generate an uncorrelated random vector.
9813 <DT><A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html#nextVector()"><B>nextVector()</B></A> -
9814 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UnitSphereRandomVectorGenerator</A>
9815 <DD>Generate a random vector.
9816 <DT><A HREF="./org/apache/commons/math/optimization/linear/NoFeasibleSolutionException.html" title="class in org.apache.commons.math.optimization.linear"><B>NoFeasibleSolutionException</B></A> - Exception in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>This class represents exceptions thrown by optimizers when no solution
9817 fulfills the constraints.<DT><A HREF="./org/apache/commons/math/optimization/linear/NoFeasibleSolutionException.html#NoFeasibleSolutionException()"><B>NoFeasibleSolutionException()</B></A> -
9818 Constructor for exception org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/NoFeasibleSolutionException.html" title="class in org.apache.commons.math.optimization.linear">NoFeasibleSolutionException</A>
9819 <DD>Simple constructor using a default message.
9820 <DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general"><B>NonLinearConjugateGradientOptimizer</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>Non-linear conjugate gradient optimizer.<DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html#NonLinearConjugateGradientOptimizer(org.apache.commons.math.optimization.general.ConjugateGradientFormula)"><B>NonLinearConjugateGradientOptimizer(ConjugateGradientFormula)</B></A> -
9821 Constructor for class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general">NonLinearConjugateGradientOptimizer</A>
9822 <DD>Simple constructor with default settings.
9823 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#nonNegative"><B>nonNegative</B></A> -
9824 Variable in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
9825 <DD>Whether to restrict the variables to non-negative values.
9826 <DT><A HREF="./org/apache/commons/math/linear/NonSquareMatrixException.html" title="class in org.apache.commons.math.linear"><B>NonSquareMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Thrown when an operation defined only for square matrices is applied to non-square ones.<DT><A HREF="./org/apache/commons/math/linear/NonSquareMatrixException.html#NonSquareMatrixException(int, int)"><B>NonSquareMatrixException(int, int)</B></A> -
9827 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/NonSquareMatrixException.html" title="class in org.apache.commons.math.linear">NonSquareMatrixException</A>
9828 <DD>Construct an exception with the given message.
9829 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#nordsieck"><B>nordsieck</B></A> -
9830 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
9831 <DD>Nordsieck matrix of the higher scaled derivatives.
9832 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling"><B>NordsieckStepInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This class implements an interpolator for integrators using Nordsieck representation.<DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#NordsieckStepInterpolator()"><B>NordsieckStepInterpolator()</B></A> -
9833 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
9834 <DD>Simple constructor.
9835 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#NordsieckStepInterpolator(org.apache.commons.math.ode.sampling.NordsieckStepInterpolator)"><B>NordsieckStepInterpolator(NordsieckStepInterpolator)</B></A> -
9836 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
9837 <DD>Copy constructor.
9838 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html#normalApproximateProbability(int)"><B>normalApproximateProbability(int)</B></A> -
9839 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html" title="interface in org.apache.commons.math.distribution">PoissonDistribution</A>
9840 <DD>Calculates the Poisson distribution function using a normal approximation.
9841 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#normalApproximateProbability(int)"><B>normalApproximateProbability(int)</B></A> -
9842 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
9843 <DD>Calculates the Poisson distribution function using a normal
9844 approximation.
9845 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution"><B>NormalDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Normal (Gauss) Distribution.<DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>NormalDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Default implementation of
9846 <A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>NormalDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#NormalDistributionImpl(double, double)"><B>NormalDistributionImpl(double, double)</B></A> -
9847 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
9848 <DD>Create a normal distribution using the given mean and standard deviation.
9849 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#NormalDistributionImpl(double, double, double)"><B>NormalDistributionImpl(double, double, double)</B></A> -
9850 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
9851 <DD>Create a normal distribution using the given mean, standard deviation and
9852 inverse cumulative distribution accuracy.
9853 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#NormalDistributionImpl()"><B>NormalDistributionImpl()</B></A> -
9854 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
9855 <DD>Creates normal distribution with the mean equal to zero and standard
9856 deviation equal to one.
9857 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#normalize()"><B>normalize()</B></A> -
9858 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
9859 <DD>Get a normalized vector aligned with the instance.
9860 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#normalizeAngle(double, double)"><B>normalizeAngle(double, double)</B></A> -
9861 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
9862 <DD>Normalize an angle in a 2&pi wide interval around a center value.
9863 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#normalizeArray(double[], double)"><B>normalizeArray(double[], double)</B></A> -
9864 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
9865 <DD>Normalizes an array to make it sum to a specified value.
9866 <DT><A HREF="./org/apache/commons/math/random/NormalizedRandomGenerator.html" title="interface in org.apache.commons.math.random"><B>NormalizedRandomGenerator</B></A> - Interface in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>This interface represent a normalized random generator for
9867 scalars.<DT><A HREF="./org/apache/commons/math/geometry/NotARotationMatrixException.html" title="class in org.apache.commons.math.geometry"><B>NotARotationMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>This class represents exceptions thrown while building rotations
9868 from matrices.<DT><A HREF="./org/apache/commons/math/geometry/NotARotationMatrixException.html#NotARotationMatrixException(java.lang.String, java.lang.Object...)"><B>NotARotationMatrixException(String, Object...)</B></A> -
9869 Constructor for exception org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/NotARotationMatrixException.html" title="class in org.apache.commons.math.geometry">NotARotationMatrixException</A>
9870 <DD>Simple constructor.
9871 <DT><A HREF="./org/apache/commons/math/linear/NotPositiveDefiniteMatrixException.html" title="class in org.apache.commons.math.linear"><B>NotPositiveDefiniteMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class represents exceptions thrown when a matrix expected to
9872 be positive definite is not.<DT><A HREF="./org/apache/commons/math/linear/NotPositiveDefiniteMatrixException.html#NotPositiveDefiniteMatrixException()"><B>NotPositiveDefiniteMatrixException()</B></A> -
9873 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/NotPositiveDefiniteMatrixException.html" title="class in org.apache.commons.math.linear">NotPositiveDefiniteMatrixException</A>
9874 <DD>Simple constructor.
9875 <DT><A HREF="./org/apache/commons/math/linear/NotSymmetricMatrixException.html" title="class in org.apache.commons.math.linear"><B>NotSymmetricMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class represents exceptions thrown when a matrix expected to
9876 be symmetric is not<DT><A HREF="./org/apache/commons/math/linear/NotSymmetricMatrixException.html#NotSymmetricMatrixException()"><B>NotSymmetricMatrixException()</B></A> -
9877 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/NotSymmetricMatrixException.html" title="class in org.apache.commons.math.linear">NotSymmetricMatrixException</A>
9878 <DD>Simple constructor.
9879 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#nthRoot(int)"><B>nthRoot(int)</B></A> -
9880 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9881 <DD>Computes the n-th roots of this complex number.
9882 <DT><A HREF="./org/apache/commons/math/util/NumberTransformer.html" title="interface in org.apache.commons.math.util"><B>NumberTransformer</B></A> - Interface in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Subclasses implementing this interface can transform Objects to doubles.<DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#numElements"><B>numElements</B></A> -
9883 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
9884 <DD>The number of addressable elements in the array.
9885 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#numeratorFormat"><B>numeratorFormat</B></A> -
9886 Variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
9887 <DD>The format used for the numerator.
9888 </DL>
9889 <HR>
9890 <A NAME="_O_"><!-- --></A><H2>
9891 <B>O</B></H2>
9892 <DL>
9893 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#objective"><B>objective</B></A> -
9894 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
9895 <DD>Current objective function value.
9896 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode"><B>ODEIntegrator</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This interface defines the common parts shared by integrators
9897 for first and second order differential equations.<DT><A HREF="./org/apache/commons/math/ode/jacobians/ODEWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians"><B>ODEWithJacobians</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This interface represents <A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html" title="interface in org.apache.commons.math.ode.jacobians"><CODE>first order differential equations</CODE></A> with parameters and partial derivatives.<DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#of(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>of(UnivariateRealFunction)</B></A> -
9898 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
9899 <DD>Precompose the instance with another function.
9900 <DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression"><B>OLSMultipleLinearRegression</B></A> - Class in <A HREF="./org/apache/commons/math/stat/regression/package-summary.html">org.apache.commons.math.stat.regression</A><DD>Implements ordinary least squares (OLS) to estimate the parameters of a
9901 multiple linear regression model.<DT><A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html#OLSMultipleLinearRegression()"><B>OLSMultipleLinearRegression()</B></A> -
9902 Constructor for class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/OLSMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">OLSMultipleLinearRegression</A>
9903 <DD>&nbsp;
9904 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ONE"><B>ONE</B></A> -
9905 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
9906 <DD>The constant function always returning 1.
9907 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#ONE"><B>ONE</B></A> -
9908 Static variable in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
9909 <DD>A complex number representing "1.0 + 0.0i"
9910 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ONE"><B>ONE</B></A> -
9911 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9912 <DD>A fraction representing "1".
9913 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ONE"><B>ONE</B></A> -
9914 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9915 <DD>A fraction representing "1".
9916 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#ONE"><B>ONE</B></A> -
9917 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
9918 <DD>A big real representing 1.
9919 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ONE_FIFTH"><B>ONE_FIFTH</B></A> -
9920 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9921 <DD>A fraction representing "1/5".
9922 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ONE_FIFTH"><B>ONE_FIFTH</B></A> -
9923 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9924 <DD>A fraction representing "1/5".
9925 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ONE_HALF"><B>ONE_HALF</B></A> -
9926 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9927 <DD>A fraction representing "1/2".
9928 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ONE_HALF"><B>ONE_HALF</B></A> -
9929 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9930 <DD>A fraction representing "1/2".
9931 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ONE_QUARTER"><B>ONE_QUARTER</B></A> -
9932 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9933 <DD>A fraction representing "1/4".
9934 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ONE_QUARTER"><B>ONE_QUARTER</B></A> -
9935 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9936 <DD>A fraction representing "1/4".
9937 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ONE_THIRD"><B>ONE_THIRD</B></A> -
9938 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
9939 <DD>A fraction representing "1/3".
9940 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ONE_THIRD"><B>ONE_THIRD</B></A> -
9941 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
9942 <DD>A fraction representing "1/3".
9943 <DT><A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html" title="class in org.apache.commons.math.genetics"><B>OnePointCrossover</B></A>&lt;<A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html" title="type parameter in OnePointCrossover">T</A>&gt; - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>One point crossover policy.<DT><A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html#OnePointCrossover()"><B>OnePointCrossover()</B></A> -
9944 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/OnePointCrossover.html" title="class in org.apache.commons.math.genetics">OnePointCrossover</A>
9945 <DD>&nbsp;
9946 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnova.html" title="interface in org.apache.commons.math.stat.inference"><B>OneWayAnova</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>An interface for one-way ANOVA (analysis of variance).<DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#oneWayAnovaFValue(java.util.Collection)"><B>oneWayAnovaFValue(Collection&lt;double[]&gt;)</B></A> -
9947 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
9948 <DD>&nbsp;
9949 <DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference"><B>OneWayAnovaImpl</B></A> - Class in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>Implements one-way ANOVA statistics defined in the <A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference"><CODE>OneWayAnovaImpl</CODE></A>
9950 interface.<DT><A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html#OneWayAnovaImpl()"><B>OneWayAnovaImpl()</B></A> -
9951 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/OneWayAnovaImpl.html" title="class in org.apache.commons.math.stat.inference">OneWayAnovaImpl</A>
9952 <DD>Default constructor.
9953 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#oneWayAnovaPValue(java.util.Collection)"><B>oneWayAnovaPValue(Collection&lt;double[]&gt;)</B></A> -
9954 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
9955 <DD>&nbsp;
9956 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#oneWayAnovaTest(java.util.Collection, double)"><B>oneWayAnovaTest(Collection&lt;double[]&gt;, double)</B></A> -
9957 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
9958 <DD>&nbsp;
9959 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util"><B>OpenIntToDoubleHashMap</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Open addressed map from int to double.<DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap()"><B>OpenIntToDoubleHashMap()</B></A> -
9960 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
9961 <DD>Build an empty map with default size and using NaN for missing entries.
9962 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap(double)"><B>OpenIntToDoubleHashMap(double)</B></A> -
9963 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
9964 <DD>Build an empty map with default size
9965 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap(int)"><B>OpenIntToDoubleHashMap(int)</B></A> -
9966 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
9967 <DD>Build an empty map with specified size and using NaN for missing entries.
9968 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap(int, double)"><B>OpenIntToDoubleHashMap(int, double)</B></A> -
9969 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
9970 <DD>Build an empty map with specified size.
9971 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#OpenIntToDoubleHashMap(org.apache.commons.math.util.OpenIntToDoubleHashMap)"><B>OpenIntToDoubleHashMap(OpenIntToDoubleHashMap)</B></A> -
9972 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
9973 <DD>Copy constructor.
9974 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html" title="class in org.apache.commons.math.util"><B>OpenIntToDoubleHashMap.Iterator</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Iterator class for the map.<DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util"><B>OpenIntToFieldHashMap</B></A>&lt;<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="type parameter in OpenIntToFieldHashMap">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Open addressed map from int to FieldElement.<DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math.Field)"><B>OpenIntToFieldHashMap(Field&lt;T&gt;)</B></A> -
9975 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
9976 <DD>Build an empty map with default size and using zero for missing entries.
9977 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math.Field, T)"><B>OpenIntToFieldHashMap(Field&lt;T&gt;, T)</B></A> -
9978 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
9979 <DD>Build an empty map with default size
9980 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math.Field, int)"><B>OpenIntToFieldHashMap(Field&lt;T&gt;, int)</B></A> -
9981 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
9982 <DD>Build an empty map with specified size and using zero for missing entries.
9983 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math.Field, int, T)"><B>OpenIntToFieldHashMap(Field&lt;T&gt;, int, T)</B></A> -
9984 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
9985 <DD>Build an empty map with specified size.
9986 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#OpenIntToFieldHashMap(org.apache.commons.math.util.OpenIntToFieldHashMap)"><B>OpenIntToFieldHashMap(OpenIntToFieldHashMap&lt;T&gt;)</B></A> -
9987 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
9988 <DD>Copy constructor.
9989 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html" title="class in org.apache.commons.math.util"><B>OpenIntToFieldHashMap.Iterator</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>Iterator class for the map.<DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear"><B>OpenMapRealMatrix</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Sparse matrix implementation based on an open addressed map.<DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#OpenMapRealMatrix(int, int)"><B>OpenMapRealMatrix(int, int)</B></A> -
9990 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
9991 <DD>Build a sparse matrix with the supplied row and column dimensions.
9992 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#OpenMapRealMatrix(org.apache.commons.math.linear.OpenMapRealMatrix)"><B>OpenMapRealMatrix(OpenMapRealMatrix)</B></A> -
9993 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
9994 <DD>Build a matrix by copying another one.
9995 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear"><B>OpenMapRealVector</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class implements the <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> interface with a <A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util"><CODE>OpenIntToDoubleHashMap</CODE></A> backing store.<DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector()"><B>OpenMapRealVector()</B></A> -
9996 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
9997 <DD>Build a 0-length vector.
9998 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(int)"><B>OpenMapRealVector(int)</B></A> -
9999 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10000 <DD>Construct a (dimension)-length vector of zeros.
10001 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(int, double)"><B>OpenMapRealVector(int, double)</B></A> -
10002 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10003 <DD>Construct a (dimension)-length vector of zeros, specifying zero tolerance.
10004 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(org.apache.commons.math.linear.OpenMapRealVector, int)"><B>OpenMapRealVector(OpenMapRealVector, int)</B></A> -
10005 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10006 <DD>Build a resized vector, for use with append.
10007 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(int, int)"><B>OpenMapRealVector(int, int)</B></A> -
10008 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10009 <DD>Build a vector with known the sparseness (for advanced use only).
10010 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(int, int, double)"><B>OpenMapRealVector(int, int, double)</B></A> -
10011 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10012 <DD>Build a vector with known the sparseness and zero tolerance setting (for advanced use only).
10013 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(double[])"><B>OpenMapRealVector(double[])</B></A> -
10014 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10015 <DD>Create from a double array.
10016 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(double[], double)"><B>OpenMapRealVector(double[], double)</B></A> -
10017 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10018 <DD>Create from a double array, specifying zero tolerance.
10019 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(java.lang.Double[])"><B>OpenMapRealVector(Double[])</B></A> -
10020 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10021 <DD>Create from a Double array.
10022 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(java.lang.Double[], double)"><B>OpenMapRealVector(Double[], double)</B></A> -
10023 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10024 <DD>Create from a Double array.
10025 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(org.apache.commons.math.linear.OpenMapRealVector)"><B>OpenMapRealVector(OpenMapRealVector)</B></A> -
10026 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10027 <DD>Copy constructor.
10028 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#OpenMapRealVector(org.apache.commons.math.linear.RealVector)"><B>OpenMapRealVector(RealVector)</B></A> -
10029 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10030 <DD>Generic copy constructor.
10031 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html" title="class in org.apache.commons.math.linear"><B>OpenMapRealVector.OpenMapEntry</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Implementation of <code>Entry</code> optimized for OpenMap.<DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html#OpenMapRealVector.OpenMapEntry(org.apache.commons.math.util.OpenIntToDoubleHashMap.Iterator)"><B>OpenMapRealVector.OpenMapEntry(OpenIntToDoubleHashMap.Iterator)</B></A> -
10032 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapEntry</A>
10033 <DD>Build an entry from an iterator point to an element.
10034 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html" title="class in org.apache.commons.math.linear"><B>OpenMapRealVector.OpenMapSparseIterator</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Iterator class to do iteration over just the non-zero elements.<DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html#OpenMapRealVector.OpenMapSparseIterator()"><B>OpenMapRealVector.OpenMapSparseIterator()</B></A> -
10035 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapSparseIterator</A>
10036 <DD>Simple constructor.
10037 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#operate(T[])"><B>operate(T[])</B></A> -
10038 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
10039 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10040 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#operate(org.apache.commons.math.linear.FieldVector)"><B>operate(FieldVector&lt;T&gt;)</B></A> -
10041 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
10042 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10043 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#operate(double[])"><B>operate(double[])</B></A> -
10044 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
10045 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10046 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#operate(org.apache.commons.math.linear.RealVector)"><B>operate(RealVector)</B></A> -
10047 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
10048 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10049 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#operate(T[])"><B>operate(T[])</B></A> -
10050 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
10051 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10052 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#operate(double[])"><B>operate(double[])</B></A> -
10053 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
10054 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10055 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#operate(java.math.BigDecimal[])"><B>operate(BigDecimal[])</B></A> -
10056 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
10057 <DD><B>Deprecated.</B>&nbsp;Returns the result of multiplying this by the vector <code>v</code>.
10058 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#operate(java.math.BigDecimal[])"><B>operate(BigDecimal[])</B></A> -
10059 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10060 <DD><B>Deprecated.</B>&nbsp;Returns the result of multiplying this by the vector <code>v</code>.
10061 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#operate(double[])"><B>operate(double[])</B></A> -
10062 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10063 <DD><B>Deprecated.</B>&nbsp;Returns the result of multiplying this by the vector <code>v</code>.
10064 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#operate(T[])"><B>operate(T[])</B></A> -
10065 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
10066 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10067 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#operate(double[])"><B>operate(double[])</B></A> -
10068 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
10069 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10070 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#operate(T[])"><B>operate(T[])</B></A> -
10071 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
10072 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10073 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#operate(org.apache.commons.math.linear.FieldVector)"><B>operate(FieldVector&lt;T&gt;)</B></A> -
10074 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
10075 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10076 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#operate(double[])"><B>operate(double[])</B></A> -
10077 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
10078 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10079 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#operate(org.apache.commons.math.linear.RealVector)"><B>operate(RealVector)</B></A> -
10080 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
10081 <DD>Returns the result of multiplying this by the vector <code>v</code>.
10082 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#operate(double[])"><B>operate(double[])</B></A> -
10083 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10084 <DD><B>Deprecated.</B>&nbsp;Returns the result of multiplying this by the vector <code>v</code>.
10085 <DT><A HREF="./org/apache/commons/math/optimization/linear/Relationship.html#oppositeRelationship()"><B>oppositeRelationship()</B></A> -
10086 Method in enum org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/Relationship.html" title="enum in org.apache.commons.math.optimization.linear">Relationship</A>
10087 <DD>Get the relationship obtained when multiplying all coefficients by -1.
10088 <DT><A HREF="./org/apache/commons/math/optimization/OptimizationException.html" title="class in org.apache.commons.math.optimization"><B>OptimizationException</B></A> - Exception in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This class represents exceptions thrown by optimizers.<DT><A HREF="./org/apache/commons/math/optimization/OptimizationException.html#OptimizationException(java.lang.String, java.lang.Object...)"><B>OptimizationException(String, Object...)</B></A> -
10089 Constructor for exception org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/OptimizationException.html" title="class in org.apache.commons.math.optimization">OptimizationException</A>
10090 <DD>Simple constructor.
10091 <DT><A HREF="./org/apache/commons/math/optimization/OptimizationException.html#OptimizationException(java.lang.Throwable)"><B>OptimizationException(Throwable)</B></A> -
10092 Constructor for exception org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/OptimizationException.html" title="class in org.apache.commons.math.optimization">OptimizationException</A>
10093 <DD>Create an exception with a given root cause.
10094 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(DifferentiableMultivariateRealFunction, GoalType, double[])</B></A> -
10095 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
10096 <DD>Optimizes an objective function.
10097 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction, double[], double[], double[])"><B>optimize(DifferentiableMultivariateVectorialFunction, double[], double[], double[])</B></A> -
10098 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
10099 <DD>Optimizes an objective function.
10100 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#optimize(org.apache.commons.math.analysis.MultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(MultivariateRealFunction, GoalType, double[])</B></A> -
10101 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
10102 <DD>Optimizes an objective function.
10103 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction, double[], double[], double[])"><B>optimize(DifferentiableMultivariateVectorialFunction, double[], double[], double[])</B></A> -
10104 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
10105 <DD>Optimizes an objective function.
10106 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(DifferentiableMultivariateRealFunction, GoalType, double[])</B></A> -
10107 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
10108 <DD>Optimizes an objective function.
10109 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#optimize(org.apache.commons.math.optimization.linear.LinearObjectiveFunction, java.util.Collection, org.apache.commons.math.optimization.GoalType, boolean)"><B>optimize(LinearObjectiveFunction, Collection&lt;LinearConstraint&gt;, GoalType, boolean)</B></A> -
10110 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
10111 <DD>Optimizes an objective function.
10112 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html#optimize(org.apache.commons.math.optimization.linear.LinearObjectiveFunction, java.util.Collection, org.apache.commons.math.optimization.GoalType, boolean)"><B>optimize(LinearObjectiveFunction, Collection&lt;LinearConstraint&gt;, GoalType, boolean)</B></A> -
10113 Method in interface org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html" title="interface in org.apache.commons.math.optimization.linear">LinearOptimizer</A>
10114 <DD>Optimizes an objective function.
10115 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(DifferentiableMultivariateRealFunction, GoalType, double[])</B></A> -
10116 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
10117 <DD>Optimizes an objective function.
10118 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#optimize(org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction, double[], double[], double[])"><B>optimize(DifferentiableMultivariateVectorialFunction, double[], double[], double[])</B></A> -
10119 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
10120 <DD>Optimizes an objective function.
10121 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.MultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(MultivariateRealFunction, GoalType, double[])</B></A> -
10122 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
10123 <DD>Optimizes an objective function.
10124 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double)</B></A> -
10125 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
10126 <DD>Find an optimum in the given interval.
10127 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double, double)</B></A> -
10128 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
10129 <DD>Find an optimum in the given interval, start at startValue.
10130 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.MultivariateRealFunction, org.apache.commons.math.optimization.GoalType, double[])"><B>optimize(MultivariateRealFunction, GoalType, double[])</B></A> -
10131 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
10132 <DD>Optimizes an objective function.
10133 <DT><A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double, double)</B></A> -
10134 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">BrentOptimizer</A>
10135 <DD>Find an optimum in the given interval, start at startValue.
10136 <DT><A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double)</B></A> -
10137 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/BrentOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">BrentOptimizer</A>
10138 <DD>Find an optimum in the given interval.
10139 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double)</B></A> -
10140 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
10141 <DD>Find an optimum in the given interval.
10142 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#optimize(org.apache.commons.math.analysis.UnivariateRealFunction, org.apache.commons.math.optimization.GoalType, double, double, double)"><B>optimize(UnivariateRealFunction, GoalType, double, double, double)</B></A> -
10143 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
10144 <DD>Find an optimum in the given interval, start at startValue.
10145 <DT><A HREF="./org/apache/commons/math/package-summary.html"><B>org.apache.commons.math</B></A> - package org.apache.commons.math<DD>Common classes used throughout the commons-math library.<DT><A HREF="./org/apache/commons/math/analysis/package-summary.html"><B>org.apache.commons.math.analysis</B></A> - package org.apache.commons.math.analysis<DD>
10146 Parent package for common numerical analysis procedures, including root finding,
10147 function interpolation and integration.<DT><A HREF="./org/apache/commons/math/analysis/integration/package-summary.html"><B>org.apache.commons.math.analysis.integration</B></A> - package org.apache.commons.math.analysis.integration<DD>Numerical integration (quadrature) algorithms for univariate real functions.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html"><B>org.apache.commons.math.analysis.interpolation</B></A> - package org.apache.commons.math.analysis.interpolation<DD>Univariate real functions interpolation algorithms.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html"><B>org.apache.commons.math.analysis.polynomials</B></A> - package org.apache.commons.math.analysis.polynomials<DD>Univariate real polynomials implementations, seen as differentiable
10148 univariate real functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html"><B>org.apache.commons.math.analysis.solvers</B></A> - package org.apache.commons.math.analysis.solvers<DD>Root finding algorithms, for univariate real functions.<DT><A HREF="./org/apache/commons/math/complex/package-summary.html"><B>org.apache.commons.math.complex</B></A> - package org.apache.commons.math.complex<DD>Complex number type and implementations of complex transcendental
10149 functions.<DT><A HREF="./org/apache/commons/math/distribution/package-summary.html"><B>org.apache.commons.math.distribution</B></A> - package org.apache.commons.math.distribution<DD>Implementations of common discrete and continuous distributions.<DT><A HREF="./org/apache/commons/math/estimation/package-summary.html"><B>org.apache.commons.math.estimation</B></A> - package org.apache.commons.math.estimation<DD>This package provided classes to solve estimation problems, it is deprecated since 2.0.<DT><A HREF="./org/apache/commons/math/fraction/package-summary.html"><B>org.apache.commons.math.fraction</B></A> - package org.apache.commons.math.fraction<DD>Fraction number type and fraction number formatting.<DT><A HREF="./org/apache/commons/math/genetics/package-summary.html"><B>org.apache.commons.math.genetics</B></A> - package org.apache.commons.math.genetics<DD>
10150 This package provides Genetic Algorithms components and implementations.<DT><A HREF="./org/apache/commons/math/geometry/package-summary.html"><B>org.apache.commons.math.geometry</B></A> - package org.apache.commons.math.geometry<DD>
10151 This package provides basic 3D geometry components.<DT><A HREF="./org/apache/commons/math/linear/package-summary.html"><B>org.apache.commons.math.linear</B></A> - package org.apache.commons.math.linear<DD>Linear algebra support.<DT><A HREF="./org/apache/commons/math/ode/package-summary.html"><B>org.apache.commons.math.ode</B></A> - package org.apache.commons.math.ode<DD>
10152 This package provides classes to solve Ordinary Differential Equations problems.<DT><A HREF="./org/apache/commons/math/ode/events/package-summary.html"><B>org.apache.commons.math.ode.events</B></A> - package org.apache.commons.math.ode.events<DD>
10153 This package provides classes to handle discrete events occurring during
10154 Ordinary Differential Equations integration.<DT><A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html"><B>org.apache.commons.math.ode.jacobians</B></A> - package org.apache.commons.math.ode.jacobians<DD>
10155 This package provides classes to solve Ordinary Differential Equations problems
10156 and also compute derivatives of the solution.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html"><B>org.apache.commons.math.ode.nonstiff</B></A> - package org.apache.commons.math.ode.nonstiff<DD>
10157 This package provides classes to solve non-stiff Ordinary Differential Equations problems.<DT><A HREF="./org/apache/commons/math/ode/sampling/package-summary.html"><B>org.apache.commons.math.ode.sampling</B></A> - package org.apache.commons.math.ode.sampling<DD>
10158 This package provides classes to handle sampling steps during
10159 Ordinary Differential Equations integration.<DT><A HREF="./org/apache/commons/math/optimization/package-summary.html"><B>org.apache.commons.math.optimization</B></A> - package org.apache.commons.math.optimization<DD>
10160 This package provides common interfaces for the optimization algorithms
10161 provided in sub-packages.<DT><A HREF="./org/apache/commons/math/optimization/direct/package-summary.html"><B>org.apache.commons.math.optimization.direct</B></A> - package org.apache.commons.math.optimization.direct<DD>
10162 This package provides optimization algorithms that don't require derivatives.<DT><A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html"><B>org.apache.commons.math.optimization.fitting</B></A> - package org.apache.commons.math.optimization.fitting<DD>This package provides classes to perform curve fitting.<DT><A HREF="./org/apache/commons/math/optimization/general/package-summary.html"><B>org.apache.commons.math.optimization.general</B></A> - package org.apache.commons.math.optimization.general<DD>This package provides optimization algorithms that require derivatives.<DT><A HREF="./org/apache/commons/math/optimization/linear/package-summary.html"><B>org.apache.commons.math.optimization.linear</B></A> - package org.apache.commons.math.optimization.linear<DD>This package provides optimization algorithms for linear constrained problems.<DT><A HREF="./org/apache/commons/math/optimization/univariate/package-summary.html"><B>org.apache.commons.math.optimization.univariate</B></A> - package org.apache.commons.math.optimization.univariate<DD>Univariate real functions minimum finding algorithms.<DT><A HREF="./org/apache/commons/math/random/package-summary.html"><B>org.apache.commons.math.random</B></A> - package org.apache.commons.math.random<DD>Random number and random data generators.<DT><A HREF="./org/apache/commons/math/special/package-summary.html"><B>org.apache.commons.math.special</B></A> - package org.apache.commons.math.special<DD>Implementations of special functions such as Beta and Gamma.<DT><A HREF="./org/apache/commons/math/stat/package-summary.html"><B>org.apache.commons.math.stat</B></A> - package org.apache.commons.math.stat<DD>Data storage, manipulation and summary routines.<DT><A HREF="./org/apache/commons/math/stat/clustering/package-summary.html"><B>org.apache.commons.math.stat.clustering</B></A> - package org.apache.commons.math.stat.clustering<DD>Clustering algorithms<DT><A HREF="./org/apache/commons/math/stat/correlation/package-summary.html"><B>org.apache.commons.math.stat.correlation</B></A> - package org.apache.commons.math.stat.correlation<DD>Correlations/Covariance computations.<DT><A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html"><B>org.apache.commons.math.stat.descriptive</B></A> - package org.apache.commons.math.stat.descriptive<DD>Generic univariate summary statistic objects.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html"><B>org.apache.commons.math.stat.descriptive.moment</B></A> - package org.apache.commons.math.stat.descriptive.moment<DD>Summary statistics based on moments.<DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/package-summary.html"><B>org.apache.commons.math.stat.descriptive.rank</B></A> - package org.apache.commons.math.stat.descriptive.rank<DD>Summary statistics based on ranks.<DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/package-summary.html"><B>org.apache.commons.math.stat.descriptive.summary</B></A> - package org.apache.commons.math.stat.descriptive.summary<DD>Other summary statistics.<DT><A HREF="./org/apache/commons/math/stat/inference/package-summary.html"><B>org.apache.commons.math.stat.inference</B></A> - package org.apache.commons.math.stat.inference<DD>Classes providing hypothesis testing and confidence interval
10163 construction.<DT><A HREF="./org/apache/commons/math/stat/ranking/package-summary.html"><B>org.apache.commons.math.stat.ranking</B></A> - package org.apache.commons.math.stat.ranking<DD>Classes providing rank transformations.<DT><A HREF="./org/apache/commons/math/stat/regression/package-summary.html"><B>org.apache.commons.math.stat.regression</B></A> - package org.apache.commons.math.stat.regression<DD>Statistical routines involving multivariate data.<DT><A HREF="./org/apache/commons/math/transform/package-summary.html"><B>org.apache.commons.math.transform</B></A> - package org.apache.commons.math.transform<DD>Implementations of transform methods, including Fast Fourier transforms.<DT><A HREF="./org/apache/commons/math/util/package-summary.html"><B>org.apache.commons.math.util</B></A> - package org.apache.commons.math.util<DD>Convenience routines and common data structures used throughout the commons-math library.<DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#orthogonal()"><B>orthogonal()</B></A> -
10164 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
10165 <DD>Get a vector orthogonal to the instance.
10166 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#outerProduct(org.apache.commons.math.linear.RealVector)"><B>outerProduct(RealVector)</B></A> -
10167 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
10168 <DD>Compute the outer product.
10169 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#outerProduct(double[])"><B>outerProduct(double[])</B></A> -
10170 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
10171 <DD>Compute the outer product.
10172 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#outerProduct(org.apache.commons.math.linear.FieldVector)"><B>outerProduct(FieldVector&lt;T&gt;)</B></A> -
10173 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10174 <DD>Compute the outer product.
10175 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#outerProduct(org.apache.commons.math.linear.ArrayFieldVector)"><B>outerProduct(ArrayFieldVector&lt;T&gt;)</B></A> -
10176 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10177 <DD>Compute the outer product.
10178 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#outerProduct(T[])"><B>outerProduct(T[])</B></A> -
10179 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10180 <DD>Compute the outer product.
10181 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#outerProduct(org.apache.commons.math.linear.RealVector)"><B>outerProduct(RealVector)</B></A> -
10182 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10183 <DD>Compute the outer product.
10184 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#outerProduct(org.apache.commons.math.linear.ArrayRealVector)"><B>outerProduct(ArrayRealVector)</B></A> -
10185 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10186 <DD>Compute the outer product.
10187 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#outerProduct(double[])"><B>outerProduct(double[])</B></A> -
10188 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10189 <DD>Compute the outer product.
10190 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#outerProduct(org.apache.commons.math.linear.FieldVector)"><B>outerProduct(FieldVector&lt;T&gt;)</B></A> -
10191 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
10192 <DD>Compute the outer product.
10193 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#outerProduct(T[])"><B>outerProduct(T[])</B></A> -
10194 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
10195 <DD>Compute the outer product.
10196 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#outerProduct(double[])"><B>outerProduct(double[])</B></A> -
10197 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10198 <DD>Compute the outer product.
10199 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#outerProduct(org.apache.commons.math.linear.RealVector)"><B>outerProduct(RealVector)</B></A> -
10200 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
10201 <DD>Compute the outer product.
10202 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#outerProduct(double[])"><B>outerProduct(double[])</B></A> -
10203 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
10204 <DD>Compute the outer product.
10205 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#outerProduct(org.apache.commons.math.linear.SparseFieldVector)"><B>outerProduct(SparseFieldVector&lt;T&gt;)</B></A> -
10206 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
10207 <DD>Optimized method to compute outer product when both vectors are sparse.
10208 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#outerProduct(T[])"><B>outerProduct(T[])</B></A> -
10209 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
10210 <DD>Compute the outer product.
10211 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#outerProduct(org.apache.commons.math.linear.FieldVector)"><B>outerProduct(FieldVector&lt;T&gt;)</B></A> -
10212 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
10213 <DD>Compute the outer product.
10214 </DL>
10215 <HR>
10216 <A NAME="_P_"><!-- --></A><H2>
10217 <B>P</B></H2>
10218 <DL>
10219 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#pairedT(double[], double[])"><B>pairedT(double[], double[])</B></A> -
10220 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
10221 <DD>&nbsp;
10222 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#pairedT(double[], double[])"><B>pairedT(double[], double[])</B></A> -
10223 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
10224 <DD>Computes a paired, 2-sample t-statistic based on the data in the input
10225 arrays.
10226 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#pairedT(double[], double[])"><B>pairedT(double[], double[])</B></A> -
10227 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
10228 <DD>Computes a paired, 2-sample t-statistic based on the data in the input
10229 arrays.
10230 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#pairedTTest(double[], double[], double)"><B>pairedTTest(double[], double[], double)</B></A> -
10231 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
10232 <DD>&nbsp;
10233 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#pairedTTest(double[], double[])"><B>pairedTTest(double[], double[])</B></A> -
10234 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
10235 <DD>&nbsp;
10236 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#pairedTTest(double[], double[])"><B>pairedTTest(double[], double[])</B></A> -
10237 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
10238 <DD>Returns the <i>observed significance level</i>, or
10239 <i> p-value</i>, associated with a paired, two-sample, two-tailed t-test
10240 based on the data in the input arrays.
10241 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#pairedTTest(double[], double[], double)"><B>pairedTTest(double[], double[], double)</B></A> -
10242 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
10243 <DD>Performs a paired t-test evaluating the null hypothesis that the
10244 mean of the paired differences between <code>sample1</code> and
10245 <code>sample2</code> is 0 in favor of the two-sided alternative that the
10246 mean paired difference is not equal to 0, with significance level
10247 <code>alpha</code>.
10248 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#pairedTTest(double[], double[])"><B>pairedTTest(double[], double[])</B></A> -
10249 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
10250 <DD>Returns the <i>observed significance level</i>, or
10251 <i> p-value</i>, associated with a paired, two-sample, two-tailed t-test
10252 based on the data in the input arrays.
10253 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#pairedTTest(double[], double[], double)"><B>pairedTTest(double[], double[], double)</B></A> -
10254 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
10255 <DD>Performs a paired t-test evaluating the null hypothesis that the
10256 mean of the paired differences between <code>sample1</code> and
10257 <code>sample2</code> is 0 in favor of the two-sided alternative that the
10258 mean paired difference is not equal to 0, with significance level
10259 <code>alpha</code>.
10260 <DT><A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html" title="interface in org.apache.commons.math.ode.jacobians"><B>ParameterizedODE</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This interface represents <A HREF="./org/apache/commons/math/ode/FirstOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode"><CODE>first order differential equations</CODE></A> with parameters.<DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#parameters"><B>parameters</B></A> -
10261 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
10262 <DD><B>Deprecated.</B>&nbsp;Array of parameters.
10263 <DT><A HREF="./org/apache/commons/math/optimization/fitting/ParametricRealFunction.html" title="interface in org.apache.commons.math.optimization.fitting"><B>ParametricRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>An interface representing a real function that depends on one independent
10264 variable plus some extra parameters.<DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#parity"><B>parity</B></A> -
10265 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10266 <DD><B>Deprecated.</B>&nbsp;Parity of the permutation associated with the LU decomposition
10267 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
10268 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
10269 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex"><CODE>Complex</CODE></A> object.
10270 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10271 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
10272 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex"><CODE>Complex</CODE></A> object.
10273 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
10274 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
10275 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> object.
10276 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10277 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
10278 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> object.
10279 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
10280 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
10281 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> object.
10282 <DT><A HREF="./org/apache/commons/math/fraction/FractionFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10283 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/FractionFormat.html" title="class in org.apache.commons.math.fraction">FractionFormat</A>
10284 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> object.
10285 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10286 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
10287 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction"><CODE>BigFraction</CODE></A> object.
10288 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10289 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
10290 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction"><CODE>Fraction</CODE></A> object.
10291 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
10292 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
10293 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry"><CODE>Vector3D</CODE></A> object.
10294 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10295 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
10296 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry"><CODE>Vector3D</CODE></A> object.
10297 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#parse(java.lang.String)"><B>parse(String)</B></A> -
10298 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10299 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> object.
10300 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#parse(java.lang.String, java.text.ParsePosition)"><B>parse(String, ParsePosition)</B></A> -
10301 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10302 <DD>Parses a string to produce a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A> object.
10303 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#parseAndIgnoreWhitespace(java.lang.String, java.text.ParsePosition)"><B>parseAndIgnoreWhitespace(String, ParsePosition)</B></A> -
10304 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
10305 <DD>Parses <code>source</code> until a non-whitespace character is found.
10306 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#parseAndIgnoreWhitespace(java.lang.String, java.text.ParsePosition)"><B>parseAndIgnoreWhitespace(String, ParsePosition)</B></A> -
10307 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
10308 <DD>Parses <code>source</code> until a non-whitespace character is found.
10309 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#parseFixedstring(java.lang.String, java.lang.String, java.text.ParsePosition)"><B>parseFixedstring(String, String, ParsePosition)</B></A> -
10310 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
10311 <DD>Parse <code>source</code> for an expected fixed string.
10312 <DT><A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html#parseNextBigInteger(java.lang.String, java.text.ParsePosition)"><B>parseNextBigInteger(String, ParsePosition)</B></A> -
10313 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFractionFormat.html" title="class in org.apache.commons.math.fraction">BigFractionFormat</A>
10314 <DD>Parses a string to produce a <code>BigInteger</code>.
10315 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#parseNextCharacter(java.lang.String, java.text.ParsePosition)"><B>parseNextCharacter(String, ParsePosition)</B></A> -
10316 Static method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
10317 <DD>Parses <code>source</code> until a non-whitespace character is found.
10318 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#parseNextCharacter(java.lang.String, java.text.ParsePosition)"><B>parseNextCharacter(String, ParsePosition)</B></A> -
10319 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
10320 <DD>Parses <code>source</code> until a non-whitespace character is found.
10321 <DT><A HREF="./org/apache/commons/math/util/CompositeFormat.html#parseNumber(java.lang.String, java.text.NumberFormat, java.text.ParsePosition)"><B>parseNumber(String, NumberFormat, ParsePosition)</B></A> -
10322 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/CompositeFormat.html" title="class in org.apache.commons.math.util">CompositeFormat</A>
10323 <DD>Parses <code>source</code> for a number.
10324 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><B>parseObject(String, ParsePosition)</B></A> -
10325 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
10326 <DD>Parses a string to produce a object.
10327 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><B>parseObject(String, ParsePosition)</B></A> -
10328 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
10329 <DD>Parses a string to produce a object.
10330 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#parseObject(java.lang.String, java.text.ParsePosition)"><B>parseObject(String, ParsePosition)</B></A> -
10331 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10332 <DD>Parses a string to produce a object.
10333 <DT><A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html#partialDerivative(int)"><B>partialDerivative(int)</B></A> -
10334 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/DifferentiableMultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">DifferentiableMultivariateRealFunction</A>
10335 <DD>Returns the partial derivative of the function with respect to a point coordinate.
10336 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution"><B>PascalDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Pascal distribution.<DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>PascalDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The default implementation of <A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>PascalDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#PascalDistributionImpl(int, double)"><B>PascalDistributionImpl(int, double)</B></A> -
10337 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
10338 <DD>Create a binomial distribution with the given number of trials and
10339 probability of success.
10340 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation"><B>PearsonsCorrelation</B></A> - Class in <A HREF="./org/apache/commons/math/stat/correlation/package-summary.html">org.apache.commons.math.stat.correlation</A><DD>Computes Pearson's product-moment correlation coefficients for pairs of arrays
10341 or columns of a matrix.<DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#PearsonsCorrelation()"><B>PearsonsCorrelation()</B></A> -
10342 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
10343 <DD>Create a PearsonsCorrelation instance without data
10344 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#PearsonsCorrelation(double[][])"><B>PearsonsCorrelation(double[][])</B></A> -
10345 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
10346 <DD>Create a PearsonsCorrelation from a rectangular array
10347 whose columns represent values of variables to be correlated.
10348 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#PearsonsCorrelation(org.apache.commons.math.linear.RealMatrix)"><B>PearsonsCorrelation(RealMatrix)</B></A> -
10349 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
10350 <DD>Create a PearsonsCorrelation from a RealMatrix whose columns
10351 represent variables to be correlated.
10352 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#PearsonsCorrelation(org.apache.commons.math.stat.correlation.Covariance)"><B>PearsonsCorrelation(Covariance)</B></A> -
10353 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
10354 <DD>Create a PearsonsCorrelation from a <A HREF="./org/apache/commons/math/stat/correlation/Covariance.html" title="class in org.apache.commons.math.stat.correlation"><CODE>Covariance</CODE></A>.
10355 <DT><A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html#PearsonsCorrelation(org.apache.commons.math.linear.RealMatrix, int)"><B>PearsonsCorrelation(RealMatrix, int)</B></A> -
10356 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/PearsonsCorrelation.html" title="class in org.apache.commons.math.stat.correlation">PearsonsCorrelation</A>
10357 <DD>Create a PearsonsCorrelation from a covariance matrix.
10358 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#percentageValue()"><B>percentageValue()</B></A> -
10359 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10360 <DD>
10361 Gets the fraction percentage as a <tt>double</tt>.
10362 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank"><B>Percentile</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/rank/package-summary.html">org.apache.commons.math.stat.descriptive.rank</A><DD>Provides percentile computation.<DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#Percentile()"><B>Percentile()</B></A> -
10363 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
10364 <DD>Constructs a Percentile with a default quantile
10365 value of 50.0.
10366 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#Percentile(double)"><B>Percentile(double)</B></A> -
10367 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
10368 <DD>Constructs a Percentile with the specific quantile value.
10369 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#Percentile(org.apache.commons.math.stat.descriptive.rank.Percentile)"><B>Percentile(Percentile)</B></A> -
10370 Constructor for class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
10371 <DD>Copy constructor, creates a new <code>Percentile</code> identical
10372 to the <code>original</code>
10373 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#percentile(double[], double)"><B>percentile(double[], double)</B></A> -
10374 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
10375 <DD>Returns an estimate of the <code>p</code>th percentile of the values
10376 in the <code>values</code> array.
10377 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#percentile(double[], int, int, double)"><B>percentile(double[], int, int, double)</B></A> -
10378 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
10379 <DD>Returns an estimate of the <code>p</code>th percentile of the values
10380 in the <code>values</code> array, starting with the element in (0-based)
10381 position <code>begin</code> in the array and including <code>length</code>
10382 values.
10383 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#permutation"><B>permutation</B></A> -
10384 Variable in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10385 <DD><B>Deprecated.</B>&nbsp;Permutation associated with LU decomposition
10386 <DT><A HREF="./org/apache/commons/math/genetics/PermutationChromosome.html" title="interface in org.apache.commons.math.genetics"><B>PermutationChromosome</B></A>&lt;<A HREF="./org/apache/commons/math/genetics/PermutationChromosome.html" title="type parameter in PermutationChromosome">T</A>&gt; - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Interface indicating that the chromosome represents a permutation of objects.<DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#PLUS_I"><B>PLUS_I</B></A> -
10387 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
10388 <DD>First canonical vector (coordinates: 1, 0, 0).
10389 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#PLUS_J"><B>PLUS_J</B></A> -
10390 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
10391 <DD>Second canonical vector (coordinates: 0, 1, 0).
10392 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#PLUS_K"><B>PLUS_K</B></A> -
10393 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
10394 <DD>Third canonical vector (coordinates: 0, 0, 1).
10395 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#point"><B>point</B></A> -
10396 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
10397 <DD>Current point.
10398 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#point"><B>point</B></A> -
10399 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
10400 <DD>Current point set.
10401 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html" title="interface in org.apache.commons.math.distribution"><B>PoissonDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Interface representing the Poisson Distribution.<DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>PoissonDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Implementation for the <A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>PoissonDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double)"><B>PoissonDistributionImpl(double)</B></A> -
10402 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10403 <DD>Create a new Poisson distribution with the given the mean.
10404 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double, double, int)"><B>PoissonDistributionImpl(double, double, int)</B></A> -
10405 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10406 <DD>Create a new Poisson distribution with the given mean, convergence criterion
10407 and maximum number of iterations.
10408 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double, double)"><B>PoissonDistributionImpl(double, double)</B></A> -
10409 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10410 <DD>Create a new Poisson distribution with the given mean and convergence criterion.
10411 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double, int)"><B>PoissonDistributionImpl(double, int)</B></A> -
10412 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10413 <DD>Create a new Poisson distribution with the given mean and maximum number of iterations.
10414 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#PoissonDistributionImpl(double, org.apache.commons.math.distribution.NormalDistribution)"><B>PoissonDistributionImpl(double, NormalDistribution)</B></A> -
10415 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10416 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (to avoid possibly inconsistent state, the
10417 "NormalDistribution" will be instantiated internally)</I>
10418 <DT><A HREF="./org/apache/commons/math/complex/ComplexUtils.html#polar2Complex(double, double)"><B>polar2Complex(double, double)</B></A> -
10419 Static method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexUtils.html" title="class in org.apache.commons.math.complex">ComplexUtils</A>
10420 <DD>Creates a complex number from the given polar representation.
10421 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#polynomialDerivative()"><B>polynomialDerivative()</B></A> -
10422 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
10423 <DD>Returns the derivative as a PolynomialRealFunction
10424 <DT><A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html" title="class in org.apache.commons.math.optimization.fitting"><B>PolynomialFitter</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>This class implements a curve fitting specialized for polynomials.<DT><A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html#PolynomialFitter(int, org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer)"><B>PolynomialFitter(int, DifferentiableMultivariateVectorialOptimizer)</B></A> -
10425 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/PolynomialFitter.html" title="class in org.apache.commons.math.optimization.fitting">PolynomialFitter</A>
10426 <DD>Simple constructor.
10427 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials"><B>PolynomialFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html">org.apache.commons.math.analysis.polynomials</A><DD>Immutable representation of a real polynomial function with real coefficients.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#PolynomialFunction(double[])"><B>PolynomialFunction(double[])</B></A> -
10428 Constructor for class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
10429 <DD>Construct a polynomial with the given coefficients.
10430 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials"><B>PolynomialFunctionLagrangeForm</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html">org.apache.commons.math.analysis.polynomials</A><DD>Implements the representation of a real polynomial function in
10431 <a href="http://mathworld.wolfram.com/LagrangeInterpolatingPolynomial.html">
10432 Lagrange Form</a>.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#PolynomialFunctionLagrangeForm(double[], double[])"><B>PolynomialFunctionLagrangeForm(double[], double[])</B></A> -
10433 Constructor for class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
10434 <DD>Construct a Lagrange polynomial with the given abscissas and function
10435 values.
10436 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials"><B>PolynomialFunctionNewtonForm</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html">org.apache.commons.math.analysis.polynomials</A><DD>Implements the representation of a real polynomial function in
10437 Newton Form.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#PolynomialFunctionNewtonForm(double[], double[])"><B>PolynomialFunctionNewtonForm(double[], double[])</B></A> -
10438 Constructor for class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
10439 <DD>Construct a Newton polynomial with the given a[] and c[].
10440 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#polynomialSplineDerivative()"><B>polynomialSplineDerivative()</B></A> -
10441 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
10442 <DD>Returns the derivative of the polynomial spline function as a PolynomialSplineFunction
10443 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials"><B>PolynomialSplineFunction</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html">org.apache.commons.math.analysis.polynomials</A><DD>Represents a polynomial spline function.<DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#PolynomialSplineFunction(double[], org.apache.commons.math.analysis.polynomials.PolynomialFunction[])"><B>PolynomialSplineFunction(double[], PolynomialFunction[])</B></A> -
10444 Constructor for class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
10445 <DD>Construct a polynomial spline function with the given segment delimiters
10446 and interpolating polynomials.
10447 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialsUtils.html" title="class in org.apache.commons.math.analysis.polynomials"><B>PolynomialsUtils</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/polynomials/package-summary.html">org.apache.commons.math.analysis.polynomials</A><DD>A collection of static methods that operate on or return polynomials.<DT><A HREF="./org/apache/commons/math/genetics/Population.html" title="interface in org.apache.commons.math.genetics"><B>Population</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>A collection of chromosomes that facilitates generational evolution.<DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#POSITIVE_INFINITY"><B>POSITIVE_INFINITY</B></A> -
10448 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
10449 <DD>A vector with all coordinates set to positive infinity.
10450 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#postCompose(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>postCompose(UnivariateRealFunction)</B></A> -
10451 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
10452 <DD>Postcompose the instance with another function.
10453 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#POW"><B>POW</B></A> -
10454 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
10455 <DD>The <code>Math.pow</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
10456 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#pow(org.apache.commons.math.complex.Complex)"><B>pow(Complex)</B></A> -
10457 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
10458 <DD>Returns of value of this complex number raised to the power of <code>x</code>.
10459 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#pow(int)"><B>pow(int)</B></A> -
10460 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10461 <DD>
10462 Returns a <tt>integer</tt> whose value is
10463 <tt>(this<sup>exponent</sup>)</tt>, returning the result in reduced form.
10464 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#pow(long)"><B>pow(long)</B></A> -
10465 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10466 <DD>
10467 Returns a <code>BigFraction</code> whose value is
10468 <tt>(this<sup>exponent</sup>)</tt>, returning the result in reduced form.
10469 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#pow(java.math.BigInteger)"><B>pow(BigInteger)</B></A> -
10470 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10471 <DD>
10472 Returns a <code>BigFraction</code> whose value is
10473 <tt>(this<sup>exponent</sup>)</tt>, returning the result in reduced form.
10474 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#pow(double)"><B>pow(double)</B></A> -
10475 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10476 <DD>
10477 Returns a <code>double</code> whose value is
10478 <tt>(this<sup>exponent</sup>)</tt>, returning the result in reduced form.
10479 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(int, int)"><B>pow(int, int)</B></A> -
10480 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10481 <DD>Raise an int to an int power.
10482 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(int, long)"><B>pow(int, long)</B></A> -
10483 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10484 <DD>Raise an int to a long power.
10485 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(long, int)"><B>pow(long, int)</B></A> -
10486 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10487 <DD>Raise a long to an int power.
10488 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(long, long)"><B>pow(long, long)</B></A> -
10489 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10490 <DD>Raise a long to a long power.
10491 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(java.math.BigInteger, int)"><B>pow(BigInteger, int)</B></A> -
10492 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10493 <DD>Raise a BigInteger to an int power.
10494 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(java.math.BigInteger, long)"><B>pow(BigInteger, long)</B></A> -
10495 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10496 <DD>Raise a BigInteger to a long power.
10497 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#pow(java.math.BigInteger, java.math.BigInteger)"><B>pow(BigInteger, BigInteger)</B></A> -
10498 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
10499 <DD>Raise a BigInteger to a BigInteger power.
10500 <DT><A HREF="./org/apache/commons/math/optimization/general/Preconditioner.html#precondition(double[], double[])"><B>precondition(double[], double[])</B></A> -
10501 Method in interface org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/Preconditioner.html" title="interface in org.apache.commons.math.optimization.general">Preconditioner</A>
10502 <DD>Precondition a search direction.
10503 <DT><A HREF="./org/apache/commons/math/optimization/general/Preconditioner.html" title="interface in org.apache.commons.math.optimization.general"><B>Preconditioner</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/general/package-summary.html">org.apache.commons.math.optimization.general</A><DD>This interface represents a preconditioner for differentiable scalar
10504 objective function optimizers.<DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#predict(double)"><B>predict(double)</B></A> -
10505 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
10506 <DD>Returns the "predicted" <code>y</code> value associated with the
10507 supplied <code>x</code> value, based on the data that has been
10508 added to the model when this method is activated.
10509 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#preMultiply(org.apache.commons.math.linear.FieldMatrix)"><B>preMultiply(FieldMatrix&lt;T&gt;)</B></A> -
10510 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
10511 <DD>Returns the result premultiplying this by <code>m</code>.
10512 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#preMultiply(T[])"><B>preMultiply(T[])</B></A> -
10513 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
10514 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10515 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#preMultiply(org.apache.commons.math.linear.FieldVector)"><B>preMultiply(FieldVector&lt;T&gt;)</B></A> -
10516 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
10517 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10518 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#preMultiply(org.apache.commons.math.linear.RealMatrix)"><B>preMultiply(RealMatrix)</B></A> -
10519 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
10520 <DD>Returns the result premultiplying this by <code>m</code>.
10521 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#preMultiply(double[])"><B>preMultiply(double[])</B></A> -
10522 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
10523 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10524 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#preMultiply(org.apache.commons.math.linear.RealVector)"><B>preMultiply(RealVector)</B></A> -
10525 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
10526 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10527 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#preMultiply(T[])"><B>preMultiply(T[])</B></A> -
10528 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
10529 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10530 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#preMultiply(double[])"><B>preMultiply(double[])</B></A> -
10531 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
10532 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10533 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#preMultiply(org.apache.commons.math.linear.BigMatrix)"><B>preMultiply(BigMatrix)</B></A> -
10534 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
10535 <DD><B>Deprecated.</B>&nbsp;Returns the result premultiplying this by <code>m</code>.
10536 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#preMultiply(java.math.BigDecimal[])"><B>preMultiply(BigDecimal[])</B></A> -
10537 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
10538 <DD><B>Deprecated.</B>&nbsp;Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10539 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#preMultiply(org.apache.commons.math.linear.BigMatrix)"><B>preMultiply(BigMatrix)</B></A> -
10540 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10541 <DD><B>Deprecated.</B>&nbsp;Returns the result premultiplying this by <code>m</code>.
10542 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#preMultiply(java.math.BigDecimal[])"><B>preMultiply(BigDecimal[])</B></A> -
10543 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
10544 <DD><B>Deprecated.</B>&nbsp;Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10545 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#preMultiply(T[])"><B>preMultiply(T[])</B></A> -
10546 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
10547 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10548 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#preMultiply(double[])"><B>preMultiply(double[])</B></A> -
10549 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
10550 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10551 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#preMultiply(org.apache.commons.math.linear.FieldMatrix)"><B>preMultiply(FieldMatrix&lt;T&gt;)</B></A> -
10552 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
10553 <DD>Returns the result premultiplying this by <code>m</code>.
10554 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#preMultiply(T[])"><B>preMultiply(T[])</B></A> -
10555 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
10556 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10557 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#preMultiply(org.apache.commons.math.linear.FieldVector)"><B>preMultiply(FieldVector&lt;T&gt;)</B></A> -
10558 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
10559 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10560 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#preMultiply(org.apache.commons.math.linear.RealMatrix)"><B>preMultiply(RealMatrix)</B></A> -
10561 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
10562 <DD>Returns the result premultiplying this by <code>m</code>.
10563 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#preMultiply(double[])"><B>preMultiply(double[])</B></A> -
10564 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
10565 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10566 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#preMultiply(org.apache.commons.math.linear.RealVector)"><B>preMultiply(RealVector)</B></A> -
10567 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
10568 <DD>Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10569 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#preMultiply(double[])"><B>preMultiply(double[])</B></A> -
10570 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10571 <DD><B>Deprecated.</B>&nbsp;Returns the (row) vector result of premultiplying this by the vector <code>v</code>.
10572 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#previousTime"><B>previousTime</B></A> -
10573 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
10574 <DD>previous time
10575 <DT><A HREF="./org/apache/commons/math/MathException.html#printStackTrace()"><B>printStackTrace()</B></A> -
10576 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
10577 <DD>Prints the stack trace of this exception to the standard error stream.
10578 <DT><A HREF="./org/apache/commons/math/MathException.html#printStackTrace(java.io.PrintStream)"><B>printStackTrace(PrintStream)</B></A> -
10579 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathException.html" title="class in org.apache.commons.math">MathException</A>
10580 <DD>Prints the stack trace of this exception to the specified stream.
10581 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#printStackTrace()"><B>printStackTrace()</B></A> -
10582 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
10583 <DD>Prints the stack trace of this exception to the standard error stream.
10584 <DT><A HREF="./org/apache/commons/math/MathRuntimeException.html#printStackTrace(java.io.PrintStream)"><B>printStackTrace(PrintStream)</B></A> -
10585 Method in exception org.apache.commons.math.<A HREF="./org/apache/commons/math/MathRuntimeException.html" title="class in org.apache.commons.math">MathRuntimeException</A>
10586 <DD>Prints the stack trace of this exception to the specified stream.
10587 <DT><A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html#probability(double)"><B>probability(double)</B></A> -
10588 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/AbstractIntegerDistribution.html" title="class in org.apache.commons.math.distribution">AbstractIntegerDistribution</A>
10589 <DD>For a random variable X whose values are distributed according
10590 to this distribution, this method returns P(X = x).
10591 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#probability(int)"><B>probability(int)</B></A> -
10592 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
10593 <DD>For this distribution, X, this method returns P(X = x).
10594 <DT><A HREF="./org/apache/commons/math/distribution/DiscreteDistribution.html#probability(double)"><B>probability(double)</B></A> -
10595 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/DiscreteDistribution.html" title="interface in org.apache.commons.math.distribution">DiscreteDistribution</A>
10596 <DD>For a random variable X whose values are distributed according
10597 to this distribution, this method returns P(X = x).
10598 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#probability(int)"><B>probability(int)</B></A> -
10599 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
10600 <DD>For this distribution, X, this method returns P(X = x).
10601 <DT><A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html#probability(int)"><B>probability(int)</B></A> -
10602 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/IntegerDistribution.html" title="interface in org.apache.commons.math.distribution">IntegerDistribution</A>
10603 <DD>For a random variable X whose values are distributed according
10604 to this distribution, this method returns P(X = x).
10605 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#probability(int)"><B>probability(int)</B></A> -
10606 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
10607 <DD>For this distribution, X, this method returns P(X = x).
10608 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#probability(int)"><B>probability(int)</B></A> -
10609 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
10610 <DD>The probability mass function P(X = x) for a Poisson distribution.
10611 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#probability(int)"><B>probability(int)</B></A> -
10612 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
10613 <DD>The probability mass function P(X = x) for a Zipf distribution.
10614 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary"><B>Product</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/summary/package-summary.html">org.apache.commons.math.stat.descriptive.summary</A><DD>Returns the product of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#Product()"><B>Product()</B></A> -
10615 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
10616 <DD>Create a Product instance
10617 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html#Product(org.apache.commons.math.stat.descriptive.summary.Product)"><B>Product(Product)</B></A> -
10618 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Product.html" title="class in org.apache.commons.math.stat.descriptive.summary">Product</A>
10619 <DD>Copy constructor, creates a new <code>Product</code> identical
10620 to the <code>original</code>
10621 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#product(double[])"><B>product(double[])</B></A> -
10622 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
10623 <DD>Returns the product of the entries in the input array, or
10624 <code>Double.NaN</code> if the array is empty.
10625 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#product(double[], int, int)"><B>product(double[], int, int)</B></A> -
10626 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
10627 <DD>Returns the product of the entries in the specified portion of
10628 the input array, or <code>Double.NaN</code> if the designated subarray
10629 is empty.
10630 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#projection(double[])"><B>projection(double[])</B></A> -
10631 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
10632 <DD>Find the orthogonal projection of this vector onto another vector.
10633 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#projection(org.apache.commons.math.linear.FieldVector)"><B>projection(FieldVector&lt;T&gt;)</B></A> -
10634 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10635 <DD>Find the orthogonal projection of this vector onto another vector.
10636 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#projection(T[])"><B>projection(T[])</B></A> -
10637 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10638 <DD>Find the orthogonal projection of this vector onto another vector.
10639 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#projection(org.apache.commons.math.linear.ArrayFieldVector)"><B>projection(ArrayFieldVector&lt;T&gt;)</B></A> -
10640 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
10641 <DD>Find the orthogonal projection of this vector onto another vector.
10642 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#projection(org.apache.commons.math.linear.RealVector)"><B>projection(RealVector)</B></A> -
10643 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10644 <DD>Find the orthogonal projection of this vector onto another vector.
10645 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#projection(double[])"><B>projection(double[])</B></A> -
10646 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10647 <DD>Find the orthogonal projection of this vector onto another vector.
10648 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#projection(org.apache.commons.math.linear.ArrayRealVector)"><B>projection(ArrayRealVector)</B></A> -
10649 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
10650 <DD>Find the orthogonal projection of this vector onto another vector.
10651 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#projection(org.apache.commons.math.linear.FieldVector)"><B>projection(FieldVector&lt;T&gt;)</B></A> -
10652 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
10653 <DD>Find the orthogonal projection of this vector onto another vector.
10654 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#projection(T[])"><B>projection(T[])</B></A> -
10655 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
10656 <DD>Find the orthogonal projection of this vector onto another vector.
10657 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#projection(org.apache.commons.math.linear.RealVector)"><B>projection(RealVector)</B></A> -
10658 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10659 <DD>Find the orthogonal projection of this vector onto another vector.
10660 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#projection(double[])"><B>projection(double[])</B></A> -
10661 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
10662 <DD>Find the orthogonal projection of this vector onto another vector.
10663 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#projection(org.apache.commons.math.linear.RealVector)"><B>projection(RealVector)</B></A> -
10664 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
10665 <DD>Find the orthogonal projection of this vector onto another vector.
10666 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#projection(double[])"><B>projection(double[])</B></A> -
10667 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
10668 <DD>Find the orthogonal projection of this vector onto another vector.
10669 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#projection(org.apache.commons.math.linear.FieldVector)"><B>projection(FieldVector&lt;T&gt;)</B></A> -
10670 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
10671 <DD>Find the orthogonal projection of this vector onto another vector.
10672 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#projection(T[])"><B>projection(T[])</B></A> -
10673 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
10674 <DD>Find the orthogonal projection of this vector onto another vector.
10675 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction"><B>ProperBigFractionFormat</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Formats a BigFraction number in proper format.<DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#ProperBigFractionFormat()"><B>ProperBigFractionFormat()</B></A> -
10676 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
10677 <DD>Create a proper formatting instance with the default number format for
10678 the whole, numerator, and denominator.
10679 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#ProperBigFractionFormat(java.text.NumberFormat)"><B>ProperBigFractionFormat(NumberFormat)</B></A> -
10680 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
10681 <DD>Create a proper formatting instance with a custom number format for the
10682 whole, numerator, and denominator.
10683 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#ProperBigFractionFormat(java.text.NumberFormat, java.text.NumberFormat, java.text.NumberFormat)"><B>ProperBigFractionFormat(NumberFormat, NumberFormat, NumberFormat)</B></A> -
10684 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
10685 <DD>Create a proper formatting instance with a custom number format for each
10686 of the whole, numerator, and denominator.
10687 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction"><B>ProperFractionFormat</B></A> - Class in <A HREF="./org/apache/commons/math/fraction/package-summary.html">org.apache.commons.math.fraction</A><DD>Formats a Fraction number in proper format.<DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#ProperFractionFormat()"><B>ProperFractionFormat()</B></A> -
10688 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
10689 <DD>Create a proper formatting instance with the default number format for
10690 the whole, numerator, and denominator.
10691 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#ProperFractionFormat(java.text.NumberFormat)"><B>ProperFractionFormat(NumberFormat)</B></A> -
10692 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
10693 <DD>Create a proper formatting instance with a custom number format for the
10694 whole, numerator, and denominator.
10695 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#ProperFractionFormat(java.text.NumberFormat, java.text.NumberFormat, java.text.NumberFormat)"><B>ProperFractionFormat(NumberFormat, NumberFormat, NumberFormat)</B></A> -
10696 Constructor for class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
10697 <DD>Create a proper formatting instance with a custom number format for each
10698 of the whole, numerator, and denominator.
10699 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#put(int, double)"><B>put(int, double)</B></A> -
10700 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
10701 <DD>Put a value associated with a key in the map.
10702 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#put(int, T)"><B>put(int, T)</B></A> -
10703 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
10704 <DD>Put a value associated with a key in the map.
10705 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#putTransformer(java.lang.Class, org.apache.commons.math.util.NumberTransformer)"><B>putTransformer(Class&lt;?&gt;, NumberTransformer)</B></A> -
10706 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
10707 <DD>Sets a Class to Transformer Mapping in the Map.
10708 </DL>
10709 <HR>
10710 <A NAME="_Q_"><!-- --></A><H2>
10711 <B>Q</B></H2>
10712 <DL>
10713 <DT><A HREF="./org/apache/commons/math/linear/QRDecomposition.html" title="interface in org.apache.commons.math.linear"><B>QRDecomposition</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
10714 QR-decomposition of a real matrix.<DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>QRDecompositionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the QR-decomposition of a matrix.<DT><A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html#QRDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><B>QRDecompositionImpl(RealMatrix)</B></A> -
10715 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/QRDecompositionImpl.html" title="class in org.apache.commons.math.linear">QRDecompositionImpl</A>
10716 <DD>Calculates the QR-decomposition of the given matrix.
10717 </DL>
10718 <HR>
10719 <A NAME="_R_"><!-- --></A><H2>
10720 <B>R</B></H2>
10721 <DL>
10722 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random"><B>RandomAdaptor</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Extension of <code>java.util.Random</code> wrapping a
10723 <A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomGenerator</CODE></A>.<DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#RandomAdaptor(org.apache.commons.math.random.RandomGenerator)"><B>RandomAdaptor(RandomGenerator)</B></A> -
10724 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
10725 <DD>Construct a RandomAdaptor wrapping the supplied RandomGenerator.
10726 <DT><A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html#randomBinaryRepresentation(int)"><B>randomBinaryRepresentation(int)</B></A> -
10727 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/BinaryChromosome.html" title="class in org.apache.commons.math.genetics">BinaryChromosome</A>
10728 <DD>Returns a representation of a random binary array of length <code>length</code>.
10729 <DT><A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random"><B>RandomData</B></A> - Interface in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Random data generation utilities.<DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random"><B>RandomDataImpl</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Implements the <A HREF="./org/apache/commons/math/random/RandomData.html" title="interface in org.apache.commons.math.random"><CODE>RandomData</CODE></A> interface using a <A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomGenerator</CODE></A>
10730 instance to generate non-secure data and a <A HREF="http://java.sun.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><CODE>SecureRandom</CODE></A>
10731 instance to provide data for the <code>nextSecureXxx</code> methods.<DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#RandomDataImpl()"><B>RandomDataImpl()</B></A> -
10732 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10733 <DD>Construct a RandomDataImpl.
10734 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#RandomDataImpl(org.apache.commons.math.random.RandomGenerator)"><B>RandomDataImpl(RandomGenerator)</B></A> -
10735 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10736 <DD>Construct a RandomDataImpl using the supplied <A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomGenerator</CODE></A> as
10737 the source of (non-secure) random data.
10738 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random"><B>RandomGenerator</B></A> - Interface in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Interface extracted from <code>java.util.Random</code>.<DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics"><B>RandomKey</B></A>&lt;<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="type parameter in RandomKey">T</A>&gt; - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>
10739 Random Key chromosome is used for permutation representation.<DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#RandomKey(java.util.List)"><B>RandomKey(List&lt;Double&gt;)</B></A> -
10740 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
10741 <DD>Constructor.
10742 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#RandomKey(java.lang.Double[])"><B>RandomKey(Double[])</B></A> -
10743 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
10744 <DD>Constructor.
10745 <DT><A HREF="./org/apache/commons/math/genetics/RandomKeyMutation.html" title="class in org.apache.commons.math.genetics"><B>RandomKeyMutation</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Mutation operator for <A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics"><CODE>RandomKey</CODE></A>s.<DT><A HREF="./org/apache/commons/math/genetics/RandomKeyMutation.html#RandomKeyMutation()"><B>RandomKeyMutation()</B></A> -
10746 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKeyMutation.html" title="class in org.apache.commons.math.genetics">RandomKeyMutation</A>
10747 <DD>&nbsp;
10748 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#randomPermutation(int)"><B>randomPermutation(int)</B></A> -
10749 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
10750 <DD>Generates a representation corresponding to a random permutation of
10751 length l which can be passed to the RandomKey constructor.
10752 <DT><A HREF="./org/apache/commons/math/random/RandomVectorGenerator.html" title="interface in org.apache.commons.math.random"><B>RandomVectorGenerator</B></A> - Interface in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>This interface represents a random generator for whole vectors.<DT><A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html#rank(double[])"><B>rank(double[])</B></A> -
10753 Method in class org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaturalRanking.html" title="class in org.apache.commons.math.stat.ranking">NaturalRanking</A>
10754 <DD>Rank <code>data</code> using the natural ordering on Doubles, with
10755 NaN values handled according to <code>nanStrategy</code> and ties
10756 resolved using <code>tiesStrategy.</code>
10757 <DT><A HREF="./org/apache/commons/math/stat/ranking/RankingAlgorithm.html#rank(double[])"><B>rank(double[])</B></A> -
10758 Method in interface org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/RankingAlgorithm.html" title="interface in org.apache.commons.math.stat.ranking">RankingAlgorithm</A>
10759 <DD>Performs a rank transformation on the input data, returning an array
10760 of ranks.
10761 <DT><A HREF="./org/apache/commons/math/stat/ranking/RankingAlgorithm.html" title="interface in org.apache.commons.math.stat.ranking"><B>RankingAlgorithm</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/ranking/package-summary.html">org.apache.commons.math.stat.ranking</A><DD>Interface representing a rank transformation.<DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#readBaseExternal(java.io.ObjectInput)"><B>readBaseExternal(ObjectInput)</B></A> -
10762 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
10763 <DD>Read the base state of the instance.
10764 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> -
10765 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
10766 <DD>
10767 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> -
10768 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
10769 <DD>Read the instance from an input channel.
10770 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#readExternal(java.io.ObjectInput)"><B>readExternal(ObjectInput)</B></A> -
10771 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
10772 <DD>
10773 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#readResolve()"><B>readResolve()</B></A> -
10774 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
10775 <DD>Resolve the transient fields in a deserialized Complex Object.
10776 <DT><A HREF="./org/apache/commons/math/optimization/RealConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><B>RealConvergenceChecker</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This interface specifies how to check if an <A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>optimization
10777 algorithm</CODE></A> has converged.<DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><B>RealMatrix</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a real-valued matrix with basic algebraic operations.<DT><A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear"><B>RealMatrixChangingVisitor</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a visitor for matrix entries.<DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear"><B>RealMatrixImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 replaced by <A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear"><CODE>Array2DRowRealMatrix</CODE></A></I><DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#RealMatrixImpl()"><B>RealMatrixImpl()</B></A> -
10778 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10779 <DD><B>Deprecated.</B>&nbsp;Creates a matrix with no data
10780 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#RealMatrixImpl(int, int)"><B>RealMatrixImpl(int, int)</B></A> -
10781 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10782 <DD><B>Deprecated.</B>&nbsp;Create a new RealMatrix with the supplied row and column dimensions.
10783 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#RealMatrixImpl(double[][])"><B>RealMatrixImpl(double[][])</B></A> -
10784 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10785 <DD><B>Deprecated.</B>&nbsp;Create a new RealMatrix using the input array as the underlying
10786 data array.
10787 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#RealMatrixImpl(double[][], boolean)"><B>RealMatrixImpl(double[][], boolean)</B></A> -
10788 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10789 <DD><B>Deprecated.</B>&nbsp;Create a new RealMatrix using the input array as the underlying
10790 data array.
10791 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#RealMatrixImpl(double[])"><B>RealMatrixImpl(double[])</B></A> -
10792 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
10793 <DD><B>Deprecated.</B>&nbsp;Create a new (column) RealMatrix using <code>v</code> as the
10794 data for the unique column of the <code>v.length x 1</code> matrix
10795 created.
10796 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear"><B>RealMatrixPreservingVisitor</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a visitor for matrix entries.<DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization"><B>RealPointValuePair</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This class holds a point and the value of an objective function at this point.<DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html#RealPointValuePair(double[], double)"><B>RealPointValuePair(double[], double)</B></A> -
10797 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization">RealPointValuePair</A>
10798 <DD>Build a point/objective function value pair.
10799 <DT><A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html#RealPointValuePair(double[], double, boolean)"><B>RealPointValuePair(double[], double, boolean)</B></A> -
10800 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/RealPointValuePair.html" title="class in org.apache.commons.math.optimization">RealPointValuePair</A>
10801 <DD>Build a point/objective function value pair.
10802 <DT><A HREF="./org/apache/commons/math/transform/RealTransformer.html" title="interface in org.apache.commons.math.transform"><B>RealTransformer</B></A> - Interface in <A HREF="./org/apache/commons/math/transform/package-summary.html">org.apache.commons.math.transform</A><DD>Interface for one-dimensional data sets transformations producing real results.<DT><A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><B>RealVector</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Interface defining a real-valued vector with basic algebraic operations.<DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear"><B>RealVector.Entry</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Class representing a modifiable entry in the vector.<DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html#RealVector.Entry()"><B>RealVector.Entry()</B></A> -
10803 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear">RealVector.Entry</A>
10804 <DD>&nbsp;
10805 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear"><B>RealVectorFormat</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Formats a vector in components list format "{v0; v1; ...; vk-1}".<DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#RealVectorFormat()"><B>RealVectorFormat()</B></A> -
10806 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10807 <DD>Create an instance with default settings.
10808 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#RealVectorFormat(java.text.NumberFormat)"><B>RealVectorFormat(NumberFormat)</B></A> -
10809 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10810 <DD>Create an instance with a custom number format for components.
10811 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#RealVectorFormat(java.lang.String, java.lang.String, java.lang.String)"><B>RealVectorFormat(String, String, String)</B></A> -
10812 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10813 <DD>Create an instance with custom prefix, suffix and separator.
10814 <DT><A HREF="./org/apache/commons/math/linear/RealVectorFormat.html#RealVectorFormat(java.lang.String, java.lang.String, java.lang.String, java.text.NumberFormat)"><B>RealVectorFormat(String, String, String, NumberFormat)</B></A> -
10815 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVectorFormat.html" title="class in org.apache.commons.math.linear">RealVectorFormat</A>
10816 <DD>Create an instance with custom prefix, suffix, separator and format
10817 for components.
10818 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#reciprocal()"><B>reciprocal()</B></A> -
10819 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10820 <DD>
10821 Return the multiplicative inverse of this fraction.
10822 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#reciprocal()"><B>reciprocal()</B></A> -
10823 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
10824 <DD>Return the multiplicative inverse of this fraction.
10825 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#reduce()"><B>reduce()</B></A> -
10826 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
10827 <DD>
10828 Reduce this <code>BigFraction</code> to its lowest terms.
10829 <DT><A HREF="./org/apache/commons/math/special/Beta.html#regularizedBeta(double, double, double)"><B>regularizedBeta(double, double, double)</B></A> -
10830 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
10831 <DD>Returns the
10832 <a href="http://mathworld.wolfram.com/RegularizedBetaFunction.html">
10833 regularized beta function</a> I(x, a, b).
10834 <DT><A HREF="./org/apache/commons/math/special/Beta.html#regularizedBeta(double, double, double, double)"><B>regularizedBeta(double, double, double, double)</B></A> -
10835 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
10836 <DD>Returns the
10837 <a href="http://mathworld.wolfram.com/RegularizedBetaFunction.html">
10838 regularized beta function</a> I(x, a, b).
10839 <DT><A HREF="./org/apache/commons/math/special/Beta.html#regularizedBeta(double, double, double, int)"><B>regularizedBeta(double, double, double, int)</B></A> -
10840 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
10841 <DD>Returns the regularized beta function I(x, a, b).
10842 <DT><A HREF="./org/apache/commons/math/special/Beta.html#regularizedBeta(double, double, double, double, int)"><B>regularizedBeta(double, double, double, double, int)</B></A> -
10843 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Beta.html" title="class in org.apache.commons.math.special">Beta</A>
10844 <DD>Returns the regularized beta function I(x, a, b).
10845 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#regularizedGammaP(double, double)"><B>regularizedGammaP(double, double)</B></A> -
10846 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
10847 <DD>Returns the regularized gamma function P(a, x).
10848 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#regularizedGammaP(double, double, double, int)"><B>regularizedGammaP(double, double, double, int)</B></A> -
10849 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
10850 <DD>Returns the regularized gamma function P(a, x).
10851 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#regularizedGammaQ(double, double)"><B>regularizedGammaQ(double, double)</B></A> -
10852 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
10853 <DD>Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
10854 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#regularizedGammaQ(double, double, double, int)"><B>regularizedGammaQ(double, double, double, int)</B></A> -
10855 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
10856 <DD>Returns the regularized gamma function Q(a, x) = 1 - P(a, x).
10857 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#reinitialize(double[], boolean)"><B>reinitialize(double[], boolean)</B></A> -
10858 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
10859 <DD>Reinitialize the instance
10860 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#reinitialize(double[], boolean)"><B>reinitialize(double[], boolean)</B></A> -
10861 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
10862 <DD>Reinitialize the instance.
10863 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#reinitialize(double, double, double[], org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>reinitialize(double, double, double[], Array2DRowRealMatrix)</B></A> -
10864 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
10865 <DD>Reinitialize the instance.
10866 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#reinitializeBegin(double, double[])"><B>reinitializeBegin(double, double[])</B></A> -
10867 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
10868 <DD>Reinitialize the beginning of the step.
10869 <DT><A HREF="./org/apache/commons/math/optimization/linear/Relationship.html" title="enum in org.apache.commons.math.optimization.linear"><B>Relationship</B></A> - Enum in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>Types of relationships between two cells in a Solver <A HREF="./org/apache/commons/math/optimization/linear/LinearConstraint.html" title="class in org.apache.commons.math.optimization.linear"><CODE>LinearConstraint</CODE></A>.<DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#relativeAccuracy"><B>relativeAccuracy</B></A> -
10870 Variable in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
10871 <DD>Maximum relative error.
10872 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html#remove()"><B>remove()</B></A> -
10873 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.SparseEntryIterator.html" title="class in org.apache.commons.math.linear">AbstractRealVector.SparseEntryIterator</A>
10874 <DD>
10875 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html#remove()"><B>remove()</B></A> -
10876 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapSparseIterator.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapSparseIterator</A>
10877 <DD>
10878 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#remove(int)"><B>remove(int)</B></A> -
10879 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
10880 <DD>Remove the value associated with a key.
10881 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#remove(int)"><B>remove(int)</B></A> -
10882 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
10883 <DD>Remove the value associated with a key.
10884 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#REMOVED"><B>REMOVED</B></A> -
10885 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
10886 <DD>Status indicator for removed table entries.
10887 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#REMOVED"><B>REMOVED</B></A> -
10888 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
10889 <DD>Status indicator for removed table entries.
10890 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#removeData(double, double)"><B>removeData(double, double)</B></A> -
10891 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
10892 <DD>Removes the observation (x,y) from the regression data set.
10893 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#removeData(double[][])"><B>removeData(double[][])</B></A> -
10894 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
10895 <DD>Removes observations represented by the elements in <code>data</code>.
10896 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#removeMostRecentValue()"><B>removeMostRecentValue()</B></A> -
10897 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
10898 <DD>Removes the most recent value from the dataset.
10899 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#removeTransformer(java.lang.Class)"><B>removeTransformer(Class&lt;?&gt;)</B></A> -
10900 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
10901 <DD>Removes a Class to Transformer Mapping in the Map.
10902 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#replaceMostRecentValue(double)"><B>replaceMostRecentValue(double)</B></A> -
10903 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
10904 <DD>Replaces the most recently stored value with the given value.
10905 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#replaceWorstPoint(org.apache.commons.math.optimization.RealPointValuePair, java.util.Comparator)"><B>replaceWorstPoint(RealPointValuePair, Comparator&lt;RealPointValuePair&gt;)</B></A> -
10906 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
10907 <DD>Replace the worst point of the simplex by a new point.
10908 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#REPLAY_MODE"><B>REPLAY_MODE</B></A> -
10909 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
10910 <DD>Replay data from valuesFilePath.
10911 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10912 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
10913 <DD>Check if one of the step handlers requires dense output.
10914 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10915 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
10916 <DD>Determines whether this handler needs dense output.
10917 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10918 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepHandlerWithJacobians</A>
10919 <DD>Determines whether this handler needs dense output.
10920 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10921 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html" title="class in org.apache.commons.math.ode.sampling">DummyStepHandler</A>
10922 <DD>Determines whether this handler needs dense output.
10923 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10924 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html" title="interface in org.apache.commons.math.ode.sampling">StepHandler</A>
10925 <DD>Determines whether this handler needs dense output.
10926 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html#requiresDenseOutput()"><B>requiresDenseOutput()</B></A> -
10927 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html" title="class in org.apache.commons.math.ode.sampling">StepNormalizer</A>
10928 <DD>Determines whether this handler needs dense output.
10929 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#rescale(double)"><B>rescale(double)</B></A> -
10930 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
10931 <DD>Rescale the instance.
10932 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#reSeed(long)"><B>reSeed(long)</B></A> -
10933 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10934 <DD>Reseeds the random number generator with the supplied seed.
10935 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#reSeed()"><B>reSeed()</B></A> -
10936 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10937 <DD>Reseeds the random number generator with the current time in
10938 milliseconds.
10939 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#reSeedSecure()"><B>reSeedSecure()</B></A> -
10940 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10941 <DD>Reseeds the secure random number generator with the current time in
10942 milliseconds.
10943 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#reSeedSecure(long)"><B>reSeedSecure(long)</B></A> -
10944 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
10945 <DD>Reseeds the secure random number generator with the supplied seed.
10946 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#reset()"><B>reset()</B></A> -
10947 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
10948 <DD>Reset the step handler.
10949 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#reset(double, double[])"><B>reset(double, double[])</B></A> -
10950 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
10951 <DD>Let the event handlers reset the state if they want.
10952 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#reset(double, double[])"><B>reset(double, double[])</B></A> -
10953 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
10954 <DD>Let the event handler reset the state if it wants.
10955 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html#reset()"><B>reset()</B></A> -
10956 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepHandlerWithJacobians</A>
10957 <DD>Reset the step handler.
10958 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html#reset()"><B>reset()</B></A> -
10959 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepHandler.html" title="class in org.apache.commons.math.ode.sampling">DummyStepHandler</A>
10960 <DD>Reset the step handler.
10961 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html#reset()"><B>reset()</B></A> -
10962 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html" title="interface in org.apache.commons.math.ode.sampling">StepHandler</A>
10963 <DD>Reset the step handler.
10964 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html#reset()"><B>reset()</B></A> -
10965 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html" title="class in org.apache.commons.math.ode.sampling">StepNormalizer</A>
10966 <DD>Reset the step handler.
10967 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#RESET_DERIVATIVES"><B>RESET_DERIVATIVES</B></A> -
10968 Static variable in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
10969 <DD>Reset derivatives indicator.
10970 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#RESET_DERIVATIVES"><B>RESET_DERIVATIVES</B></A> -
10971 Static variable in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
10972 <DD>Reset derivatives indicator.
10973 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#RESET_STATE"><B>RESET_STATE</B></A> -
10974 Static variable in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
10975 <DD>Reset state indicator.
10976 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#RESET_STATE"><B>RESET_STATE</B></A> -
10977 Static variable in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
10978 <DD>Reset state indicator.
10979 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#resetAbsoluteAccuracy()"><B>resetAbsoluteAccuracy()</B></A> -
10980 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
10981 <DD>Reset the absolute accuracy to the default.
10982 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#resetAbsoluteAccuracy()"><B>resetAbsoluteAccuracy()</B></A> -
10983 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
10984 <DD>Reset the absolute accuracy to the default.
10985 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#resetAbsoluteAccuracy()"><B>resetAbsoluteAccuracy()</B></A> -
10986 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
10987 <DD>Reset the absolute accuracy to the default.
10988 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#resetEvaluations()"><B>resetEvaluations()</B></A> -
10989 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
10990 <DD>Reset the number of evaluations to zero.
10991 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#resetFunctionValueAccuracy()"><B>resetFunctionValueAccuracy()</B></A> -
10992 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
10993 <DD>Reset the actual function accuracy to the default.
10994 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#resetFunctionValueAccuracy()"><B>resetFunctionValueAccuracy()</B></A> -
10995 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
10996 <DD>Reset the actual function accuracy to the default.
10997 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#resetInternalState()"><B>resetInternalState()</B></A> -
10998 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
10999 <DD>Reset internal state to dummy values.
11000 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#resetMaximalIterationCount()"><B>resetMaximalIterationCount()</B></A> -
11001 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
11002 <DD>Reset the upper limit for the number of iterations to the default.
11003 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#resetMaximalIterationCount()"><B>resetMaximalIterationCount()</B></A> -
11004 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
11005 <DD>Reset the upper limit for the number of iterations to the default.
11006 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#resetMaximalIterationCount()"><B>resetMaximalIterationCount()</B></A> -
11007 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11008 <DD>Reset the upper limit for the number of iterations to the default.
11009 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#resetMinimalIterationCount()"><B>resetMinimalIterationCount()</B></A> -
11010 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
11011 <DD>Reset the lower limit for the number of iterations to the default.
11012 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#resetMinimalIterationCount()"><B>resetMinimalIterationCount()</B></A> -
11013 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
11014 <DD>Reset the lower limit for the number of iterations to the default.
11015 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#resetRelativeAccuracy()"><B>resetRelativeAccuracy()</B></A> -
11016 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
11017 <DD>Reset the relative accuracy to the default.
11018 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#resetRelativeAccuracy()"><B>resetRelativeAccuracy()</B></A> -
11019 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
11020 <DD>Reset the relative accuracy to the default.
11021 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#resetRelativeAccuracy()"><B>resetRelativeAccuracy()</B></A> -
11022 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11023 <DD>Reset the relative accuracy to the default.
11024 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#resetReplayFile()"><B>resetReplayFile()</B></A> -
11025 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
11026 <DD>Resets REPLAY_MODE file pointer to the beginning of the <code>valuesFileURL</code>.
11027 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#resetState(double, double[])"><B>resetState(double, double[])</B></A> -
11028 Method in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
11029 <DD>Reset the state prior to continue the integration.
11030 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#resetState(double, double[], double[][], double[][])"><B>resetState(double, double[], double[][], double[][])</B></A> -
11031 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
11032 <DD>Reset the state prior to continue the integration.
11033 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#residuals"><B>residuals</B></A> -
11034 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
11035 <DD><B>Deprecated.</B>&nbsp;Residuals array.
11036 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#residuals"><B>residuals</B></A> -
11037 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11038 <DD>Current residuals.
11039 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#residualsWeights"><B>residualsWeights</B></A> -
11040 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11041 <DD>Weight for the least squares cost computation.
11042 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util"><B>ResizableDoubleArray</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>
11043 A variable length <A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util"><CODE>DoubleArray</CODE></A> implementation that automatically
11044 handles expanding and contracting its internal storage array as elements
11045 are added and removed.<DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray()"><B>ResizableDoubleArray()</B></A> -
11046 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11047 <DD>Create a ResizableArray with default properties.
11048 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray(int)"><B>ResizableDoubleArray(int)</B></A> -
11049 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11050 <DD>Create a ResizableArray with the specified initial capacity.
11051 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray(int, float)"><B>ResizableDoubleArray(int, float)</B></A> -
11052 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11053 <DD>
11054 Create a ResizableArray with the specified initial capacity
11055 and expansion factor.
11056 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray(int, float, float)"><B>ResizableDoubleArray(int, float, float)</B></A> -
11057 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11058 <DD>
11059 Create a ResizableArray with the specified initialCapacity,
11060 expansionFactor, and contractionCriteria.
11061 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray(int, float, float, int)"><B>ResizableDoubleArray(int, float, float, int)</B></A> -
11062 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11063 <DD>
11064 Create a ResizableArray with the specified properties.
11065 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#ResizableDoubleArray(org.apache.commons.math.util.ResizableDoubleArray)"><B>ResizableDoubleArray(ResizableDoubleArray)</B></A> -
11066 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11067 <DD>Copy constructor.
11068 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#result"><B>result</B></A> -
11069 Variable in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
11070 <DD>the last computed integral
11071 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#result"><B>result</B></A> -
11072 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
11073 <DD>The last computed root.
11074 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#result"><B>result</B></A> -
11075 Variable in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
11076 <DD>The last computed root.
11077 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#resultComputed"><B>resultComputed</B></A> -
11078 Variable in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
11079 <DD>indicates whether an integral has been computed
11080 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#resultComputed"><B>resultComputed</B></A> -
11081 Variable in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
11082 <DD>Indicates where a root has been computed.
11083 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#resultComputed"><B>resultComputed</B></A> -
11084 Variable in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
11085 <DD>Indicates where a root has been computed.
11086 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#revert()"><B>revert()</B></A> -
11087 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11088 <DD>Revert a rotation.
11089 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>RiddersSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements the <a href="http://mathworld.wolfram.com/RiddersMethod.html">
11090 Ridders' Method</a> for root finding of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#RiddersSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>RiddersSolver(UnivariateRealFunction)</B></A> -
11091 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
11092 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
11093 to the <A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>RiddersSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
11094 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
11095 method.</I>
11096 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#RiddersSolver()"><B>RiddersSolver()</B></A> -
11097 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
11098 <DD>Construct a solver.
11099 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#RINT"><B>RINT</B></A> -
11100 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
11101 <DD>The <code>Math.rint</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
11102 <DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration"><B>RombergIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Implements the <a href="http://mathworld.wolfram.com/RombergIntegration.html">
11103 Romberg Algorithm</a> for integration of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#RombergIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>RombergIntegrator(UnivariateRealFunction)</B></A> -
11104 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration">RombergIntegrator</A>
11105 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the integrand function is passed as an argument
11106 to the <A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>RombergIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>
11107 <DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#RombergIntegrator()"><B>RombergIntegrator()</B></A> -
11108 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration">RombergIntegrator</A>
11109 <DD>Construct an integrator.
11110 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry"><B>Rotation</B></A> - Class in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>This class implements rotations in a three-dimensional space.<DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(double, double, double, double, boolean)"><B>Rotation(double, double, double, double, boolean)</B></A> -
11111 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11112 <DD>Build a rotation from the quaternion coordinates.
11113 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(org.apache.commons.math.geometry.Vector3D, double)"><B>Rotation(Vector3D, double)</B></A> -
11114 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11115 <DD>Build a rotation from an axis and an angle.
11116 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(double[][], double)"><B>Rotation(double[][], double)</B></A> -
11117 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11118 <DD>Build a rotation from a 3X3 matrix.
11119 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>Rotation(Vector3D, Vector3D, Vector3D, Vector3D)</B></A> -
11120 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11121 <DD>Build the rotation that transforms a pair of vector into another pair.
11122 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(org.apache.commons.math.geometry.Vector3D, org.apache.commons.math.geometry.Vector3D)"><B>Rotation(Vector3D, Vector3D)</B></A> -
11123 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11124 <DD>Build one of the rotations that transform one vector into another one.
11125 <DT><A HREF="./org/apache/commons/math/geometry/Rotation.html#Rotation(org.apache.commons.math.geometry.RotationOrder, double, double, double)"><B>Rotation(RotationOrder, double, double, double)</B></A> -
11126 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Rotation.html" title="class in org.apache.commons.math.geometry">Rotation</A>
11127 <DD>Build a rotation from three Cardan or Euler elementary rotations.
11128 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry"><B>RotationOrder</B></A> - Class in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>This class is a utility representing a rotation order specification
11129 for Cardan or Euler angles specification.<DT><A HREF="./org/apache/commons/math/util/MathUtils.html#round(double, int)"><B>round(double, int)</B></A> -
11130 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11131 <DD>Round the given value to the specified number of decimal places.
11132 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#round(double, int, int)"><B>round(double, int, int)</B></A> -
11133 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11134 <DD>Round the given value to the specified number of decimal places.
11135 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#round(float, int)"><B>round(float, int)</B></A> -
11136 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11137 <DD>Round the given value to the specified number of decimal places.
11138 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#round(float, int, int)"><B>round(float, int, int)</B></A> -
11139 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11140 <DD>Round the given value to the specified number of decimal places.
11141 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#rows"><B>rows</B></A> -
11142 Variable in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
11143 <DD><B>Deprecated.</B>&nbsp;Number of rows of the jacobian matrix.
11144 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#rows"><B>rows</B></A> -
11145 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11146 <DD>Number of rows of the jacobian matrix.
11147 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>RungeKuttaIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the common part of all fixed step Runge-Kutta
11148 integrators for Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.html#RungeKuttaIntegrator(java.lang.String, double[], double[][], double[], org.apache.commons.math.ode.nonstiff.RungeKuttaStepInterpolator, double)"><B>RungeKuttaIntegrator(String, double[], double[][], double[], RungeKuttaStepInterpolator, double)</B></A> -
11149 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/RungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">RungeKuttaIntegrator</A>
11150 <DD>Simple constructor.
11151 </DL>
11152 <HR>
11153 <A NAME="_S_"><!-- --></A><H2>
11154 <B>S</B></H2>
11155 <DL>
11156 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#SAFE_MIN"><B>SAFE_MIN</B></A> -
11157 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11158 <DD>Safe minimum, such that 1 / SAFE_MIN does not overflow.
11159 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#sample(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>sample(UnivariateRealFunction, double, double, int)</B></A> -
11160 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
11161 <DD>Sample the given univariate real function on the given interval.
11162 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#sanityChecks(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>sanityChecks(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
11163 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
11164 <DD>Perform some sanity checks on the integration parameters.
11165 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#sanityChecks(org.apache.commons.math.ode.FirstOrderDifferentialEquations, double, double[], double, double[])"><B>sanityChecks(FirstOrderDifferentialEquations, double, double[], double, double[])</B></A> -
11166 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
11167 <DD>Perform some sanity checks on the integration parameters.
11168 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#scalAbsoluteTolerance"><B>scalAbsoluteTolerance</B></A> -
11169 Variable in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
11170 <DD>Allowed absolute scalar error.
11171 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#scalarAdd(T)"><B>scalarAdd(T)</B></A> -
11172 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11173 <DD>Returns the result of adding d to each entry of this.
11174 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#scalarAdd(double)"><B>scalarAdd(double)</B></A> -
11175 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11176 <DD>Returns the result of adding d to each entry of this.
11177 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#scalarAdd(java.math.BigDecimal)"><B>scalarAdd(BigDecimal)</B></A> -
11178 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
11179 <DD><B>Deprecated.</B>&nbsp;Returns the result of adding d to each entry of this.
11180 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#scalarAdd(java.math.BigDecimal)"><B>scalarAdd(BigDecimal)</B></A> -
11181 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
11182 <DD><B>Deprecated.</B>&nbsp;Returns the result of adding d to each entry of this.
11183 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#scalarAdd(T)"><B>scalarAdd(T)</B></A> -
11184 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11185 <DD>Returns the result of adding d to each entry of this.
11186 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#scalarAdd(double)"><B>scalarAdd(double)</B></A> -
11187 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11188 <DD>Returns the result of adding d to each entry of this.
11189 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#scalarAdd(T)"><B>scalarAdd(T)</B></A> -
11190 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11191 <DD>Returns the result of adding d to each entry of this.
11192 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#scalarAdd(double)"><B>scalarAdd(double)</B></A> -
11193 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11194 <DD>Returns the result of adding d to each entry of this.
11195 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#scalarMultiply(double)"><B>scalarMultiply(double)</B></A> -
11196 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
11197 <DD>Multiply the instance by a scalar
11198 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#scalarMultiply(T)"><B>scalarMultiply(T)</B></A> -
11199 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11200 <DD>Returns the result multiplying each entry of this by d.
11201 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#scalarMultiply(double)"><B>scalarMultiply(double)</B></A> -
11202 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11203 <DD>Returns the result multiplying each entry of this by d.
11204 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#scalarMultiply(java.math.BigDecimal)"><B>scalarMultiply(BigDecimal)</B></A> -
11205 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
11206 <DD><B>Deprecated.</B>&nbsp;Returns the result multiplying each entry of this by d.
11207 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#scalarMultiply(java.math.BigDecimal)"><B>scalarMultiply(BigDecimal)</B></A> -
11208 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
11209 <DD><B>Deprecated.</B>&nbsp;Returns the result of multiplying each entry of this by <code>d</code>
11210 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#scalarMultiply(T)"><B>scalarMultiply(T)</B></A> -
11211 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11212 <DD>Returns the result multiplying each entry of this by d.
11213 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#scalarMultiply(double)"><B>scalarMultiply(double)</B></A> -
11214 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11215 <DD>Returns the result multiplying each entry of this by d.
11216 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#scalarMultiply(T)"><B>scalarMultiply(T)</B></A> -
11217 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11218 <DD>Returns the result multiplying each entry of this by d.
11219 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#scalarMultiply(double)"><B>scalarMultiply(double)</B></A> -
11220 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11221 <DD>Returns the result multiplying each entry of this by d.
11222 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#scalb(double, int)"><B>scalb(double, int)</B></A> -
11223 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
11224 <DD>Scale a number by 2<sup>scaleFactor</sup>.
11225 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#scaleArray(double[], double)"><B>scaleArray(double[], double)</B></A> -
11226 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
11227 <DD>Multiply every component in the given real array by the
11228 given real number.
11229 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#scaleArray(org.apache.commons.math.complex.Complex[], double)"><B>scaleArray(Complex[], double)</B></A> -
11230 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
11231 <DD>Multiply every component in the given complex array by the
11232 given real number.
11233 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#scaled"><B>scaled</B></A> -
11234 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
11235 <DD>First scaled derivative (h y').
11236 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#scalRelativeTolerance"><B>scalRelativeTolerance</B></A> -
11237 Variable in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
11238 <DD>Allowed relative scalar error.
11239 <DT><A HREF="./org/apache/commons/math/genetics/Chromosome.html#searchForFitnessUpdate(org.apache.commons.math.genetics.Population)"><B>searchForFitnessUpdate(Population)</B></A> -
11240 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/Chromosome.html" title="class in org.apache.commons.math.genetics">Chromosome</A>
11241 <DD>Searches the population for a chromosome representing the same solution,
11242 and if it finds one, updates the fitness to its value.
11243 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers"><B>SecantSolver</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Implements a modified version of the
11244 <a href="http://mathworld.wolfram.com/SecantMethod.html">secant method</a>
11245 for approximating a zero of a real univariate function.<DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#SecantSolver(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>SecantSolver(UnivariateRealFunction)</B></A> -
11246 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
11247 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
11248 to the <A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>SecantSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
11249 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
11250 method.</I>
11251 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#SecantSolver()"><B>SecantSolver()</B></A> -
11252 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
11253 <DD>Construct a solver.
11254 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>SecondMoment</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes a statistic related to the Second Central Moment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#SecondMoment()"><B>SecondMoment()</B></A> -
11255 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
11256 <DD>Create a SecondMoment instance
11257 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html#SecondMoment(org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>SecondMoment(SecondMoment)</B></A> -
11258 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SecondMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">SecondMoment</A>
11259 <DD>Copy constructor, creates a new <code>SecondMoment</code> identical
11260 to the <code>original</code>
11261 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#secondMoment"><B>secondMoment</B></A> -
11262 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
11263 <DD>SecondMoment is used to compute the mean and variance
11264 <DT><A HREF="./org/apache/commons/math/ode/SecondOrderDifferentialEquations.html" title="interface in org.apache.commons.math.ode"><B>SecondOrderDifferentialEquations</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This interface represents a second order differential equations set.<DT><A HREF="./org/apache/commons/math/ode/SecondOrderIntegrator.html" title="interface in org.apache.commons.math.ode"><B>SecondOrderIntegrator</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/package-summary.html">org.apache.commons.math.ode</A><DD>This interface represents a second order integrator for
11265 differential equations.<DT><A HREF="./org/apache/commons/math/genetics/SelectionPolicy.html#select(org.apache.commons.math.genetics.Population)"><B>select(Population)</B></A> -
11266 Method in interface org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/SelectionPolicy.html" title="interface in org.apache.commons.math.genetics">SelectionPolicy</A>
11267 <DD>Select two chromosomes from the population.
11268 <DT><A HREF="./org/apache/commons/math/genetics/TournamentSelection.html#select(org.apache.commons.math.genetics.Population)"><B>select(Population)</B></A> -
11269 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/TournamentSelection.html" title="class in org.apache.commons.math.genetics">TournamentSelection</A>
11270 <DD>Select two chromosomes from the population.
11271 <DT><A HREF="./org/apache/commons/math/genetics/SelectionPolicy.html" title="interface in org.apache.commons.math.genetics"><B>SelectionPolicy</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Algorithm used to select a chromosome pair from a population.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>SemiVariance</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the semivariance of a set of values with respect to a given cutoff value.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#SemiVariance()"><B>SemiVariance()</B></A> -
11272 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11273 <DD>Constructs a SemiVariance with default (true) <code>biasCorrected</code>
11274 property and default (Downside) <code>varianceDirection</code> property.
11275 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#SemiVariance(boolean)"><B>SemiVariance(boolean)</B></A> -
11276 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11277 <DD>Constructs a SemiVariance with the specified <code>biasCorrected</code>
11278 property and default (Downside) <code>varianceDirection</code> property.
11279 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#SemiVariance(org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction)"><B>SemiVariance(SemiVariance.Direction)</B></A> -
11280 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11281 <DD>Constructs a SemiVariance with the specified <code>Direction</code> property
11282 and default (true) <code>biasCorrected</code> property
11283 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#SemiVariance(boolean, org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction)"><B>SemiVariance(boolean, SemiVariance.Direction)</B></A> -
11284 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11285 <DD>Constructs a SemiVariance with the specified <code>isBiasCorrected</code>
11286 property and the specified <code>Direction</code> property.
11287 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#SemiVariance(org.apache.commons.math.stat.descriptive.moment.SemiVariance)"><B>SemiVariance(SemiVariance)</B></A> -
11288 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11289 <DD>Copy constructor, creates a new <code>SemiVariance</code> identical
11290 to the <code>original</code>
11291 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.Direction.html" title="enum in org.apache.commons.math.stat.descriptive.moment"><B>SemiVariance.Direction</B></A> - Enum in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>The direction of the semivariance - either upside or downside.<DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#serializeRealMatrix(org.apache.commons.math.linear.RealMatrix, java.io.ObjectOutputStream)"><B>serializeRealMatrix(RealMatrix, ObjectOutputStream)</B></A> -
11292 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
11293 <DD>Serialize a <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A>.
11294 <DT><A HREF="./org/apache/commons/math/linear/MatrixUtils.html#serializeRealVector(org.apache.commons.math.linear.RealVector, java.io.ObjectOutputStream)"><B>serializeRealVector(RealVector, ObjectOutputStream)</B></A> -
11295 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/MatrixUtils.html" title="class in org.apache.commons.math.linear">MatrixUtils</A>
11296 <DD>Serialize a <A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear"><CODE>RealVector</CODE></A>.
11297 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#set(double)"><B>set(double)</B></A> -
11298 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
11299 <DD>Set all elements to a single value.
11300 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#set(int, org.apache.commons.math.linear.ArrayFieldVector)"><B>set(int, ArrayFieldVector&lt;T&gt;)</B></A> -
11301 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
11302 <DD>Set a set of consecutive elements.
11303 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#set(T)"><B>set(T)</B></A> -
11304 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
11305 <DD>Set all elements to a single value.
11306 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#set(int, org.apache.commons.math.linear.ArrayRealVector)"><B>set(int, ArrayRealVector)</B></A> -
11307 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
11308 <DD>Set a set of consecutive elements.
11309 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#set(double)"><B>set(double)</B></A> -
11310 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
11311 <DD>Set all elements to a single value.
11312 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#set(T)"><B>set(T)</B></A> -
11313 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
11314 <DD>Set all elements to a single value.
11315 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#set(double)"><B>set(double)</B></A> -
11316 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
11317 <DD>Set all elements to a single value.
11318 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#set(double)"><B>set(double)</B></A> -
11319 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
11320 <DD>Set all elements to a single value.
11321 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#set(T)"><B>set(T)</B></A> -
11322 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
11323 <DD>Set all elements to a single value.
11324 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#setAbsoluteAccuracy(double)"><B>setAbsoluteAccuracy(double)</B></A> -
11325 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
11326 <DD>Set the absolute accuracy.
11327 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#setAbsoluteAccuracy(double)"><B>setAbsoluteAccuracy(double)</B></A> -
11328 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
11329 <DD>Set the absolute accuracy.
11330 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#setAbsoluteAccuracy(double)"><B>setAbsoluteAccuracy(double)</B></A> -
11331 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11332 <DD>Set the absolute accuracy.
11333 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html#setAlpha(double)"><B>setAlpha(double)</B></A> -
11334 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution">BetaDistribution</A>
11335 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1</I>
11336 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#setAlpha(double)"><B>setAlpha(double)</B></A> -
11337 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
11338 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11339 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html#setAlpha(double)"><B>setAlpha(double)</B></A> -
11340 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution">GammaDistribution</A>
11341 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11342 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#setAlpha(double)"><B>setAlpha(double)</B></A> -
11343 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
11344 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11345 <DT><A HREF="./org/apache/commons/math/genetics/TournamentSelection.html#setArity(int)"><B>setArity(int)</B></A> -
11346 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/TournamentSelection.html" title="class in org.apache.commons.math.genetics">TournamentSelection</A>
11347 <DD>Sets the arity (number of chromosomes drawn to the tournament).
11348 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistribution.html#setBeta(double)"><B>setBeta(double)</B></A> -
11349 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistribution.html" title="interface in org.apache.commons.math.distribution">BetaDistribution</A>
11350 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1</I>
11351 <DT><A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html#setBeta(double)"><B>setBeta(double)</B></A> -
11352 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BetaDistributionImpl.html" title="class in org.apache.commons.math.distribution">BetaDistributionImpl</A>
11353 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11354 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistribution.html#setBeta(double)"><B>setBeta(double)</B></A> -
11355 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistribution.html" title="interface in org.apache.commons.math.distribution">GammaDistribution</A>
11356 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11357 <DT><A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html#setBeta(double)"><B>setBeta(double)</B></A> -
11358 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/GammaDistributionImpl.html" title="class in org.apache.commons.math.distribution">GammaDistributionImpl</A>
11359 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11360 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#setBiasCorrected(boolean)"><B>setBiasCorrected(boolean)</B></A> -
11361 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
11362 <DD>Sets the biasCorrected property.
11363 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#setBiasCorrected(boolean)"><B>setBiasCorrected(boolean)</B></A> -
11364 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
11365 <DD>&nbsp;
11366 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#setBiasCorrected(boolean)"><B>setBiasCorrected(boolean)</B></A> -
11367 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
11368 <DD>&nbsp;
11369 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#setBound(boolean)"><B>setBound(boolean)</B></A> -
11370 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
11371 <DD><B>Deprecated.</B>&nbsp;Set the bound flag of the parameter
11372 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#setBrightnessExponent(int)"><B>setBrightnessExponent(int)</B></A> -
11373 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
11374 <DD>Set the brightness exponent.
11375 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#setChiSquareTest(org.apache.commons.math.stat.inference.TTest)"><B>setChiSquareTest(TTest)</B></A> -
11376 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
11377 <DD>Set the (singleton) TTest instance.
11378 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#setChiSquareTest(org.apache.commons.math.stat.inference.ChiSquareTest)"><B>setChiSquareTest(ChiSquareTest)</B></A> -
11379 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
11380 <DD>Set the (singleton) ChiSquareTest instance.
11381 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#setChromosomes(java.util.List)"><B>setChromosomes(List&lt;Chromosome&gt;)</B></A> -
11382 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
11383 <DD>Sets the list of chromosomes.
11384 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setColumn(int, T[])"><B>setColumn(int, T[])</B></A> -
11385 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11386 <DD>Sets the entries in column number <code>column</code>
11387 as a column matrix.
11388 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setColumn(int, double[])"><B>setColumn(int, double[])</B></A> -
11389 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11390 <DD>Sets the entries in column number <code>column</code>
11391 as a column matrix.
11392 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setColumn(int, T[])"><B>setColumn(int, T[])</B></A> -
11393 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11394 <DD>Sets the entries in column number <code>column</code>
11395 as a column matrix.
11396 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setColumn(int, double[])"><B>setColumn(int, double[])</B></A> -
11397 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11398 <DD>Sets the entries in column number <code>column</code>
11399 as a column matrix.
11400 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setColumn(int, T[])"><B>setColumn(int, T[])</B></A> -
11401 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11402 <DD>Sets the entries in column number <code>column</code>
11403 as a column matrix.
11404 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setColumn(int, double[])"><B>setColumn(int, double[])</B></A> -
11405 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11406 <DD>Sets the entries in column number <code>column</code>
11407 as a column matrix.
11408 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setColumnMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
11409 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11410 <DD>Sets the entries in column number <code>column</code>
11411 as a column matrix.
11412 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setColumnMatrix(int, RealMatrix)</B></A> -
11413 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11414 <DD>Sets the entries in column number <code>column</code>
11415 as a column matrix.
11416 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setColumnMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
11417 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11418 <DD>Sets the entries in column number <code>column</code>
11419 as a column matrix.
11420 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setColumnMatrix(int, RealMatrix)</B></A> -
11421 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11422 <DD>Sets the entries in column number <code>column</code>
11423 as a column matrix.
11424 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setColumnMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
11425 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11426 <DD>Sets the entries in column number <code>column</code>
11427 as a column matrix.
11428 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setColumnMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setColumnMatrix(int, RealMatrix)</B></A> -
11429 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11430 <DD>Sets the entries in column number <code>column</code>
11431 as a column matrix.
11432 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setColumnVector(int, org.apache.commons.math.linear.FieldVector)"><B>setColumnVector(int, FieldVector&lt;T&gt;)</B></A> -
11433 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11434 <DD>Sets the entries in column number <code>column</code>
11435 as a vector.
11436 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setColumnVector(int, org.apache.commons.math.linear.RealVector)"><B>setColumnVector(int, RealVector)</B></A> -
11437 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11438 <DD>Sets the entries in column number <code>column</code>
11439 as a vector.
11440 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setColumnVector(int, org.apache.commons.math.linear.FieldVector)"><B>setColumnVector(int, FieldVector&lt;T&gt;)</B></A> -
11441 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11442 <DD>Sets the entries in column number <code>column</code>
11443 as a vector.
11444 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setColumnVector(int, org.apache.commons.math.linear.RealVector)"><B>setColumnVector(int, RealVector)</B></A> -
11445 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11446 <DD>Sets the entries in column number <code>column</code>
11447 as a vector.
11448 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setColumnVector(int, org.apache.commons.math.linear.FieldVector)"><B>setColumnVector(int, FieldVector&lt;T&gt;)</B></A> -
11449 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11450 <DD>Sets the entries in column number <code>column</code>
11451 as a vector.
11452 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setColumnVector(int, org.apache.commons.math.linear.RealVector)"><B>setColumnVector(int, RealVector)</B></A> -
11453 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11454 <DD>Sets the entries in column number <code>column</code>
11455 as a vector.
11456 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setContractionCriteria(float)"><B>setContractionCriteria(float)</B></A> -
11457 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11458 <DD>Sets the contraction criteria for this ExpandContractDoubleArray.
11459 <DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html#setConvergence(double)"><B>setConvergence(double)</B></A> -
11460 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">GaussNewtonEstimator</A>
11461 <DD><B>Deprecated.</B>&nbsp;Set the convergence criterion threshold.
11462 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11463 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
11464 <DD>Set the convergence checker.
11465 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.VectorialConvergenceChecker)"><B>setConvergenceChecker(VectorialConvergenceChecker)</B></A> -
11466 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
11467 <DD>Set the convergence checker.
11468 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11469 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
11470 <DD>Set the convergence checker.
11471 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.VectorialConvergenceChecker)"><B>setConvergenceChecker(VectorialConvergenceChecker)</B></A> -
11472 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11473 <DD>Set the convergence checker.
11474 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11475 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
11476 <DD>Set the convergence checker.
11477 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11478 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
11479 <DD>Set the convergence checker.
11480 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.VectorialConvergenceChecker)"><B>setConvergenceChecker(VectorialConvergenceChecker)</B></A> -
11481 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
11482 <DD>Set the convergence checker.
11483 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11484 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
11485 <DD>Set the convergence checker.
11486 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#setConvergenceChecker(org.apache.commons.math.optimization.RealConvergenceChecker)"><B>setConvergenceChecker(RealConvergenceChecker)</B></A> -
11487 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
11488 <DD>Set the convergence checker.
11489 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#setCostRelativeTolerance(double)"><B>setCostRelativeTolerance(double)</B></A> -
11490 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
11491 <DD><B>Deprecated.</B>&nbsp;Set the desired relative error in the sum of squares.
11492 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#setCostRelativeTolerance(double)"><B>setCostRelativeTolerance(double)</B></A> -
11493 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
11494 <DD>Set the desired relative error in the sum of squares.
11495 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html#setDegreesOfFreedom(double)"><B>setDegreesOfFreedom(double)</B></A> -
11496 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistribution.html" title="interface in org.apache.commons.math.distribution">ChiSquaredDistribution</A>
11497 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11498 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#setDegreesOfFreedom(double)"><B>setDegreesOfFreedom(double)</B></A> -
11499 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
11500 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11501 <DT><A HREF="./org/apache/commons/math/distribution/TDistribution.html#setDegreesOfFreedom(double)"><B>setDegreesOfFreedom(double)</B></A> -
11502 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistribution.html" title="interface in org.apache.commons.math.distribution">TDistribution</A>
11503 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11504 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#setDegreesOfFreedom(double)"><B>setDegreesOfFreedom(double)</B></A> -
11505 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
11506 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11507 <DT><A HREF="./org/apache/commons/math/distribution/FDistribution.html#setDenominatorDegreesOfFreedom(double)"><B>setDenominatorDegreesOfFreedom(double)</B></A> -
11508 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution">FDistribution</A>
11509 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11510 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#setDenominatorDegreesOfFreedom(double)"><B>setDenominatorDegreesOfFreedom(double)</B></A> -
11511 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
11512 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11513 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#setDenominatorFormat(java.text.NumberFormat)"><B>setDenominatorFormat(NumberFormat)</B></A> -
11514 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
11515 <DD>Modify the denominator format.
11516 <DT><A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html#setDistribution(org.apache.commons.math.distribution.ChiSquaredDistribution)"><B>setDistribution(ChiSquaredDistribution)</B></A> -
11517 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/ChiSquareTestImpl.html" title="class in org.apache.commons.math.stat.inference">ChiSquareTestImpl</A>
11518 <DD>Modify the distribution used to compute inference statistics.
11519 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#setDistribution(org.apache.commons.math.distribution.TDistribution)"><B>setDistribution(TDistribution)</B></A> -
11520 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
11521 <DD>Modify the distribution used to compute inference statistics.
11522 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#setDistribution(org.apache.commons.math.distribution.TDistribution)"><B>setDistribution(TDistribution)</B></A> -
11523 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
11524 <DD>Modify the distribution used to compute inference statistics.
11525 <DT><A HREF="./org/apache/commons/math/util/DoubleArray.html#setElement(int, double)"><B>setElement(int, double)</B></A> -
11526 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DoubleArray.html" title="interface in org.apache.commons.math.util">DoubleArray</A>
11527 <DD>Sets the element at the specified index.
11528 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setElement(int, double)"><B>setElement(int, double)</B></A> -
11529 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11530 <DD>Sets the element at the specified index.
11531 <DT><A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html#setElitismRate(double)"><B>setElitismRate(double)</B></A> -
11532 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ElitisticListPopulation.html" title="class in org.apache.commons.math.genetics">ElitisticListPopulation</A>
11533 <DD>Sets the elitism rate, i.e.
11534 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setEntry(int, int, T)"><B>setEntry(int, int, T)</B></A> -
11535 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11536 <DD>Set the entry in the specified row and column.
11537 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11538 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
11539 <DD>Set the entry in the specified row and column.
11540 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#setEntry(int, int, T)"><B>setEntry(int, int, T)</B></A> -
11541 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
11542 <DD>Set the entry in the specified row and column.
11543 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11544 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
11545 <DD>Set the entry in the specified row and column.
11546 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#setEntry(int, T)"><B>setEntry(int, T)</B></A> -
11547 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
11548 <DD>Set a single element.
11549 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#setEntry(int, double)"><B>setEntry(int, double)</B></A> -
11550 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
11551 <DD>Set a single element.
11552 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setEntry(int, int, T)"><B>setEntry(int, int, T)</B></A> -
11553 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
11554 <DD>Set the entry in the specified row and column.
11555 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11556 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
11557 <DD>Set the entry in the specified row and column.
11558 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setEntry(int, int, T)"><B>setEntry(int, int, T)</B></A> -
11559 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
11560 <DD>Set the entry in the specified row and column.
11561 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#setEntry(int, T)"><B>setEntry(int, T)</B></A> -
11562 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
11563 <DD>Set a single element.
11564 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11565 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
11566 <DD>Set the entry in the specified row and column.
11567 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#setEntry(int, double)"><B>setEntry(int, double)</B></A> -
11568 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
11569 <DD>Set a single element.
11570 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11571 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
11572 <DD>Set the entry in the specified row and column.
11573 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#setEntry(int, int, double)"><B>setEntry(int, int, double)</B></A> -
11574 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
11575 <DD><B>Deprecated.</B>&nbsp;Set the entry in the specified row and column.
11576 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#setEntry(int, double)"><B>setEntry(int, double)</B></A> -
11577 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
11578 <DD>Set a single element.
11579 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#setEntry(int, int, T)"><B>setEntry(int, int, T)</B></A> -
11580 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
11581 <DD>Set the entry in the specified row and column.
11582 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#setEntry(int, T)"><B>setEntry(int, T)</B></A> -
11583 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
11584 <DD>Set a single element.
11585 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#setEquations(org.apache.commons.math.ode.FirstOrderDifferentialEquations)"><B>setEquations(FirstOrderDifferentialEquations)</B></A> -
11586 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
11587 <DD>Set the differential equations.
11588 <DT><A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html#setEstimate(double)"><B>setEstimate(double)</B></A> -
11589 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/EstimatedParameter.html" title="class in org.apache.commons.math.estimation">EstimatedParameter</A>
11590 <DD><B>Deprecated.</B>&nbsp;Set a new estimated value for the parameter.
11591 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setExpansionFactor(float)"><B>setExpansionFactor(float)</B></A> -
11592 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11593 <DD>Sets the expansionFactor.
11594 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setExpansionMode(int)"><B>setExpansionMode(int)</B></A> -
11595 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11596 <DD>Sets the <code>expansionMode</code>.
11597 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html#setExponent(double)"><B>setExponent(double)</B></A> -
11598 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution">ZipfDistribution</A>
11599 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11600 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#setExponent(double)"><B>setExponent(double)</B></A> -
11601 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
11602 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11603 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#setFunctionValueAccuracy(double)"><B>setFunctionValueAccuracy(double)</B></A> -
11604 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
11605 <DD>Set the function value accuracy.
11606 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#setFunctionValueAccuracy(double)"><B>setFunctionValueAccuracy(double)</B></A> -
11607 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
11608 <DD>Set the function value accuracy.
11609 <DT><A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html#setGamma(org.apache.commons.math.distribution.GammaDistribution)"><B>setGamma(GammaDistribution)</B></A> -
11610 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ChiSquaredDistributionImpl.html" title="class in org.apache.commons.math.distribution">ChiSquaredDistributionImpl</A>
11611 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11612 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setGeoMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setGeoMeanImpl(StorelessUnivariateStatistic[])</B></A> -
11613 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
11614 <DD>Sets the implementation for the geometric mean.
11615 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setGeoMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setGeoMeanImpl(StorelessUnivariateStatistic)</B></A> -
11616 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
11617 <DD>
11618 Sets the implementation for the geometric mean.
11619 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setGeoMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setGeoMeanImpl(StorelessUnivariateStatistic[])</B></A> -
11620 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
11621 <DD>Sets the implementation for the geometric mean.
11622 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setGeoMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setGeoMeanImpl(StorelessUnivariateStatistic)</B></A> -
11623 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
11624 <DD>
11625 Sets the implementation for the geometric mean.
11626 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setGeometricMeanImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setGeometricMeanImpl(UnivariateStatistic)</B></A> -
11627 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11628 <DD>Sets the implementation for the gemoetric mean.
11629 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#setIgnored(boolean)"><B>setIgnored(boolean)</B></A> -
11630 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
11631 <DD><B>Deprecated.</B>&nbsp;Set the ignore flag to the specified value
11632 Setting the ignore flag to true allow to reject wrong
11633 measurements, which sometimes can be detected only rather late.
11634 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#setImaginaryCharacter(java.lang.String)"><B>setImaginaryCharacter(String)</B></A> -
11635 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
11636 <DD>Modify the imaginaryCharacter.
11637 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#setImaginaryFormat(java.text.NumberFormat)"><B>setImaginaryFormat(NumberFormat)</B></A> -
11638 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
11639 <DD>Modify the imaginaryFormat.
11640 <DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html#setIndex(int)"><B>setIndex(int)</B></A> -
11641 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear">RealVector.Entry</A>
11642 <DD>Set the index of the entry.
11643 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setInitialCapacity(int)"><B>setInitialCapacity(int)</B></A> -
11644 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11645 <DD>Sets the initial capacity.
11646 <DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html#setInitialStep(double)"><B>setInitialStep(double)</B></A> -
11647 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general">NonLinearConjugateGradientOptimizer</A>
11648 <DD>Set the initial step used to bracket the optimum in line search.
11649 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#setInitialStepBoundFactor(double)"><B>setInitialStepBoundFactor(double)</B></A> -
11650 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
11651 <DD><B>Deprecated.</B>&nbsp;Set the positive input variable used in determining the initial step bound.
11652 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#setInitialStepBoundFactor(double)"><B>setInitialStepBoundFactor(double)</B></A> -
11653 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
11654 <DD>Set the positive input variable used in determining the initial step bound.
11655 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#setInitialStepSize(double)"><B>setInitialStepSize(double)</B></A> -
11656 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
11657 <DD>Set the initial step size.
11658 <DT><A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html#setInterpolatedTime(double)"><B>setInterpolatedTime(double)</B></A> -
11659 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ContinuousOutputModel.html" title="class in org.apache.commons.math.ode">ContinuousOutputModel</A>
11660 <DD>Set the time of the interpolated point.
11661 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html#setInterpolatedTime(double)"><B>setInterpolatedTime(double)</B></A> -
11662 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">StepInterpolatorWithJacobians</A>
11663 <DD>Set the time of the interpolated point.
11664 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#setInterpolatedTime(double)"><B>setInterpolatedTime(double)</B></A> -
11665 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
11666 <DD>Set the time of the interpolated point.
11667 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html#setInterpolatedTime(double)"><B>setInterpolatedTime(double)</B></A> -
11668 Method in interface org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling">StepInterpolator</A>
11669 <DD>Set the time of the interpolated point.
11670 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#setInterpolationControl(boolean, int)"><B>setInterpolationControl(boolean, int)</B></A> -
11671 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
11672 <DD>Set the interpolation order control parameter.
11673 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setKurtosisImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setKurtosisImpl(UnivariateStatistic)</B></A> -
11674 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11675 <DD>Sets the implementation for the kurtosis.
11676 <DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html#setLineSearchSolver(org.apache.commons.math.analysis.solvers.UnivariateRealSolver)"><B>setLineSearchSolver(UnivariateRealSolver)</B></A> -
11677 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general">NonLinearConjugateGradientOptimizer</A>
11678 <DD>Set the solver to use during line search.
11679 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#setMaxCostEval(int)"><B>setMaxCostEval(int)</B></A> -
11680 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
11681 <DD><B>Deprecated.</B>&nbsp;Set the maximal number of cost evaluations allowed.
11682 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11683 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
11684 <DD>Set the maximal number of differential equations function evaluations.
11685 <DT><A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11686 Method in class org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/FirstOrderIntegratorWithJacobians.html" title="class in org.apache.commons.math.ode.jacobians">FirstOrderIntegratorWithJacobians</A>
11687 <DD>Set the maximal number of differential equations function evaluations.
11688 <DT><A HREF="./org/apache/commons/math/ode/ODEIntegrator.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11689 Method in interface org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/ODEIntegrator.html" title="interface in org.apache.commons.math.ode">ODEIntegrator</A>
11690 <DD>Set the maximal number of differential equations function evaluations.
11691 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11692 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
11693 <DD>Set the maximal number of functions evaluations.
11694 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11695 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
11696 <DD>Set the maximal number of functions evaluations.
11697 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11698 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
11699 <DD>Set the maximal number of functions evaluations.
11700 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11701 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11702 <DD>Set the maximal number of functions evaluations.
11703 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11704 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
11705 <DD>Set the maximal number of functions evaluations.
11706 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11707 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
11708 <DD>Set the maximal number of functions evaluations.
11709 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11710 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
11711 <DD>Set the maximal number of functions evaluations.
11712 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11713 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
11714 <DD>Set the maximal number of functions evaluations.
11715 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11716 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11717 <DD>Set the maximal number of functions evaluations.
11718 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11719 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
11720 <DD>Set the maximal number of functions evaluations.
11721 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11722 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
11723 <DD>Set the maximal number of functions evaluations.
11724 <DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html#setMaxEvaluations(int)"><B>setMaxEvaluations(int)</B></A> -
11725 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">UnivariateRealOptimizer</A>
11726 <DD>Set the maximal number of functions evaluations.
11727 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#setMaxGrowth(double)"><B>setMaxGrowth(double)</B></A> -
11728 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
11729 <DD>Set the maximal growth factor for stepsize control.
11730 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#setMaxGrowth(double)"><B>setMaxGrowth(double)</B></A> -
11731 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
11732 <DD>Set the maximal growth factor for stepsize control.
11733 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#setMaximalIterationCount(int)"><B>setMaximalIterationCount(int)</B></A> -
11734 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
11735 <DD>Set the upper limit for the number of iterations.
11736 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#setMaximalIterationCount(int)"><B>setMaximalIterationCount(int)</B></A> -
11737 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
11738 <DD>Set the upper limit for the number of iterations.
11739 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#setMaximalIterationCount(int)"><B>setMaximalIterationCount(int)</B></A> -
11740 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11741 <DD>Set the upper limit for the number of iterations.
11742 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setMaxImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setMaxImpl(UnivariateStatistic)</B></A> -
11743 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11744 <DD>Sets the implementation for the maximum.
11745 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setMaxImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMaxImpl(StorelessUnivariateStatistic[])</B></A> -
11746 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
11747 <DD>Sets the implementation for the maximum.
11748 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setMaxImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMaxImpl(StorelessUnivariateStatistic)</B></A> -
11749 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
11750 <DD>
11751 Sets the implementation for the maximum.
11752 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setMaxImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMaxImpl(StorelessUnivariateStatistic[])</B></A> -
11753 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
11754 <DD>Sets the implementation for the maximum.
11755 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setMaxImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMaxImpl(StorelessUnivariateStatistic)</B></A> -
11756 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
11757 <DD>
11758 Sets the implementation for the maximum.
11759 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11760 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateRealOptimizer</A>
11761 <DD>Set the maximal number of iterations of the algorithm.
11762 <DT><A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11763 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization">DifferentiableMultivariateVectorialOptimizer</A>
11764 <DD>Set the maximal number of iterations of the algorithm.
11765 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11766 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
11767 <DD>Set the maximal number of iterations of the algorithm.
11768 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11769 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
11770 <DD>Set the maximal number of iterations of the algorithm.
11771 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11772 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractScalarDifferentiableOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractScalarDifferentiableOptimizer</A>
11773 <DD>Set the maximal number of iterations of the algorithm.
11774 <DT><A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11775 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/AbstractLinearOptimizer.html" title="class in org.apache.commons.math.optimization.linear">AbstractLinearOptimizer</A>
11776 <DD>Set the maximal number of iterations of the algorithm.
11777 <DT><A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11778 Method in interface org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/LinearOptimizer.html" title="interface in org.apache.commons.math.optimization.linear">LinearOptimizer</A>
11779 <DD>Set the maximal number of iterations of the algorithm.
11780 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11781 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateRealOptimizer</A>
11782 <DD>Set the maximal number of iterations of the algorithm.
11783 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11784 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartDifferentiableMultivariateVectorialOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartDifferentiableMultivariateVectorialOptimizer</A>
11785 <DD>Set the maximal number of iterations of the algorithm.
11786 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11787 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartMultivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartMultivariateRealOptimizer</A>
11788 <DD>Set the maximal number of iterations of the algorithm.
11789 <DT><A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html#setMaxIterations(int)"><B>setMaxIterations(int)</B></A> -
11790 Method in interface org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization">MultivariateRealOptimizer</A>
11791 <DD>Set the maximal number of iterations of the algorithm.
11792 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html#setMean(double)"><B>setMean(double)</B></A> -
11793 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistribution.html" title="interface in org.apache.commons.math.distribution">ExponentialDistribution</A>
11794 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11795 <DT><A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html#setMean(double)"><B>setMean(double)</B></A> -
11796 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ExponentialDistributionImpl.html" title="class in org.apache.commons.math.distribution">ExponentialDistributionImpl</A>
11797 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11798 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html#setMean(double)"><B>setMean(double)</B></A> -
11799 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution">NormalDistribution</A>
11800 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11801 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#setMean(double)"><B>setMean(double)</B></A> -
11802 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
11803 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11804 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html#setMean(double)"><B>setMean(double)</B></A> -
11805 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistribution.html" title="interface in org.apache.commons.math.distribution">PoissonDistribution</A>
11806 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11807 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#setMean(double)"><B>setMean(double)</B></A> -
11808 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
11809 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11810 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setMeanImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setMeanImpl(UnivariateStatistic)</B></A> -
11811 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11812 <DD>Sets the implementation for the mean.
11813 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMeanImpl(StorelessUnivariateStatistic[])</B></A> -
11814 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
11815 <DD>Sets the implementation for the mean.
11816 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMeanImpl(StorelessUnivariateStatistic)</B></A> -
11817 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
11818 <DD>
11819 Sets the implementation for the mean.
11820 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMeanImpl(StorelessUnivariateStatistic[])</B></A> -
11821 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
11822 <DD>Sets the implementation for the mean.
11823 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setMeanImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMeanImpl(StorelessUnivariateStatistic)</B></A> -
11824 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
11825 <DD>
11826 Sets the implementation for the mean.
11827 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html#setMedian(double)"><B>setMedian(double)</B></A> -
11828 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution">CauchyDistribution</A>
11829 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11830 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#setMedian(double)"><B>setMedian(double)</B></A> -
11831 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
11832 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11833 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html#setMicropshereElements(int)"><B>setMicropshereElements(int)</B></A> -
11834 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolator</A>
11835 <DD>Set the number of microsphere elements.
11836 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#setMinimalIterationCount(int)"><B>setMinimalIterationCount(int)</B></A> -
11837 Method in interface org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration">UnivariateRealIntegrator</A>
11838 <DD>Set the lower limit for the number of iterations.
11839 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#setMinimalIterationCount(int)"><B>setMinimalIterationCount(int)</B></A> -
11840 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
11841 <DD>Set the lower limit for the number of iterations.
11842 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setMinImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setMinImpl(UnivariateStatistic)</B></A> -
11843 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11844 <DD>Sets the implementation for the minimum.
11845 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setMinImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMinImpl(StorelessUnivariateStatistic[])</B></A> -
11846 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
11847 <DD>Sets the implementation for the minimum.
11848 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setMinImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMinImpl(StorelessUnivariateStatistic)</B></A> -
11849 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
11850 <DD>
11851 Sets the implementation for the minimum.
11852 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setMinImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setMinImpl(StorelessUnivariateStatistic[])</B></A> -
11853 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
11854 <DD>Sets the implementation for the minimum.
11855 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setMinImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setMinImpl(StorelessUnivariateStatistic)</B></A> -
11856 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
11857 <DD>
11858 Sets the implementation for the minimum.
11859 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#setMinReduction(double)"><B>setMinReduction(double)</B></A> -
11860 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
11861 <DD>Set the minimal reduction factor for stepsize control.
11862 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#setMinReduction(double)"><B>setMinReduction(double)</B></A> -
11863 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
11864 <DD>Set the minimal reduction factor for stepsize control.
11865 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#setMode(int)"><B>setMode(int)</B></A> -
11866 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
11867 <DD>Setter for property mode.
11868 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#setMu(double)"><B>setMu(double)</B></A> -
11869 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
11870 <DD>Setter for property mu.
11871 <DT><A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html#setNormal(org.apache.commons.math.distribution.NormalDistribution)"><B>setNormal(NormalDistribution)</B></A> -
11872 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PoissonDistributionImpl.html" title="class in org.apache.commons.math.distribution">PoissonDistributionImpl</A>
11873 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11874 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html#setNumberOfElements(int)"><B>setNumberOfElements(int)</B></A> -
11875 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution">ZipfDistribution</A>
11876 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11877 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#setNumberOfElements(int)"><B>setNumberOfElements(int)</B></A> -
11878 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
11879 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11880 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#setNumberOfSuccesses(int)"><B>setNumberOfSuccesses(int)</B></A> -
11881 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
11882 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11883 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setNumberOfSuccesses(int)"><B>setNumberOfSuccesses(int)</B></A> -
11884 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
11885 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11886 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistribution.html#setNumberOfSuccesses(int)"><B>setNumberOfSuccesses(int)</B></A> -
11887 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution">PascalDistribution</A>
11888 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11889 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#setNumberOfSuccesses(int)"><B>setNumberOfSuccesses(int)</B></A> -
11890 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
11891 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11892 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html#setNumberOfTrials(int)"><B>setNumberOfTrials(int)</B></A> -
11893 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution">BinomialDistribution</A>
11894 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11895 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#setNumberOfTrials(int)"><B>setNumberOfTrials(int)</B></A> -
11896 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
11897 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11898 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#setNumElements(int)"><B>setNumElements(int)</B></A> -
11899 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
11900 <DD>This function allows you to control the number of elements contained
11901 in this array, and can be used to "throw out" the last n values in an
11902 array.
11903 <DT><A HREF="./org/apache/commons/math/distribution/FDistribution.html#setNumeratorDegreesOfFreedom(double)"><B>setNumeratorDegreesOfFreedom(double)</B></A> -
11904 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistribution.html" title="interface in org.apache.commons.math.distribution">FDistribution</A>
11905 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11906 <DT><A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html#setNumeratorDegreesOfFreedom(double)"><B>setNumeratorDegreesOfFreedom(double)</B></A> -
11907 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/FDistributionImpl.html" title="class in org.apache.commons.math.distribution">FDistributionImpl</A>
11908 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11909 <DT><A HREF="./org/apache/commons/math/fraction/AbstractFormat.html#setNumeratorFormat(java.text.NumberFormat)"><B>setNumeratorFormat(NumberFormat)</B></A> -
11910 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/AbstractFormat.html" title="class in org.apache.commons.math.fraction">AbstractFormat</A>
11911 <DD>Modify the numerator format.
11912 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#setOneWayAnova(org.apache.commons.math.stat.inference.OneWayAnova)"><B>setOneWayAnova(OneWayAnova)</B></A> -
11913 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
11914 <DD>Set the (singleton) OneWayAnova instance
11915 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#setOrderControl(int, double, double)"><B>setOrderControl(int, double, double)</B></A> -
11916 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
11917 <DD>Set the order control parameters.
11918 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#setOrthoTolerance(double)"><B>setOrthoTolerance(double)</B></A> -
11919 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
11920 <DD><B>Deprecated.</B>&nbsp;Set the desired max cosine on the orthogonality.
11921 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#setOrthoTolerance(double)"><B>setOrthoTolerance(double)</B></A> -
11922 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
11923 <DD>Set the desired max cosine on the orthogonality.
11924 <DT><A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html#setParameter(int, double)"><B>setParameter(int, double)</B></A> -
11925 Method in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/ParameterizedODE.html" title="interface in org.apache.commons.math.ode.jacobians">ParameterizedODE</A>
11926 <DD>Set a parameter.
11927 <DT><A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html#setParRelativeTolerance(double)"><B>setParRelativeTolerance(double)</B></A> -
11928 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/LevenbergMarquardtEstimator.html" title="class in org.apache.commons.math.estimation">LevenbergMarquardtEstimator</A>
11929 <DD><B>Deprecated.</B>&nbsp;Set the desired relative error in the approximate solution parameters.
11930 <DT><A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html#setParRelativeTolerance(double)"><B>setParRelativeTolerance(double)</B></A> -
11931 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math.optimization.general">LevenbergMarquardtOptimizer</A>
11932 <DD>Set the desired relative error in the approximate solution parameters.
11933 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setPercentileImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setPercentileImpl(UnivariateStatistic)</B></A> -
11934 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
11935 <DD>Sets the implementation to be used by <A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#getPercentile(double)"><CODE>DescriptiveStatistics.getPercentile(double)</CODE></A>.
11936 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#setPopulationLimit(int)"><B>setPopulationLimit(int)</B></A> -
11937 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
11938 <DD>Sets the maximal population size.
11939 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#setPopulationSize(int)"><B>setPopulationSize(int)</B></A> -
11940 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
11941 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11942 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setPopulationSize(int)"><B>setPopulationSize(int)</B></A> -
11943 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
11944 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11945 <DT><A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html#setPreconditioner(org.apache.commons.math.optimization.general.Preconditioner)"><B>setPreconditioner(Preconditioner)</B></A> -
11946 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/NonLinearConjugateGradientOptimizer.html" title="class in org.apache.commons.math.optimization.general">NonLinearConjugateGradientOptimizer</A>
11947 <DD>Set the preconditioner.
11948 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html#setProbabilityOfSuccess(double)"><B>setProbabilityOfSuccess(double)</B></A> -
11949 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistribution.html" title="interface in org.apache.commons.math.distribution">BinomialDistribution</A>
11950 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11951 <DT><A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html#setProbabilityOfSuccess(double)"><B>setProbabilityOfSuccess(double)</B></A> -
11952 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/BinomialDistributionImpl.html" title="class in org.apache.commons.math.distribution">BinomialDistributionImpl</A>
11953 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11954 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistribution.html#setProbabilityOfSuccess(double)"><B>setProbabilityOfSuccess(double)</B></A> -
11955 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistribution.html" title="interface in org.apache.commons.math.distribution">PascalDistribution</A>
11956 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
11957 <DT><A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html#setProbabilityOfSuccess(double)"><B>setProbabilityOfSuccess(double)</B></A> -
11958 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/PascalDistributionImpl.html" title="class in org.apache.commons.math.distribution">PascalDistributionImpl</A>
11959 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
11960 <DT><A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html#setQuantile(double)"><B>setQuantile(double)</B></A> -
11961 Method in class org.apache.commons.math.stat.descriptive.rank.<A HREF="./org/apache/commons/math/stat/descriptive/rank/Percentile.html" title="class in org.apache.commons.math.stat.descriptive.rank">Percentile</A>
11962 <DD>Sets the value of the quantile field (determines what percentile is
11963 computed when evaluate() is called with no quantile argument).
11964 <DT><A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html#setRandomGenerator(org.apache.commons.math.random.RandomGenerator)"><B>setRandomGenerator(RandomGenerator)</B></A> -
11965 Static method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/GeneticAlgorithm.html" title="class in org.apache.commons.math.genetics">GeneticAlgorithm</A>
11966 <DD>Set the (static) random generator.
11967 <DT><A HREF="./org/apache/commons/math/complex/ComplexFormat.html#setRealFormat(java.text.NumberFormat)"><B>setRealFormat(NumberFormat)</B></A> -
11968 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/ComplexFormat.html" title="class in org.apache.commons.math.complex">ComplexFormat</A>
11969 <DD>Modify the realFormat.
11970 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithm.html#setRelativeAccuracy(double)"><B>setRelativeAccuracy(double)</B></A> -
11971 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithm.html" title="interface in org.apache.commons.math">ConvergingAlgorithm</A>
11972 <DD>Set the relative accuracy.
11973 <DT><A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html#setRelativeAccuracy(double)"><B>setRelativeAccuracy(double)</B></A> -
11974 Method in class org.apache.commons.math.<A HREF="./org/apache/commons/math/ConvergingAlgorithmImpl.html" title="class in org.apache.commons.math">ConvergingAlgorithmImpl</A>
11975 <DD>Set the relative accuracy.
11976 <DT><A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html#setRelativeAccuracy(double)"><B>setRelativeAccuracy(double)</B></A> -
11977 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/MultiStartUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization">MultiStartUnivariateRealOptimizer</A>
11978 <DD>Set the relative accuracy.
11979 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#setResult(double, int)"><B>setResult(double, int)</B></A> -
11980 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
11981 <DD>Convenience function for implementations.
11982 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#setResult(double, int)"><B>setResult(double, int)</B></A> -
11983 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
11984 <DD>Convenience function for implementations.
11985 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#setResult(double, double, int)"><B>setResult(double, double, int)</B></A> -
11986 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
11987 <DD>Convenience function for implementations.
11988 <DT><A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html#setResult(double, double, int)"><B>setResult(double, double, int)</B></A> -
11989 Method in class org.apache.commons.math.optimization.univariate.<A HREF="./org/apache/commons/math/optimization/univariate/AbstractUnivariateRealOptimizer.html" title="class in org.apache.commons.math.optimization.univariate">AbstractUnivariateRealOptimizer</A>
11990 <DD>Convenience function for implementations.
11991 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#setRoundingMode(int)"><B>setRoundingMode(int)</B></A> -
11992 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
11993 <DD><B>Deprecated.</B>&nbsp;Sets the rounding mode for decimal divisions.
11994 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#setRoundingMode(java.math.RoundingMode)"><B>setRoundingMode(RoundingMode)</B></A> -
11995 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
11996 <DD>Sets the rounding mode for decimal divisions.
11997 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setRow(int, T[])"><B>setRow(int, T[])</B></A> -
11998 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
11999 <DD>Sets the entries in row number <code>row</code>
12000 as a row matrix.
12001 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setRow(int, double[])"><B>setRow(int, double[])</B></A> -
12002 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12003 <DD>Sets the entries in row number <code>row</code>
12004 as a row matrix.
12005 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setRow(int, T[])"><B>setRow(int, T[])</B></A> -
12006 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12007 <DD>Sets the entries in row number <code>row</code>
12008 as a row matrix.
12009 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setRow(int, double[])"><B>setRow(int, double[])</B></A> -
12010 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12011 <DD>Sets the entries in row number <code>row</code>
12012 as a row matrix.
12013 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setRow(int, T[])"><B>setRow(int, T[])</B></A> -
12014 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
12015 <DD>Sets the entries in row number <code>row</code>
12016 as a row matrix.
12017 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setRow(int, double[])"><B>setRow(int, double[])</B></A> -
12018 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12019 <DD>Sets the entries in row number <code>row</code>
12020 as a row matrix.
12021 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setRowMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
12022 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
12023 <DD>Sets the entries in row number <code>row</code>
12024 as a row matrix.
12025 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setRowMatrix(int, RealMatrix)</B></A> -
12026 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12027 <DD>Sets the entries in row number <code>row</code>
12028 as a row matrix.
12029 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setRowMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
12030 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12031 <DD>Sets the entries in row number <code>row</code>
12032 as a row matrix.
12033 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.BlockFieldMatrix)"><B>setRowMatrix(int, BlockFieldMatrix&lt;T&gt;)</B></A> -
12034 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12035 <DD>Sets the entries in row number <code>row</code>
12036 as a row matrix.
12037 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setRowMatrix(int, RealMatrix)</B></A> -
12038 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12039 <DD>Sets the entries in row number <code>row</code>
12040 as a row matrix.
12041 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.BlockRealMatrix)"><B>setRowMatrix(int, BlockRealMatrix)</B></A> -
12042 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12043 <DD>Sets the entries in row number <code>row</code>
12044 as a row matrix.
12045 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.FieldMatrix)"><B>setRowMatrix(int, FieldMatrix&lt;T&gt;)</B></A> -
12046 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
12047 <DD>Sets the entries in row number <code>row</code>
12048 as a row matrix.
12049 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setRowMatrix(int, org.apache.commons.math.linear.RealMatrix)"><B>setRowMatrix(int, RealMatrix)</B></A> -
12050 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12051 <DD>Sets the entries in row number <code>row</code>
12052 as a row matrix.
12053 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setRowVector(int, org.apache.commons.math.linear.FieldVector)"><B>setRowVector(int, FieldVector&lt;T&gt;)</B></A> -
12054 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
12055 <DD>Sets the entries in row number <code>row</code>
12056 as a vector.
12057 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setRowVector(int, org.apache.commons.math.linear.RealVector)"><B>setRowVector(int, RealVector)</B></A> -
12058 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12059 <DD>Sets the entries in row number <code>row</code>
12060 as a vector.
12061 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setRowVector(int, org.apache.commons.math.linear.FieldVector)"><B>setRowVector(int, FieldVector&lt;T&gt;)</B></A> -
12062 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12063 <DD>Sets the entries in row number <code>row</code>
12064 as a vector.
12065 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setRowVector(int, org.apache.commons.math.linear.RealVector)"><B>setRowVector(int, RealVector)</B></A> -
12066 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12067 <DD>Sets the entries in row number <code>row</code>
12068 as a vector.
12069 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setRowVector(int, org.apache.commons.math.linear.FieldVector)"><B>setRowVector(int, FieldVector&lt;T&gt;)</B></A> -
12070 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
12071 <DD>Sets the entries in row number <code>row</code>
12072 as a vector.
12073 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setRowVector(int, org.apache.commons.math.linear.RealVector)"><B>setRowVector(int, RealVector)</B></A> -
12074 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12075 <DD>Sets the entries in row number <code>row</code>
12076 as a vector.
12077 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#setSafety(double)"><B>setSafety(double)</B></A> -
12078 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
12079 <DD>Set the safety factor for stepsize control.
12080 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html#setSafety(double)"><B>setSafety(double)</B></A> -
12081 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/EmbeddedRungeKuttaIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">EmbeddedRungeKuttaIntegrator</A>
12082 <DD>Set the safety factor for stepsize control.
12083 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html#setSampleSize(int)"><B>setSampleSize(int)</B></A> -
12084 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistribution.html" title="interface in org.apache.commons.math.distribution">HypergeometricDistribution</A>
12085 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
12086 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#setSampleSize(int)"><B>setSampleSize(int)</B></A> -
12087 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
12088 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
12089 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html#setScale(double)"><B>setScale(double)</B></A> -
12090 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistribution.html" title="interface in org.apache.commons.math.distribution">CauchyDistribution</A>
12091 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
12092 <DT><A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html#setScale(double)"><B>setScale(double)</B></A> -
12093 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/CauchyDistributionImpl.html" title="class in org.apache.commons.math.distribution">CauchyDistributionImpl</A>
12094 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
12095 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html#setScale(double)"><B>setScale(double)</B></A> -
12096 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution">WeibullDistribution</A>
12097 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
12098 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#setScale(double)"><B>setScale(double)</B></A> -
12099 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
12100 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
12101 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#setScale(int)"><B>setScale(int)</B></A> -
12102 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12103 <DD><B>Deprecated.</B>&nbsp;Sets the scale for division operations.
12104 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#setScale(int)"><B>setScale(int)</B></A> -
12105 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
12106 <DD>Sets the scale for division operations.
12107 <DT><A HREF="./org/apache/commons/math/random/RandomDataImpl.html#setSecureAlgorithm(java.lang.String, java.lang.String)"><B>setSecureAlgorithm(String, String)</B></A> -
12108 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomDataImpl.html" title="class in org.apache.commons.math.random">RandomDataImpl</A>
12109 <DD>Sets the PRNG algorithm for the underlying SecureRandom instance using
12110 the Security Provider API.
12111 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#setSeed(int)"><B>setSeed(int)</B></A> -
12112 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
12113 <DD>Sets the seed of the underyling random number generator using an
12114 <code>int</code> seed.
12115 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12116 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
12117 <DD>Sets the seed of the underyling random number generator using an
12118 <code>int</code> array seed.
12119 <DT><A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html#setSeed(long)"><B>setSeed(long)</B></A> -
12120 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/AbstractRandomGenerator.html" title="class in org.apache.commons.math.random">AbstractRandomGenerator</A>
12121 <DD>Sets the seed of the underyling random number generator using a
12122 <code>long</code> seed.
12123 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#setSeed(int)"><B>setSeed(int)</B></A> -
12124 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
12125 <DD>Sets the seed of the underyling random number generator using an
12126 <code>int</code> seed.
12127 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12128 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
12129 <DD>Sets the seed of the underyling random number generator using an
12130 <code>int</code> array seed.
12131 <DT><A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html#setSeed(long)"><B>setSeed(long)</B></A> -
12132 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/BitsStreamGenerator.html" title="class in org.apache.commons.math.random">BitsStreamGenerator</A>
12133 <DD>Sets the seed of the underyling random number generator using a
12134 <code>long</code> seed.
12135 <DT><A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html#setSeed(int)"><B>setSeed(int)</B></A> -
12136 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html" title="class in org.apache.commons.math.random">JDKRandomGenerator</A>
12137 <DD>Sets the seed of the underyling random number generator using an
12138 <code>int</code> seed.
12139 <DT><A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12140 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/JDKRandomGenerator.html" title="class in org.apache.commons.math.random">JDKRandomGenerator</A>
12141 <DD>Sets the seed of the underyling random number generator using an
12142 <code>int</code> array seed.
12143 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#setSeed(int)"><B>setSeed(int)</B></A> -
12144 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
12145 <DD>Reinitialize the generator as if just built with the given int seed.
12146 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12147 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
12148 <DD>Reinitialize the generator as if just built with the given int array seed.
12149 <DT><A HREF="./org/apache/commons/math/random/MersenneTwister.html#setSeed(long)"><B>setSeed(long)</B></A> -
12150 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random">MersenneTwister</A>
12151 <DD>Reinitialize the generator as if just built with the given long seed.
12152 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#setSeed(int)"><B>setSeed(int)</B></A> -
12153 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
12154 <DD>Sets the seed of the underyling random number generator using an
12155 <code>int</code> seed.
12156 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12157 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
12158 <DD>Sets the seed of the underyling random number generator using an
12159 <code>int</code> array seed.
12160 <DT><A HREF="./org/apache/commons/math/random/RandomAdaptor.html#setSeed(long)"><B>setSeed(long)</B></A> -
12161 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomAdaptor.html" title="class in org.apache.commons.math.random">RandomAdaptor</A>
12162 <DD>Sets the seed of the underyling random number generator using a
12163 <code>long</code> seed.
12164 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#setSeed(int)"><B>setSeed(int)</B></A> -
12165 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
12166 <DD>Sets the seed of the underyling random number generator using an
12167 <code>int</code> seed.
12168 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#setSeed(int[])"><B>setSeed(int[])</B></A> -
12169 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
12170 <DD>Sets the seed of the underyling random number generator using an
12171 <code>int</code> array seed.
12172 <DT><A HREF="./org/apache/commons/math/random/RandomGenerator.html#setSeed(long)"><B>setSeed(long)</B></A> -
12173 Method in interface org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/RandomGenerator.html" title="interface in org.apache.commons.math.random">RandomGenerator</A>
12174 <DD>Sets the seed of the underyling random number generator using a
12175 <code>long</code> seed.
12176 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html#setShape(double)"><B>setShape(double)</B></A> -
12177 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution">WeibullDistribution</A>
12178 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
12179 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#setShape(double)"><B>setShape(double)</B></A> -
12180 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
12181 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
12182 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#setSigma(double)"><B>setSigma(double)</B></A> -
12183 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
12184 <DD>Setter for property sigma.
12185 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setSkewnessImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setSkewnessImpl(UnivariateStatistic)</B></A> -
12186 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
12187 <DD>Sets the implementation for the skewness.
12188 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#setStabilityCheck(boolean, int, int, double)"><B>setStabilityCheck(boolean, int, int, double)</B></A> -
12189 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
12190 <DD>Set the stability check controls.
12191 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistribution.html#setStandardDeviation(double)"><B>setStandardDeviation(double)</B></A> -
12192 Method in interface org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistribution.html" title="interface in org.apache.commons.math.distribution">NormalDistribution</A>
12193 <DD><B>Deprecated.</B>&nbsp;<I>as of v2.1</I>
12194 <DT><A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html#setStandardDeviation(double)"><B>setStandardDeviation(double)</B></A> -
12195 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/NormalDistributionImpl.html" title="class in org.apache.commons.math.distribution">NormalDistributionImpl</A>
12196 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.1 (class will become immutable in 3.0)</I>
12197 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#setStartConfiguration(double[])"><B>setStartConfiguration(double[])</B></A> -
12198 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
12199 <DD>Set start configuration for simplex.
12200 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#setStartConfiguration(double[][])"><B>setStartConfiguration(double[][])</B></A> -
12201 Method in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
12202 <DD>Set start configuration for simplex.
12203 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#setStarterIntegrator(org.apache.commons.math.ode.FirstOrderIntegrator)"><B>setStarterIntegrator(FirstOrderIntegrator)</B></A> -
12204 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
12205 <DD>Set the starter integrator.
12206 <DT><A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html#setSteadyStateThreshold(double)"><B>setSteadyStateThreshold(double)</B></A> -
12207 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/GaussNewtonEstimator.html" title="class in org.apache.commons.math.estimation">GaussNewtonEstimator</A>
12208 <DD><B>Deprecated.</B>&nbsp;Set the steady state detection threshold.
12209 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html#setStepsizeControl(double, double, double, double)"><B>setStepsizeControl(double, double, double, double)</B></A> -
12210 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/GraggBulirschStoerIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">GraggBulirschStoerIntegrator</A>
12211 <DD>Set the step size control factors.
12212 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#setSubMatrix(T[][], int, int)"><B>setSubMatrix(T[][], int, int)</B></A> -
12213 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
12214 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12215 the input <code>subMatrix</code> array.
12216 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#setSubMatrix(double[][], int, int)"><B>setSubMatrix(double[][], int, int)</B></A> -
12217 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12218 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12219 the input <code>subMatrix</code> array.
12220 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#setSubMatrix(T[][], int, int)"><B>setSubMatrix(T[][], int, int)</B></A> -
12221 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
12222 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12223 the input <code>subMatrix</code> array.
12224 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#setSubMatrix(double[][], int, int)"><B>setSubMatrix(double[][], int, int)</B></A> -
12225 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
12226 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12227 the input <code>subMatrix</code> array.
12228 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#setSubMatrix(java.math.BigDecimal[][], int, int)"><B>setSubMatrix(BigDecimal[][], int, int)</B></A> -
12229 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12230 <DD><B>Deprecated.</B>&nbsp;Replace the submatrix starting at <code>row, column</code> using data in
12231 the input <code>subMatrix</code> array.
12232 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#setSubMatrix(T[][], int, int)"><B>setSubMatrix(T[][], int, int)</B></A> -
12233 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12234 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12235 the input <code>subMatrix</code> array.
12236 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#setSubMatrix(double[][], int, int)"><B>setSubMatrix(double[][], int, int)</B></A> -
12237 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12238 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12239 the input <code>subMatrix</code> array.
12240 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#setSubMatrix(T[][], int, int)"><B>setSubMatrix(T[][], int, int)</B></A> -
12241 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
12242 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12243 the input <code>subMatrix</code> array.
12244 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#setSubMatrix(double[][], int, int)"><B>setSubMatrix(double[][], int, int)</B></A> -
12245 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12246 <DD>Replace the submatrix starting at <code>row, column</code> using data in
12247 the input <code>subMatrix</code> array.
12248 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#setSubMatrix(double[][], int, int)"><B>setSubMatrix(double[][], int, int)</B></A> -
12249 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
12250 <DD><B>Deprecated.</B>&nbsp;Replace the submatrix starting at <code>row, column</code> using data in
12251 the input <code>subMatrix</code> array.
12252 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#setSubVector(int, org.apache.commons.math.linear.RealVector)"><B>setSubVector(int, RealVector)</B></A> -
12253 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
12254 <DD>Set a set of consecutive elements.
12255 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#setSubVector(int, double[])"><B>setSubVector(int, double[])</B></A> -
12256 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
12257 <DD>Set a set of consecutive elements.
12258 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#setSubVector(int, org.apache.commons.math.linear.FieldVector)"><B>setSubVector(int, FieldVector&lt;T&gt;)</B></A> -
12259 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
12260 <DD>Set a set of consecutive elements.
12261 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#setSubVector(int, T[])"><B>setSubVector(int, T[])</B></A> -
12262 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
12263 <DD>Set a set of consecutive elements.
12264 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#setSubVector(int, org.apache.commons.math.linear.RealVector)"><B>setSubVector(int, RealVector)</B></A> -
12265 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
12266 <DD>Set a set of consecutive elements.
12267 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#setSubVector(int, double[])"><B>setSubVector(int, double[])</B></A> -
12268 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
12269 <DD>Set a set of consecutive elements.
12270 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#setSubVector(int, org.apache.commons.math.linear.FieldVector)"><B>setSubVector(int, FieldVector&lt;T&gt;)</B></A> -
12271 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
12272 <DD>Set a set of consecutive elements.
12273 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#setSubVector(int, T[])"><B>setSubVector(int, T[])</B></A> -
12274 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
12275 <DD>Set a set of consecutive elements.
12276 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#setSubVector(int, org.apache.commons.math.linear.RealVector)"><B>setSubVector(int, RealVector)</B></A> -
12277 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
12278 <DD>Set a set of consecutive elements.
12279 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#setSubVector(int, double[])"><B>setSubVector(int, double[])</B></A> -
12280 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
12281 <DD>Set a set of consecutive elements.
12282 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#setSubVector(int, org.apache.commons.math.linear.RealVector)"><B>setSubVector(int, RealVector)</B></A> -
12283 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
12284 <DD>Set a set of consecutive elements.
12285 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#setSubVector(int, double[])"><B>setSubVector(int, double[])</B></A> -
12286 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
12287 <DD>Set a set of consecutive elements.
12288 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#setSubVector(int, org.apache.commons.math.linear.FieldVector)"><B>setSubVector(int, FieldVector&lt;T&gt;)</B></A> -
12289 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12290 <DD>Set a set of consecutive elements.
12291 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#setSubVector(int, T[])"><B>setSubVector(int, T[])</B></A> -
12292 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12293 <DD>Set a set of consecutive elements.
12294 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setSumImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setSumImpl(UnivariateStatistic)</B></A> -
12295 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
12296 <DD>Sets the implementation for the sum.
12297 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setSumImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumImpl(StorelessUnivariateStatistic[])</B></A> -
12298 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
12299 <DD>Sets the implementation for the Sum.
12300 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setSumImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumImpl(StorelessUnivariateStatistic)</B></A> -
12301 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
12302 <DD>
12303 Sets the implementation for the Sum.
12304 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setSumImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumImpl(StorelessUnivariateStatistic[])</B></A> -
12305 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
12306 <DD>Sets the implementation for the Sum.
12307 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setSumImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumImpl(StorelessUnivariateStatistic)</B></A> -
12308 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
12309 <DD>
12310 Sets the implementation for the Sum.
12311 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html#setSumLogImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumLogImpl(StorelessUnivariateStatistic)</B></A> -
12312 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/GeometricMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">GeometricMean</A>
12313 <DD>Sets the implementation for the sum of logs.
12314 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setSumLogImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumLogImpl(StorelessUnivariateStatistic[])</B></A> -
12315 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
12316 <DD>Sets the implementation for the sum of logs.
12317 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setSumLogImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumLogImpl(StorelessUnivariateStatistic)</B></A> -
12318 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
12319 <DD>
12320 Sets the implementation for the sum of logs.
12321 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setSumLogImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumLogImpl(StorelessUnivariateStatistic[])</B></A> -
12322 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
12323 <DD>Sets the implementation for the sum of logs.
12324 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setSumLogImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumLogImpl(StorelessUnivariateStatistic)</B></A> -
12325 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
12326 <DD>
12327 Sets the implementation for the sum of logs.
12328 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setSumsqImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setSumsqImpl(UnivariateStatistic)</B></A> -
12329 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
12330 <DD>Sets the implementation for the sum of squares.
12331 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#setSumsqImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumsqImpl(StorelessUnivariateStatistic[])</B></A> -
12332 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
12333 <DD>Sets the implementation for the sum of squares.
12334 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setSumsqImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumsqImpl(StorelessUnivariateStatistic)</B></A> -
12335 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
12336 <DD>
12337 Sets the implementation for the sum of squares.
12338 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#setSumsqImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic[])"><B>setSumsqImpl(StorelessUnivariateStatistic[])</B></A> -
12339 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
12340 <DD>Sets the implementation for the sum of squares.
12341 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setSumsqImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setSumsqImpl(StorelessUnivariateStatistic)</B></A> -
12342 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
12343 <DD>
12344 Sets the implementation for the sum of squares.
12345 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#setUnknownDistributionChiSquareTest(org.apache.commons.math.stat.inference.UnknownDistributionChiSquareTest)"><B>setUnknownDistributionChiSquareTest(UnknownDistributionChiSquareTest)</B></A> -
12346 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
12347 <DD>Set the (singleton) UnknownDistributionChiSquareTest instance.
12348 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html#setValue(double)"><B>setValue(double)</B></A> -
12349 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.EntryImpl.html" title="class in org.apache.commons.math.linear">AbstractRealVector.EntryImpl</A>
12350 <DD>Set the value of the entry.
12351 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html#setValue(double)"><B>setValue(double)</B></A> -
12352 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.OpenMapEntry.html" title="class in org.apache.commons.math.linear">OpenMapRealVector.OpenMapEntry</A>
12353 <DD>Set the value of the entry.
12354 <DT><A HREF="./org/apache/commons/math/linear/RealVector.Entry.html#setValue(double)"><B>setValue(double)</B></A> -
12355 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.Entry.html" title="class in org.apache.commons.math.linear">RealVector.Entry</A>
12356 <DD>Set the value of the entry.
12357 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#setValuesFileURL(java.lang.String)"><B>setValuesFileURL(String)</B></A> -
12358 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
12359 <DD>Sets the <code>valuesFileURL</code> using a string URL representation
12360 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#setValuesFileURL(java.net.URL)"><B>setValuesFileURL(URL)</B></A> -
12361 Method in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
12362 <DD>Sets the <code>valuesFileURL</code>
12363 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#setVarianceDirection(org.apache.commons.math.stat.descriptive.moment.SemiVariance.Direction)"><B>setVarianceDirection(SemiVariance.Direction)</B></A> -
12364 Method in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
12365 <DD>Sets the variance direction
12366 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setVarianceImpl(org.apache.commons.math.stat.descriptive.UnivariateStatistic)"><B>setVarianceImpl(UnivariateStatistic)</B></A> -
12367 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
12368 <DD>Sets the implementation for the variance.
12369 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#setVarianceImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setVarianceImpl(StorelessUnivariateStatistic)</B></A> -
12370 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
12371 <DD>
12372 Sets the implementation for the variance.
12373 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#setVarianceImpl(org.apache.commons.math.stat.descriptive.StorelessUnivariateStatistic)"><B>setVarianceImpl(StorelessUnivariateStatistic)</B></A> -
12374 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
12375 <DD>
12376 Sets the implementation for the variance.
12377 <DT><A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html#setWholeFormat(java.text.NumberFormat)"><B>setWholeFormat(NumberFormat)</B></A> -
12378 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperBigFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperBigFractionFormat</A>
12379 <DD>Modify the whole format.
12380 <DT><A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html#setWholeFormat(java.text.NumberFormat)"><B>setWholeFormat(NumberFormat)</B></A> -
12381 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/ProperFractionFormat.html" title="class in org.apache.commons.math.fraction">ProperFractionFormat</A>
12382 <DD>Modify the whole format.
12383 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#setWindowSize(int)"><B>setWindowSize(int)</B></A> -
12384 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
12385 <DD>WindowSize controls the number of values which contribute
12386 to the reported statistics.
12387 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#setWindowSize(int)"><B>setWindowSize(int)</B></A> -
12388 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
12389 <DD>WindowSize controls the number of values which contribute
12390 to the reported statistics.
12391 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#shift()"><B>shift()</B></A> -
12392 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
12393 <DD>Shift one step forward.
12394 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(byte)"><B>sign(byte)</B></A> -
12395 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12396 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12397 for byte value <code>x</code>.
12398 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(double)"><B>sign(double)</B></A> -
12399 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12400 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12401 for double precision <code>x</code>.
12402 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(float)"><B>sign(float)</B></A> -
12403 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12404 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12405 for float value <code>x</code>.
12406 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(int)"><B>sign(int)</B></A> -
12407 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12408 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12409 for int value <code>x</code>.
12410 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(long)"><B>sign(long)</B></A> -
12411 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12412 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12413 for long value <code>x</code>.
12414 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sign(short)"><B>sign(short)</B></A> -
12415 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12416 <DD>Returns the <a href="http://mathworld.wolfram.com/Sign.html"> sign</a>
12417 for short value <code>x</code>.
12418 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#SIGNUM"><B>SIGNUM</B></A> -
12419 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
12420 <DD>The <code>Math.signum</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
12421 <DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation"><B>SimpleEstimationProblem</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
12422 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html#SimpleEstimationProblem()"><B>SimpleEstimationProblem()</B></A> -
12423 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/SimpleEstimationProblem.html" title="class in org.apache.commons.math.estimation">SimpleEstimationProblem</A>
12424 <DD><B>Deprecated.</B>&nbsp;Build an empty instance without parameters nor measurements.
12425 <DT><A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html" title="class in org.apache.commons.math.optimization"><B>SimpleRealPointChecker</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Simple implementation of the <A HREF="./org/apache/commons/math/optimization/RealConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><CODE>RealConvergenceChecker</CODE></A> interface using
12426 only point coordinates.<DT><A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html#SimpleRealPointChecker()"><B>SimpleRealPointChecker()</B></A> -
12427 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleRealPointChecker</A>
12428 <DD>Build an instance with default threshold.
12429 <DT><A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html#SimpleRealPointChecker(double, double)"><B>SimpleRealPointChecker(double, double)</B></A> -
12430 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleRealPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleRealPointChecker</A>
12431 <DD>Build an instance with a specified threshold.
12432 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression"><B>SimpleRegression</B></A> - Class in <A HREF="./org/apache/commons/math/stat/regression/package-summary.html">org.apache.commons.math.stat.regression</A><DD>Estimates an ordinary least squares regression model
12433 with one independent variable.<DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#SimpleRegression()"><B>SimpleRegression()</B></A> -
12434 Constructor for class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
12435 <DD>Create an empty SimpleRegression instance
12436 <DT><A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html#SimpleRegression(org.apache.commons.math.distribution.TDistribution)"><B>SimpleRegression(TDistribution)</B></A> -
12437 Constructor for class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/SimpleRegression.html" title="class in org.apache.commons.math.stat.regression">SimpleRegression</A>
12438 <DD>Create an empty SimpleRegression using the given distribution object to
12439 compute inference statistics.
12440 <DT><A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html" title="class in org.apache.commons.math.optimization"><B>SimpleScalarValueChecker</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Simple implementation of the <A HREF="./org/apache/commons/math/optimization/RealConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><CODE>RealConvergenceChecker</CODE></A> interface using
12441 only objective function values.<DT><A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html#SimpleScalarValueChecker()"><B>SimpleScalarValueChecker()</B></A> -
12442 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleScalarValueChecker</A>
12443 <DD>Build an instance with default threshold.
12444 <DT><A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html#SimpleScalarValueChecker(double, double)"><B>SimpleScalarValueChecker(double, double)</B></A> -
12445 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleScalarValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleScalarValueChecker</A>
12446 <DD>Build an instance with a specified threshold.
12447 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html" title="class in org.apache.commons.math.optimization"><B>SimpleVectorialPointChecker</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Simple implementation of the <A HREF="./org/apache/commons/math/optimization/VectorialConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><CODE>VectorialConvergenceChecker</CODE></A> interface using
12448 only point coordinates.<DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html#SimpleVectorialPointChecker()"><B>SimpleVectorialPointChecker()</B></A> -
12449 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialPointChecker</A>
12450 <DD>Build an instance with default threshold.
12451 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html#SimpleVectorialPointChecker(double, double)"><B>SimpleVectorialPointChecker(double, double)</B></A> -
12452 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialPointChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialPointChecker</A>
12453 <DD>Build an instance with a specified threshold.
12454 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html" title="class in org.apache.commons.math.optimization"><B>SimpleVectorialValueChecker</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Simple implementation of the <A HREF="./org/apache/commons/math/optimization/VectorialConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><CODE>VectorialConvergenceChecker</CODE></A> interface using
12455 only objective function values.<DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html#SimpleVectorialValueChecker()"><B>SimpleVectorialValueChecker()</B></A> -
12456 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialValueChecker</A>
12457 <DD>Build an instance with default threshold.
12458 <DT><A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html#SimpleVectorialValueChecker(double, double)"><B>SimpleVectorialValueChecker(double, double)</B></A> -
12459 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/SimpleVectorialValueChecker.html" title="class in org.apache.commons.math.optimization">SimpleVectorialValueChecker</A>
12460 <DD>Build an instance with a specified threshold.
12461 <DT><A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html#simplex"><B>simplex</B></A> -
12462 Variable in class org.apache.commons.math.optimization.direct.<A HREF="./org/apache/commons/math/optimization/direct/DirectSearchOptimizer.html" title="class in org.apache.commons.math.optimization.direct">DirectSearchOptimizer</A>
12463 <DD>Simplex.
12464 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear"><B>SimplexSolver</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>Solves a linear problem using the Two-Phase Simplex Method.<DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#SimplexSolver()"><B>SimplexSolver()</B></A> -
12465 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
12466 <DD>Build a simplex solver with default settings.
12467 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#SimplexSolver(double)"><B>SimplexSolver(double)</B></A> -
12468 Constructor for class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
12469 <DD>Build a simplex solver with a specified accepted amount of error
12470 <DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration"><B>SimpsonIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Implements the <a href="http://mathworld.wolfram.com/SimpsonsRule.html">
12471 Simpson's Rule</a> for integration of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#SimpsonIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>SimpsonIntegrator(UnivariateRealFunction)</B></A> -
12472 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration">SimpsonIntegrator</A>
12473 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the integrand function is passed as an argument
12474 to the <A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>SimpsonIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>
12475 <DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#SimpsonIntegrator()"><B>SimpsonIntegrator()</B></A> -
12476 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration">SimpsonIntegrator</A>
12477 <DD>Construct an integrator.
12478 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#SIN"><B>SIN</B></A> -
12479 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
12480 <DD>The <code>Math.sin</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
12481 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#sin()"><B>sin()</B></A> -
12482 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
12483 <DD>Compute the
12484 <a href="http://mathworld.wolfram.com/Sine.html" TARGET="_top">
12485 sine</a>
12486 of this complex number.
12487 <DT><A HREF="./org/apache/commons/math/linear/SingularMatrixException.html" title="class in org.apache.commons.math.linear"><B>SingularMatrixException</B></A> - Exception in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Thrown when a matrix is singular.<DT><A HREF="./org/apache/commons/math/linear/SingularMatrixException.html#SingularMatrixException()"><B>SingularMatrixException()</B></A> -
12488 Constructor for exception org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularMatrixException.html" title="class in org.apache.commons.math.linear">SingularMatrixException</A>
12489 <DD>Construct an exception with a default message.
12490 <DT><A HREF="./org/apache/commons/math/linear/SingularValueDecomposition.html" title="interface in org.apache.commons.math.linear"><B>SingularValueDecomposition</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>An interface to classes that implement an algorithm to calculate the
12491 Singular Value Decomposition of a real matrix.<DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear"><B>SingularValueDecompositionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Calculates the compact Singular Value Decomposition of a matrix.<DT><A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html#SingularValueDecompositionImpl(org.apache.commons.math.linear.RealMatrix)"><B>SingularValueDecompositionImpl(RealMatrix)</B></A> -
12492 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SingularValueDecompositionImpl.html" title="class in org.apache.commons.math.linear">SingularValueDecompositionImpl</A>
12493 <DD>Calculates the compact Singular Value Decomposition of the given matrix.
12494 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#SINH"><B>SINH</B></A> -
12495 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
12496 <DD>The <code>Math.sinh</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
12497 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#sinh()"><B>sinh()</B></A> -
12498 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
12499 <DD>Compute the
12500 <a href="http://mathworld.wolfram.com/HyperbolicSine.html" TARGET="_top">
12501 hyperbolic sine</a> of this complex number.
12502 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#sinh(double)"><B>sinh(double)</B></A> -
12503 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12504 <DD>Returns the <a href="http://mathworld.wolfram.com/HyperbolicSine.html">
12505 hyperbolic sine</a> of x.
12506 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html#size()"><B>size()</B></A> -
12507 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap</A>
12508 <DD>Get the number of elements stored in the map.
12509 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html#size()"><B>size()</B></A> -
12510 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap</A>
12511 <DD>Get the number of elements stored in the map.
12512 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>Skewness</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the skewness of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#Skewness()"><B>Skewness()</B></A> -
12513 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
12514 <DD>Constructs a Skewness
12515 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#Skewness(org.apache.commons.math.stat.descriptive.moment.ThirdMoment)"><B>Skewness(ThirdMoment)</B></A> -
12516 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
12517 <DD>Constructs a Skewness with an external moment
12518 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html#Skewness(org.apache.commons.math.stat.descriptive.moment.Skewness)"><B>Skewness(Skewness)</B></A> -
12519 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Skewness.html" title="class in org.apache.commons.math.stat.descriptive.moment">Skewness</A>
12520 <DD>Copy constructor, creates a new <code>Skewness</code> identical
12521 to the <code>original</code>
12522 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#smooth(double[], double[], double[])"><B>smooth(double[], double[], double[])</B></A> -
12523 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
12524 <DD>Compute a weighted loess fit on the data at the original abscissae.
12525 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html#smooth(double[], double[])"><B>smooth(double[], double[])</B></A> -
12526 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/LoessInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">LoessInterpolator</A>
12527 <DD>Compute a loess fit on the data at the original abscissae.
12528 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>SmoothingBicubicSplineInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Generates a bicubic interpolation function.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.html#SmoothingBicubicSplineInterpolator()"><B>SmoothingBicubicSplineInterpolator()</B></A> -
12529 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/SmoothingBicubicSplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">SmoothingBicubicSplineInterpolator</A>
12530 <DD>&nbsp;
12531 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12532 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
12533 <DD><B>Deprecated.</B>&nbsp;
12534 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12535 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
12536 <DD><B>Deprecated.</B>&nbsp;
12537 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12538 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
12539 <DD>Solve for a zero in the given interval, start at startValue.
12540 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12541 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BisectionSolver.html" title="class in org.apache.commons.math.analysis.solvers">BisectionSolver</A>
12542 <DD>Solve for a zero root in the given interval.
12543 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12544 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
12545 <DD><B>Deprecated.</B>&nbsp;
12546 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12547 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
12548 <DD><B>Deprecated.</B>&nbsp;
12549 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12550 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
12551 <DD>Find a zero in the given interval with an initial guess.
12552 <DT><A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12553 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/BrentSolver.html" title="class in org.apache.commons.math.analysis.solvers">BrentSolver</A>
12554 <DD>Find a zero in the given interval.
12555 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12556 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12557 <DD><B>Deprecated.</B>&nbsp;
12558 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12559 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12560 <DD><B>Deprecated.</B>&nbsp;
12561 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12562 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12563 <DD>Find a real root in the given interval with initial value.
12564 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12565 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12566 <DD>Find a real root in the given interval.
12567 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solve(org.apache.commons.math.complex.Complex[], org.apache.commons.math.complex.Complex)"><B>solve(Complex[], Complex)</B></A> -
12568 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12569 <DD>Find a complex root for the polynomial with the given coefficients,
12570 starting from the given initial value.
12571 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12572 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12573 <DD><B>Deprecated.</B>&nbsp;
12574 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12575 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12576 <DD><B>Deprecated.</B>&nbsp;
12577 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12578 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12579 <DD>Find a real root in the given interval with initial value.
12580 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12581 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12582 <DD>Find a real root in the given interval.
12583 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12584 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
12585 <DD><B>Deprecated.</B>&nbsp;
12586 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12587 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
12588 <DD><B>Deprecated.</B>&nbsp;
12589 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12590 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
12591 <DD>Find a zero near the midpoint of <code>min</code> and <code>max</code>.
12592 <DT><A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12593 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/NewtonSolver.html" title="class in org.apache.commons.math.analysis.solvers">NewtonSolver</A>
12594 <DD>Find a zero near the value <code>startValue</code>.
12595 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12596 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
12597 <DD><B>Deprecated.</B>&nbsp;
12598 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12599 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
12600 <DD><B>Deprecated.</B>&nbsp;
12601 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12602 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
12603 <DD>Find a root in the given interval with initial value.
12604 <DT><A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12605 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/RiddersSolver.html" title="class in org.apache.commons.math.analysis.solvers">RiddersSolver</A>
12606 <DD>Find a root in the given interval.
12607 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12608 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
12609 <DD><B>Deprecated.</B>&nbsp;
12610 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12611 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
12612 <DD><B>Deprecated.</B>&nbsp;
12613 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12614 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
12615 <DD>Find a zero in the given interval.
12616 <DT><A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12617 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/SecantSolver.html" title="class in org.apache.commons.math.analysis.solvers">SecantSolver</A>
12618 <DD>Find a zero in the given interval.
12619 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(double, double)"><B>solve(double, double)</B></A> -
12620 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
12621 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A>
12622 since 2.0</I>
12623 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12624 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
12625 <DD>Solve for a zero root in the given interval.
12626 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(double, double, double)"><B>solve(double, double, double)</B></A> -
12627 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
12628 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
12629 since 2.0</I>
12630 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12631 Method in interface org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers">UnivariateRealSolver</A>
12632 <DD>Solve for a zero in the given interval, start at startValue.
12633 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve(UnivariateRealFunction, double, double)</B></A> -
12634 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverUtils</A>
12635 <DD>Convenience method to find a zero of a univariate real function.
12636 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><B>solve(UnivariateRealFunction, double, double, double)</B></A> -
12637 Static method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverUtils</A>
12638 <DD>Convenience method to find a zero of a univariate real function.
12639 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#solve(double[])"><B>solve(double[])</B></A> -
12640 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12641 <DD><B>Deprecated.</B>&nbsp;
12642 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#solve(org.apache.commons.math.linear.RealMatrix)"><B>solve(RealMatrix)</B></A> -
12643 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12644 <DD><B>Deprecated.</B>&nbsp;
12645 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#solve(java.math.BigDecimal[])"><B>solve(BigDecimal[])</B></A> -
12646 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
12647 <DD><B>Deprecated.</B>&nbsp;Returns the solution vector for a linear system with coefficient
12648 matrix = this and constant vector = <code>b</code>.
12649 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#solve(org.apache.commons.math.linear.BigMatrix)"><B>solve(BigMatrix)</B></A> -
12650 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
12651 <DD><B>Deprecated.</B>&nbsp;Returns a matrix of (column) solution vectors for linear systems with
12652 coefficient matrix = this and constant vectors = columns of
12653 <code>b</code>.
12654 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#solve(java.math.BigDecimal[])"><B>solve(BigDecimal[])</B></A> -
12655 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12656 <DD><B>Deprecated.</B>&nbsp;Returns a matrix of (column) solution vectors for linear systems with
12657 coefficient matrix = this and constant vectors = columns of
12658 <code>b</code>.
12659 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#solve(double[])"><B>solve(double[])</B></A> -
12660 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12661 <DD><B>Deprecated.</B>&nbsp;Returns a matrix of (column) solution vectors for linear systems with
12662 coefficient matrix = this and constant vectors = columns of
12663 <code>b</code>.
12664 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#solve(org.apache.commons.math.linear.BigMatrix)"><B>solve(BigMatrix)</B></A> -
12665 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12666 <DD><B>Deprecated.</B>&nbsp;Returns a matrix of (column) solution vectors for linear systems with
12667 coefficient matrix = this and constant vectors = columns of
12668 <code>b</code>.
12669 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#solve(double[])"><B>solve(double[])</B></A> -
12670 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A>
12671 <DD>Solve the linear equation A &times; X = B for matrices A.
12672 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#solve(org.apache.commons.math.linear.RealVector)"><B>solve(RealVector)</B></A> -
12673 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A>
12674 <DD>Solve the linear equation A &times; X = B for matrices A.
12675 <DT><A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#solve(org.apache.commons.math.linear.RealMatrix)"><B>solve(RealMatrix)</B></A> -
12676 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DecompositionSolver.html" title="interface in org.apache.commons.math.linear">DecompositionSolver</A>
12677 <DD>Solve the linear equation A &times; X = B for matrices A.
12678 <DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html#solve(T[])"><B>solve(T[])</B></A> -
12679 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear">FieldDecompositionSolver</A>
12680 <DD>Solve the linear equation A &times; X = B for matrices A.
12681 <DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html#solve(org.apache.commons.math.linear.FieldVector)"><B>solve(FieldVector&lt;T&gt;)</B></A> -
12682 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear">FieldDecompositionSolver</A>
12683 <DD>Solve the linear equation A &times; X = B for matrices A.
12684 <DT><A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html#solve(org.apache.commons.math.linear.FieldMatrix)"><B>solve(FieldMatrix&lt;T&gt;)</B></A> -
12685 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldDecompositionSolver.html" title="interface in org.apache.commons.math.linear">FieldDecompositionSolver</A>
12686 <DD>Solve the linear equation A &times; X = B for matrices A.
12687 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#solve(double[])"><B>solve(double[])</B></A> -
12688 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12689 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by <A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#solve(double[])"><CODE>DecompositionSolver.solve(double[])</CODE></A></I>
12690 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#solve(org.apache.commons.math.linear.RealMatrix)"><B>solve(RealMatrix)</B></A> -
12691 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
12692 <DD><B>Deprecated.</B>&nbsp;<I>as of release 2.0, replaced by <A HREF="./org/apache/commons/math/linear/DecompositionSolver.html#solve(org.apache.commons.math.linear.RealMatrix)"><CODE>DecompositionSolver.solve(RealMatrix)</CODE></A></I>
12693 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve2(double, double)"><B>solve2(double, double)</B></A> -
12694 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12695 <DD><B>Deprecated.</B>&nbsp;<I>replaced by <A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>MullerSolver.solve2(UnivariateRealFunction, double, double)</CODE></A>
12696 since 2.0</I>
12697 <DT><A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html#solve2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><B>solve2(UnivariateRealFunction, double, double)</B></A> -
12698 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/MullerSolver.html" title="class in org.apache.commons.math.analysis.solvers">MullerSolver</A>
12699 <DD>Find a real root in the given interval.
12700 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solveAll(double[], double)"><B>solveAll(double[], double)</B></A> -
12701 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12702 <DD>Find all complex roots for the polynomial with the given coefficients,
12703 starting from the given initial value.
12704 <DT><A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html#solveAll(org.apache.commons.math.complex.Complex[], org.apache.commons.math.complex.Complex)"><B>solveAll(Complex[], Complex)</B></A> -
12705 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/LaguerreSolver.html" title="class in org.apache.commons.math.analysis.solvers">LaguerreSolver</A>
12706 <DD>Find all complex roots for the polynomial with the given coefficients,
12707 starting from the given initial value.
12708 <DT><A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html#solvePhase1(org.apache.commons.math.optimization.linear.SimplexTableau)"><B>solvePhase1(SimplexTableau)</B></A> -
12709 Method in class org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/SimplexSolver.html" title="class in org.apache.commons.math.optimization.linear">SimplexSolver</A>
12710 <DD>Solves Phase 1 of the Simplex method.
12711 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear"><B>SparseFieldMatrix</B></A>&lt;<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="type parameter in SparseFieldMatrix">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="type parameter in SparseFieldMatrix">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Sparse matrix implementation based on an open addressed map.<DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math.Field)"><B>SparseFieldMatrix(Field&lt;T&gt;)</B></A> -
12712 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
12713 <DD>Creates a matrix with no data.
12714 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math.Field, int, int)"><B>SparseFieldMatrix(Field&lt;T&gt;, int, int)</B></A> -
12715 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
12716 <DD>Create a new SparseFieldMatrix<T> with the supplied row and column dimensions.
12717 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math.linear.SparseFieldMatrix)"><B>SparseFieldMatrix(SparseFieldMatrix&lt;T&gt;)</B></A> -
12718 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
12719 <DD>Copy constructor.
12720 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html#SparseFieldMatrix(org.apache.commons.math.linear.FieldMatrix)"><B>SparseFieldMatrix(FieldMatrix&lt;T&gt;)</B></A> -
12721 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldMatrix.html" title="class in org.apache.commons.math.linear">SparseFieldMatrix</A>
12722 <DD>Generic copy constructor.
12723 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear"><B>SparseFieldVector</B></A>&lt;<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</A> extends <A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>&lt;<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="type parameter in SparseFieldVector">T</A>&gt;&gt; - Class in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>This class implements the <A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear"><CODE>FieldVector</CODE></A> interface with a <A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.html" title="class in org.apache.commons.math.util"><CODE>OpenIntToFieldHashMap</CODE></A> backing store.<DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.Field)"><B>SparseFieldVector(Field&lt;T&gt;)</B></A> -
12724 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12725 <DD>Build a 0-length vector.
12726 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.Field, int)"><B>SparseFieldVector(Field&lt;T&gt;, int)</B></A> -
12727 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12728 <DD>Construct a (dimension)-length vector of zeros.
12729 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.linear.SparseFieldVector, int)"><B>SparseFieldVector(SparseFieldVector&lt;T&gt;, int)</B></A> -
12730 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12731 <DD>Build a resized vector, for use with append.
12732 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.Field, int, int)"><B>SparseFieldVector(Field&lt;T&gt;, int, int)</B></A> -
12733 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12734 <DD>Build a vector with known the sparseness (for advanced use only).
12735 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.Field, T[])"><B>SparseFieldVector(Field&lt;T&gt;, T[])</B></A> -
12736 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12737 <DD>Create from a Field array.
12738 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#SparseFieldVector(org.apache.commons.math.linear.SparseFieldVector)"><B>SparseFieldVector(SparseFieldVector&lt;T&gt;)</B></A> -
12739 Constructor for class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
12740 <DD>Copy constructor.
12741 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#sparseIterator()"><B>sparseIterator()</B></A> -
12742 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
12743 <DD>Specialized implementations may choose to not iterate over all dimensions, either because those values are
12744 unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.
12745 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#sparseIterator()"><B>sparseIterator()</B></A> -
12746 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
12747 <DD>Specialized implementations may choose to not iterate over all dimensions, either because those values are
12748 unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.
12749 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#sparseIterator()"><B>sparseIterator()</B></A> -
12750 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
12751 <DD>Specialized implementations may choose to not iterate over all dimensions, either because those values are
12752 unset, or are equal to defaultValue(), or are small enough to be ignored for the purposes of iteration.
12753 <DT><A HREF="./org/apache/commons/math/linear/SparseRealMatrix.html" title="interface in org.apache.commons.math.linear"><B>SparseRealMatrix</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Marker interface for <A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear"><CODE>RealMatrix</CODE></A> implementations that require sparse backing storage<DT><A HREF="./org/apache/commons/math/linear/SparseRealVector.html" title="interface in org.apache.commons.math.linear"><B>SparseRealVector</B></A> - Interface in <A HREF="./org/apache/commons/math/linear/package-summary.html">org.apache.commons.math.linear</A><DD>Marker interface for RealVectors that require sparse backing storage<DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation"><B>SpearmansCorrelation</B></A> - Class in <A HREF="./org/apache/commons/math/stat/correlation/package-summary.html">org.apache.commons.math.stat.correlation</A><DD>Spearman's rank correlation.<DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#SpearmansCorrelation(org.apache.commons.math.linear.RealMatrix, org.apache.commons.math.stat.ranking.RankingAlgorithm)"><B>SpearmansCorrelation(RealMatrix, RankingAlgorithm)</B></A> -
12754 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
12755 <DD>Create a SpearmansCorrelation with the given input data matrix
12756 and ranking algorithm.
12757 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#SpearmansCorrelation(org.apache.commons.math.linear.RealMatrix)"><B>SpearmansCorrelation(RealMatrix)</B></A> -
12758 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
12759 <DD>Create a SpearmansCorrelation from the given data matrix.
12760 <DT><A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html#SpearmansCorrelation()"><B>SpearmansCorrelation()</B></A> -
12761 Constructor for class org.apache.commons.math.stat.correlation.<A HREF="./org/apache/commons/math/stat/correlation/SpearmansCorrelation.html" title="class in org.apache.commons.math.stat.correlation">SpearmansCorrelation</A>
12762 <DD>Create a SpearmansCorrelation without data.
12763 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation"><B>SplineInterpolator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Computes a natural (also known as "free", "unclamped") cubic spline interpolation for the data set.<DT><A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html#SplineInterpolator()"><B>SplineInterpolator()</B></A> -
12764 Constructor for class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/SplineInterpolator.html" title="class in org.apache.commons.math.analysis.interpolation">SplineInterpolator</A>
12765 <DD>&nbsp;
12766 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#SQRT"><B>SQRT</B></A> -
12767 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
12768 <DD>The <code>Math.sqrt</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
12769 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#sqrt()"><B>sqrt()</B></A> -
12770 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
12771 <DD>Compute the
12772 <a href="http://mathworld.wolfram.com/SquareRoot.html" TARGET="_top">
12773 square root</a> of this complex number.
12774 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#sqrt1z()"><B>sqrt1z()</B></A> -
12775 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
12776 <DD>Compute the
12777 <a href="http://mathworld.wolfram.com/SquareRoot.html" TARGET="_top">
12778 square root</a> of 1 - <code>this</code><sup>2</sup> for this complex
12779 number.
12780 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>StandardDeviation</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the sample standard deviation.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#StandardDeviation()"><B>StandardDeviation()</B></A> -
12781 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
12782 <DD>Constructs a StandardDeviation.
12783 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#StandardDeviation(org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>StandardDeviation(SecondMoment)</B></A> -
12784 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
12785 <DD>Constructs a StandardDeviation from an external second moment.
12786 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#StandardDeviation(org.apache.commons.math.stat.descriptive.moment.StandardDeviation)"><B>StandardDeviation(StandardDeviation)</B></A> -
12787 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
12788 <DD>Copy constructor, creates a new <code>StandardDeviation</code> identical
12789 to the <code>original</code>
12790 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#StandardDeviation(boolean)"><B>StandardDeviation(boolean)</B></A> -
12791 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
12792 <DD>Contructs a StandardDeviation with the specified value for the
12793 <code>isBiasCorrected</code> property.
12794 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html#StandardDeviation(boolean, org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>StandardDeviation(boolean, SecondMoment)</B></A> -
12795 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/StandardDeviation.html" title="class in org.apache.commons.math.stat.descriptive.moment">StandardDeviation</A>
12796 <DD>Contructs a StandardDeviation with the specified value for the
12797 <code>isBiasCorrected</code> property and the supplied external moment.
12798 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12799 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixChangingVisitor</A>
12800 <DD>Start visiting a matrix.
12801 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12802 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixPreservingVisitor</A>
12803 <DD>Start visiting a matrix.
12804 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12805 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixChangingVisitor</A>
12806 <DD>Start visiting a matrix.
12807 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12808 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixPreservingVisitor</A>
12809 <DD>Start visiting a matrix.
12810 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12811 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixChangingVisitor</A>
12812 <DD>Start visiting a matrix.
12813 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12814 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixPreservingVisitor</A>
12815 <DD>Start visiting a matrix.
12816 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12817 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixChangingVisitor</A>
12818 <DD>Start visiting a matrix.
12819 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html#start(int, int, int, int, int, int)"><B>start(int, int, int, int, int, int)</B></A> -
12820 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixPreservingVisitor</A>
12821 <DD>Start visiting a matrix.
12822 <DT><A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html#start(double, double[], double)"><B>start(double, double[], double)</B></A> -
12823 Method in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/MultistepIntegrator.html" title="class in org.apache.commons.math.ode">MultistepIntegrator</A>
12824 <DD>Start the integration.
12825 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#start()"><B>start()</B></A> -
12826 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
12827 <DD>Returns the starting index of the internal array.
12828 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#startIndex"><B>startIndex</B></A> -
12829 Variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
12830 <DD>The position of the first addressable element in the internal storage
12831 array.
12832 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#stateVariation"><B>stateVariation</B></A> -
12833 Variable in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
12834 <DD>State variation.
12835 <DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalMultivariateSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><B>StatisticalMultivariateSummary</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Reporting interface for basic multivariate statistics.<DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><B>StatisticalSummary</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Reporting interface for basic univariate statistics.<DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive"><B>StatisticalSummaryValues</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Value object representing the results of a univariate statistical summary.<DT><A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html#StatisticalSummaryValues(double, double, long, double, double, double)"><B>StatisticalSummaryValues(double, double, long, double, double, double)</B></A> -
12836 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummaryValues.html" title="class in org.apache.commons.math.stat.descriptive">StatisticalSummaryValues</A>
12837 <DD>Constructor
12838 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat"><B>StatUtils</B></A> - Class in <A HREF="./org/apache/commons/math/stat/package-summary.html">org.apache.commons.math.stat</A><DD>StatUtils provides static methods for computing statistics based on data
12839 stored in double[] arrays.<DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#stepAccepted(double, double[])"><B>stepAccepted(double, double[])</B></A> -
12840 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
12841 <DD>Inform the event handlers that the step has been accepted
12842 by the integrator.
12843 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#stepAccepted(double, double[])"><B>stepAccepted(double, double[])</B></A> -
12844 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
12845 <DD>Acknowledge the fact the step has been accepted by the integrator.
12846 <DT><A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html" title="interface in org.apache.commons.math.ode.sampling"><B>StepHandler</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This interface represents a handler that should be called after
12847 each successful step.<DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#stepHandlers"><B>stepHandlers</B></A> -
12848 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
12849 <DD>Step handler.
12850 <DT><A HREF="./org/apache/commons/math/ode/jacobians/StepHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians"><B>StepHandlerWithJacobians</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This interface represents a handler that should be called after
12851 each successful step.<DT><A HREF="./org/apache/commons/math/ode/sampling/StepInterpolator.html" title="interface in org.apache.commons.math.ode.sampling"><B>StepInterpolator</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This interface represents an interpolator over the last step
12852 during an ODE integration.<DT><A HREF="./org/apache/commons/math/ode/jacobians/StepInterpolatorWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians"><B>StepInterpolatorWithJacobians</B></A> - Interface in <A HREF="./org/apache/commons/math/ode/jacobians/package-summary.html">org.apache.commons.math.ode.jacobians</A><DD>This interface represents an interpolator over the last step
12853 during an ODE integration.<DT><A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html" title="class in org.apache.commons.math.ode.sampling"><B>StepNormalizer</B></A> - Class in <A HREF="./org/apache/commons/math/ode/sampling/package-summary.html">org.apache.commons.math.ode.sampling</A><DD>This class wraps an object implementing <A HREF="./org/apache/commons/math/ode/sampling/FixedStepHandler.html" title="interface in org.apache.commons.math.ode.sampling"><CODE>FixedStepHandler</CODE></A>
12854 into a <A HREF="./org/apache/commons/math/ode/sampling/StepHandler.html" title="interface in org.apache.commons.math.ode.sampling"><CODE>StepHandler</CODE></A>.<DT><A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html#StepNormalizer(double, org.apache.commons.math.ode.sampling.FixedStepHandler)"><B>StepNormalizer(double, FixedStepHandler)</B></A> -
12855 Constructor for class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/StepNormalizer.html" title="class in org.apache.commons.math.ode.sampling">StepNormalizer</A>
12856 <DD>Simple constructor.
12857 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#stepSize"><B>stepSize</B></A> -
12858 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
12859 <DD>Current stepsize.
12860 <DT><A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html#stepStart"><B>stepStart</B></A> -
12861 Variable in class org.apache.commons.math.ode.<A HREF="./org/apache/commons/math/ode/AbstractIntegrator.html" title="class in org.apache.commons.math.ode">AbstractIntegrator</A>
12862 <DD>Current step start time.
12863 <DT><A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html#stop()"><B>stop()</B></A> -
12864 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/CombinedEventsManager.html" title="class in org.apache.commons.math.ode.events">CombinedEventsManager</A>
12865 <DD>Check if the integration should be stopped at the end of the
12866 current step.
12867 <DT><A HREF="./org/apache/commons/math/ode/events/EventHandler.html#STOP"><B>STOP</B></A> -
12868 Static variable in interface org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventHandler.html" title="interface in org.apache.commons.math.ode.events">EventHandler</A>
12869 <DD>Stop indicator.
12870 <DT><A HREF="./org/apache/commons/math/ode/events/EventState.html#stop()"><B>stop()</B></A> -
12871 Method in class org.apache.commons.math.ode.events.<A HREF="./org/apache/commons/math/ode/events/EventState.html" title="class in org.apache.commons.math.ode.events">EventState</A>
12872 <DD>Check if the integration should be stopped at the end of the
12873 current step.
12874 <DT><A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html#STOP"><B>STOP</B></A> -
12875 Static variable in interface org.apache.commons.math.ode.jacobians.<A HREF="./org/apache/commons/math/ode/jacobians/EventHandlerWithJacobians.html" title="interface in org.apache.commons.math.ode.jacobians">EventHandlerWithJacobians</A>
12876 <DD>Stop indicator.
12877 <DT><A HREF="./org/apache/commons/math/genetics/StoppingCondition.html" title="interface in org.apache.commons.math.genetics"><B>StoppingCondition</B></A> - Interface in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Algorithm used to determine when to stop evolution.<DT><A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive"><B>StorelessUnivariateStatistic</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Extends the definition of <A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>UnivariateStatistic</CODE></A> with
12878 <A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#increment(double)"><CODE>StorelessUnivariateStatistic.increment(double)</CODE></A> and <A HREF="./org/apache/commons/math/stat/descriptive/StorelessUnivariateStatistic.html#incrementAll(double[])"><CODE>StorelessUnivariateStatistic.incrementAll(double[])</CODE></A> methods for adding
12879 values and updating internal state.<DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#storeTime(double)"><B>storeTime(double)</B></A> -
12880 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
12881 <DD>Store the current step time.
12882 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#subAndCheck(int, int)"><B>subAndCheck(int, int)</B></A> -
12883 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12884 <DD>Subtract two integers, checking for overflow.
12885 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#subAndCheck(long, long)"><B>subAndCheck(long, long)</B></A> -
12886 Static method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
12887 <DD>Subtract two long integers, checking for overflow.
12888 <DT><A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html#substituteMostRecentElement(double)"><B>substituteMostRecentElement(double)</B></A> -
12889 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/ResizableDoubleArray.html" title="class in org.apache.commons.math.util">ResizableDoubleArray</A>
12890 <DD>Substitutes <code>value</code> for the most recently added value.
12891 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#SUBTRACT"><B>SUBTRACT</B></A> -
12892 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
12893 <DD>The - operator method wrapped as a <A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis"><CODE>BinaryFunction</CODE></A>.
12894 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#subtract(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>subtract(UnivariateRealFunction)</B></A> -
12895 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
12896 <DD>Return a function subtracting another function from the instance.
12897 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#subtract(org.apache.commons.math.analysis.polynomials.PolynomialFunction)"><B>subtract(PolynomialFunction)</B></A> -
12898 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
12899 <DD>Subtract a polynomial from the instance.
12900 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#subtract(org.apache.commons.math.complex.Complex)"><B>subtract(Complex)</B></A> -
12901 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
12902 <DD>Return the difference between this complex number and the given complex
12903 number.
12904 <DT><A HREF="./org/apache/commons/math/FieldElement.html#subtract(T)"><B>subtract(T)</B></A> -
12905 Method in interface org.apache.commons.math.<A HREF="./org/apache/commons/math/FieldElement.html" title="interface in org.apache.commons.math">FieldElement</A>
12906 <DD>Compute this - a.
12907 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#subtract(java.math.BigInteger)"><B>subtract(BigInteger)</B></A> -
12908 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
12909 <DD>
12910 Subtracts the value of an <A HREF="http://java.sun.com/javase/6/docs/api/java/math/BigInteger.html?is-external=true" title="class or interface in java.math"><CODE>BigInteger</CODE></A> from the value of this one,
12911 returning the result in reduced form.
12912 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#subtract(int)"><B>subtract(int)</B></A> -
12913 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
12914 <DD>
12915 Subtracts the value of an <tt>integer</tt> from the value of this one,
12916 returning the result in reduced form.
12917 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#subtract(long)"><B>subtract(long)</B></A> -
12918 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
12919 <DD>
12920 Subtracts the value of an <tt>integer</tt> from the value of this one,
12921 returning the result in reduced form.
12922 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#subtract(org.apache.commons.math.fraction.BigFraction)"><B>subtract(BigFraction)</B></A> -
12923 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
12924 <DD>
12925 Subtracts the value of another fraction from the value of this one,
12926 returning the result in reduced form.
12927 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#subtract(org.apache.commons.math.fraction.Fraction)"><B>subtract(Fraction)</B></A> -
12928 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
12929 <DD>Subtracts the value of another fraction from the value of this one,
12930 returning the result in reduced form.
12931 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#subtract(int)"><B>subtract(int)</B></A> -
12932 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
12933 <DD>Subtract an integer from the fraction.
12934 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#subtract(org.apache.commons.math.geometry.Vector3D)"><B>subtract(Vector3D)</B></A> -
12935 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
12936 <DD>Subtract a vector from the instance.
12937 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#subtract(double, org.apache.commons.math.geometry.Vector3D)"><B>subtract(double, Vector3D)</B></A> -
12938 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
12939 <DD>Subtract a scaled vector from the instance.
12940 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#subtract(org.apache.commons.math.linear.FieldMatrix)"><B>subtract(FieldMatrix&lt;T&gt;)</B></A> -
12941 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
12942 <DD>Compute this minus m.
12943 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
12944 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
12945 <DD>Compute this minus m.
12946 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#subtract(double[])"><B>subtract(double[])</B></A> -
12947 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
12948 <DD>Compute this minus v.
12949 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#subtract(org.apache.commons.math.linear.RealVector)"><B>subtract(RealVector)</B></A> -
12950 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
12951 <DD>Compute this minus v.
12952 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#subtract(org.apache.commons.math.linear.FieldMatrix)"><B>subtract(FieldMatrix&lt;T&gt;)</B></A> -
12953 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
12954 <DD>Compute this minus m.
12955 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#subtract(org.apache.commons.math.linear.Array2DRowFieldMatrix)"><B>subtract(Array2DRowFieldMatrix&lt;T&gt;)</B></A> -
12956 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
12957 <DD>Compute this minus <code>m</code>.
12958 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
12959 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
12960 <DD>Compute this minus m.
12961 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#subtract(org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>subtract(Array2DRowRealMatrix)</B></A> -
12962 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
12963 <DD>Compute this minus <code>m</code>.
12964 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#subtract(org.apache.commons.math.linear.FieldVector)"><B>subtract(FieldVector&lt;T&gt;)</B></A> -
12965 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
12966 <DD>Compute this minus v.
12967 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#subtract(T[])"><B>subtract(T[])</B></A> -
12968 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
12969 <DD>Compute this minus v.
12970 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#subtract(org.apache.commons.math.linear.ArrayFieldVector)"><B>subtract(ArrayFieldVector&lt;T&gt;)</B></A> -
12971 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
12972 <DD>Compute this minus v.
12973 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#subtract(org.apache.commons.math.linear.RealVector)"><B>subtract(RealVector)</B></A> -
12974 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
12975 <DD>Compute this minus v.
12976 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#subtract(double[])"><B>subtract(double[])</B></A> -
12977 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
12978 <DD>Compute this minus v.
12979 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#subtract(org.apache.commons.math.linear.ArrayRealVector)"><B>subtract(ArrayRealVector)</B></A> -
12980 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
12981 <DD>Compute this minus v.
12982 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#subtract(org.apache.commons.math.linear.BigMatrix)"><B>subtract(BigMatrix)</B></A> -
12983 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
12984 <DD><B>Deprecated.</B>&nbsp;Compute this minus m.
12985 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#subtract(org.apache.commons.math.linear.BigMatrix)"><B>subtract(BigMatrix)</B></A> -
12986 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12987 <DD><B>Deprecated.</B>&nbsp;Compute this minus <code>m</code>.
12988 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#subtract(org.apache.commons.math.linear.BigMatrixImpl)"><B>subtract(BigMatrixImpl)</B></A> -
12989 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
12990 <DD><B>Deprecated.</B>&nbsp;Compute this minus <code>m</code>.
12991 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#subtract(org.apache.commons.math.linear.FieldMatrix)"><B>subtract(FieldMatrix&lt;T&gt;)</B></A> -
12992 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12993 <DD>Compute this minus m.
12994 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#subtract(org.apache.commons.math.linear.BlockFieldMatrix)"><B>subtract(BlockFieldMatrix&lt;T&gt;)</B></A> -
12995 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
12996 <DD>Compute this minus <code>m</code>.
12997 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
12998 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
12999 <DD>Compute this minus m.
13000 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#subtract(org.apache.commons.math.linear.BlockRealMatrix)"><B>subtract(BlockRealMatrix)</B></A> -
13001 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
13002 <DD>Compute this minus <code>m</code>.
13003 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#subtract(org.apache.commons.math.linear.FieldMatrix)"><B>subtract(FieldMatrix&lt;T&gt;)</B></A> -
13004 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
13005 <DD>Compute this minus m.
13006 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#subtract(org.apache.commons.math.linear.FieldVector)"><B>subtract(FieldVector&lt;T&gt;)</B></A> -
13007 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
13008 <DD>Compute this minus v.
13009 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#subtract(T[])"><B>subtract(T[])</B></A> -
13010 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
13011 <DD>Compute this minus v.
13012 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
13013 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
13014 <DD>Compute this minus m.
13015 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html#subtract(org.apache.commons.math.linear.OpenMapRealMatrix)"><B>subtract(OpenMapRealMatrix)</B></A> -
13016 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealMatrix.html" title="class in org.apache.commons.math.linear">OpenMapRealMatrix</A>
13017 <DD>Compute this minus <code>m</code>.
13018 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#subtract(org.apache.commons.math.linear.OpenMapRealVector)"><B>subtract(OpenMapRealVector)</B></A> -
13019 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13020 <DD>Optimized method to subtract OpenMapRealVectors.
13021 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#subtract(org.apache.commons.math.linear.RealVector)"><B>subtract(RealVector)</B></A> -
13022 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13023 <DD>Compute this minus v.
13024 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#subtract(double[])"><B>subtract(double[])</B></A> -
13025 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13026 <DD>Compute this minus v.
13027 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
13028 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
13029 <DD>Compute this minus m.
13030 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#subtract(org.apache.commons.math.linear.RealMatrix)"><B>subtract(RealMatrix)</B></A> -
13031 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
13032 <DD><B>Deprecated.</B>&nbsp;Compute this minus m.
13033 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#subtract(org.apache.commons.math.linear.RealMatrixImpl)"><B>subtract(RealMatrixImpl)</B></A> -
13034 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
13035 <DD><B>Deprecated.</B>&nbsp;Compute this minus <code>m</code>.
13036 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#subtract(org.apache.commons.math.linear.RealVector)"><B>subtract(RealVector)</B></A> -
13037 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
13038 <DD>Compute this minus v.
13039 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#subtract(double[])"><B>subtract(double[])</B></A> -
13040 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
13041 <DD>Compute this minus v.
13042 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#subtract(org.apache.commons.math.linear.SparseFieldVector)"><B>subtract(SparseFieldVector&lt;T&gt;)</B></A> -
13043 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
13044 <DD>Optimized method to subtract SparseRealVectors.
13045 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#subtract(org.apache.commons.math.linear.FieldVector)"><B>subtract(FieldVector&lt;T&gt;)</B></A> -
13046 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
13047 <DD>Compute this minus v.
13048 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#subtract(T[])"><B>subtract(T[])</B></A> -
13049 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
13050 <DD>Compute this minus v.
13051 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#subtract(org.apache.commons.math.util.BigReal)"><B>subtract(BigReal)</B></A> -
13052 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
13053 <DD>Compute this - a.
13054 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary"><B>Sum</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/summary/package-summary.html">org.apache.commons.math.stat.descriptive.summary</A><DD>Returns the sum of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#Sum()"><B>Sum()</B></A> -
13055 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
13056 <DD>Create a Sum instance
13057 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html#Sum(org.apache.commons.math.stat.descriptive.summary.Sum)"><B>Sum(Sum)</B></A> -
13058 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/Sum.html" title="class in org.apache.commons.math.stat.descriptive.summary">Sum</A>
13059 <DD>Copy constructor, creates a new <code>Sum</code> identical
13060 to the <code>original</code>
13061 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#sum"><B>sum</B></A> -
13062 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13063 <DD>sum of values that have been added
13064 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sum(double[])"><B>sum(double[])</B></A> -
13065 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13066 <DD>Returns the sum of the values in the input array, or
13067 <code>Double.NaN</code> if the array is empty.
13068 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sum(double[], int, int)"><B>sum(double[], int, int)</B></A> -
13069 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13070 <DD>Returns the sum of the entries in the specified portion of
13071 the input array, or <code>Double.NaN</code> if the designated subarray
13072 is empty.
13073 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sumDifference(double[], double[])"><B>sumDifference(double[], double[])</B></A> -
13074 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13075 <DD>Returns the sum of the (signed) differences between corresponding elements of the
13076 input arrays -- i.e., sum(sample1[i] - sample2[i]).
13077 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#sumLog"><B>sumLog</B></A> -
13078 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13079 <DD>sumLog of values that have been added
13080 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sumLog(double[])"><B>sumLog(double[])</B></A> -
13081 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13082 <DD>Returns the sum of the natural logs of the entries in the input array, or
13083 <code>Double.NaN</code> if the array is empty.
13084 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sumLog(double[], int, int)"><B>sumLog(double[], int, int)</B></A> -
13085 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13086 <DD>Returns the sum of the natural logs of the entries in the specified portion of
13087 the input array, or <code>Double.NaN</code> if the designated subarray
13088 is empty.
13089 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>SummaryStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>
13090 Computes summary statistics for a stream of data values added using the
13091 <A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#addValue(double)"><CODE>addValue</CODE></A> method.<DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#SummaryStatistics()"><B>SummaryStatistics()</B></A> -
13092 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13093 <DD>Construct a SummaryStatistics instance
13094 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#SummaryStatistics(org.apache.commons.math.stat.descriptive.SummaryStatistics)"><B>SummaryStatistics(SummaryStatistics)</B></A> -
13095 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13096 <DD>A copy constructor.
13097 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary"><B>SumOfLogs</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/summary/package-summary.html">org.apache.commons.math.stat.descriptive.summary</A><DD>Returns the sum of the natural logs for this collection of values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#SumOfLogs()"><B>SumOfLogs()</B></A> -
13098 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
13099 <DD>Create a SumOfLogs instance
13100 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html#SumOfLogs(org.apache.commons.math.stat.descriptive.summary.SumOfLogs)"><B>SumOfLogs(SumOfLogs)</B></A> -
13101 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfLogs.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfLogs</A>
13102 <DD>Copy constructor, creates a new <code>SumOfLogs</code> identical
13103 to the <code>original</code>
13104 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary"><B>SumOfSquares</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/summary/package-summary.html">org.apache.commons.math.stat.descriptive.summary</A><DD>Returns the sum of the squares of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#SumOfSquares()"><B>SumOfSquares()</B></A> -
13105 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
13106 <DD>Create a SumOfSquares instance
13107 <DT><A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html#SumOfSquares(org.apache.commons.math.stat.descriptive.summary.SumOfSquares)"><B>SumOfSquares(SumOfSquares)</B></A> -
13108 Constructor for class org.apache.commons.math.stat.descriptive.summary.<A HREF="./org/apache/commons/math/stat/descriptive/summary/SumOfSquares.html" title="class in org.apache.commons.math.stat.descriptive.summary">SumOfSquares</A>
13109 <DD>Copy constructor, creates a new <code>SumOfSquares</code> identical
13110 to the <code>original</code>
13111 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#sumsq"><B>sumsq</B></A> -
13112 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13113 <DD>sum of the square of each value that has been added
13114 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sumSq(double[])"><B>sumSq(double[])</B></A> -
13115 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13116 <DD>Returns the sum of the squares of the entries in the input array, or
13117 <code>Double.NaN</code> if the array is empty.
13118 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#sumSq(double[], int, int)"><B>sumSq(double[], int, int)</B></A> -
13119 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13120 <DD>Returns the sum of the squares of the entries in the specified portion of
13121 the input array, or <code>Double.NaN</code> if the designated subarray
13122 is empty.
13123 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>SynchronizedDescriptiveStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Implementation of
13124 <A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>DescriptiveStatistics</CODE></A> that
13125 is safe to use in a multithreaded environment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#SynchronizedDescriptiveStatistics()"><B>SynchronizedDescriptiveStatistics()</B></A> -
13126 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
13127 <DD>Construct an instance with infinite window
13128 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#SynchronizedDescriptiveStatistics(int)"><B>SynchronizedDescriptiveStatistics(int)</B></A> -
13129 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
13130 <DD>Construct an instance with finite window
13131 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#SynchronizedDescriptiveStatistics(org.apache.commons.math.stat.descriptive.SynchronizedDescriptiveStatistics)"><B>SynchronizedDescriptiveStatistics(SynchronizedDescriptiveStatistics)</B></A> -
13132 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
13133 <DD>A copy constructor.
13134 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>SynchronizedMultivariateSummaryStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Implementation of
13135 <A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>MultivariateSummaryStatistics</CODE></A> that
13136 is safe to use in a multithreaded environment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#SynchronizedMultivariateSummaryStatistics(int, boolean)"><B>SynchronizedMultivariateSummaryStatistics(int, boolean)</B></A> -
13137 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
13138 <DD>Construct a SynchronizedMultivariateSummaryStatistics instance
13139 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><B>SynchronizedSummaryStatistics</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Implementation of
13140 <A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive"><CODE>SummaryStatistics</CODE></A> that
13141 is safe to use in a multithreaded environment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#SynchronizedSummaryStatistics()"><B>SynchronizedSummaryStatistics()</B></A> -
13142 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
13143 <DD>Construct a SynchronizedSummaryStatistics instance
13144 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#SynchronizedSummaryStatistics(org.apache.commons.math.stat.descriptive.SynchronizedSummaryStatistics)"><B>SynchronizedSummaryStatistics(SynchronizedSummaryStatistics)</B></A> -
13145 Constructor for class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
13146 <DD>A copy constructor.
13147 </DL>
13148 <HR>
13149 <A NAME="_T_"><!-- --></A><H2>
13150 <B>T</B></H2>
13151 <DL>
13152 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#t(double, double[])"><B>t(double, double[])</B></A> -
13153 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13154 <DD>&nbsp;
13155 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#t(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(double, StatisticalSummary)</B></A> -
13156 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13157 <DD>&nbsp;
13158 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#t(double[], double[])"><B>t(double[], double[])</B></A> -
13159 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13160 <DD>&nbsp;
13161 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#t(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(StatisticalSummary, StatisticalSummary)</B></A> -
13162 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13163 <DD>&nbsp;
13164 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#t(double, double[])"><B>t(double, double[])</B></A> -
13165 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13166 <DD>Computes a <a href="http://www.itl.nist.gov/div898/handbook/prc/section2/prc22.htm#formula">
13167 t statistic </a> given observed values and a comparison constant.
13168 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#t(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(double, StatisticalSummary)</B></A> -
13169 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13170 <DD>Computes a <a href="http://www.itl.nist.gov/div898/handbook/prc/section2/prc22.htm#formula">
13171 t statistic </a> to use in comparing the mean of the dataset described by
13172 <code>sampleStats</code> to <code>mu</code>.
13173 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#t(double[], double[])"><B>t(double[], double[])</B></A> -
13174 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13175 <DD>Computes a 2-sample t statistic, without the hypothesis of equal
13176 subpopulation variances.
13177 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#t(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(StatisticalSummary, StatisticalSummary)</B></A> -
13178 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13179 <DD>Computes a 2-sample t statistic </a>, comparing the means of the datasets
13180 described by two <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A> instances, without the
13181 assumption of equal subpopulation variances.
13182 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(double, double[])"><B>t(double, double[])</B></A> -
13183 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13184 <DD>Computes a <a href="http://www.itl.nist.gov/div898/handbook/prc/section2/prc22.htm#formula">
13185 t statistic </a> given observed values and a comparison constant.
13186 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(double, StatisticalSummary)</B></A> -
13187 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13188 <DD>Computes a <a href="http://www.itl.nist.gov/div898/handbook/prc/section2/prc22.htm#formula">
13189 t statistic </a> to use in comparing the mean of the dataset described by
13190 <code>sampleStats</code> to <code>mu</code>.
13191 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(double[], double[])"><B>t(double[], double[])</B></A> -
13192 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13193 <DD>Computes a 2-sample t statistic, without the hypothesis of equal
13194 subpopulation variances.
13195 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>t(StatisticalSummary, StatisticalSummary)</B></A> -
13196 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13197 <DD>Computes a 2-sample t statistic </a>, comparing the means of the datasets
13198 described by two <A HREF="./org/apache/commons/math/stat/descriptive/StatisticalSummary.html" title="interface in org.apache.commons.math.stat.descriptive"><CODE>StatisticalSummary</CODE></A> instances, without the
13199 assumption of equal subpopulation variances.
13200 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(double, double, double, double)"><B>t(double, double, double, double)</B></A> -
13201 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13202 <DD>Computes t test statistic for 1-sample t-test.
13203 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#t(double, double, double, double, double, double)"><B>t(double, double, double, double, double, double)</B></A> -
13204 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13205 <DD>Computes t test statistic for 2-sample t-test.
13206 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#TAN"><B>TAN</B></A> -
13207 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
13208 <DD>The <code>Math.tan</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
13209 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#tan()"><B>tan()</B></A> -
13210 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
13211 <DD>Compute the
13212 <a href="http://mathworld.wolfram.com/Tangent.html" TARGET="_top">
13213 tangent</a> of this complex number.
13214 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#TANH"><B>TANH</B></A> -
13215 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
13216 <DD>The <code>Math.tanh</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
13217 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#tanh()"><B>tanh()</B></A> -
13218 Method in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
13219 <DD>Compute the
13220 <a href="http://mathworld.wolfram.com/HyperbolicTangent.html" TARGET="_top">
13221 hyperbolic tangent</a> of this complex number.
13222 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#targetValues"><B>targetValues</B></A> -
13223 Variable in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
13224 <DD>Target value for the objective functions at optimum.
13225 <DT><A HREF="./org/apache/commons/math/distribution/TDistribution.html" title="interface in org.apache.commons.math.distribution"><B>TDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Student's t-Distribution.<DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>TDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Default implementation of
13226 <A HREF="./org/apache/commons/math/distribution/TDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>TDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#TDistributionImpl(double, double)"><B>TDistributionImpl(double, double)</B></A> -
13227 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
13228 <DD>Create a t distribution using the given degrees of freedom and the
13229 specified inverse cumulative probability absolute accuracy.
13230 <DT><A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html#TDistributionImpl(double)"><B>TDistributionImpl(double)</B></A> -
13231 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/TDistributionImpl.html" title="class in org.apache.commons.math.distribution">TDistributionImpl</A>
13232 <DD>Create a t distribution using the given degrees of freedom.
13233 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#test(double[], int, int)"><B>test(double[], int, int)</B></A> -
13234 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
13235 <DD>This method is used by <code>evaluate(double[], int, int)</code> methods
13236 to verify that the input parameters designate a subarray of positive length.
13237 <DT><A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html#test(double[], double[], int, int)"><B>test(double[], double[], int, int)</B></A> -
13238 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/AbstractUnivariateStatistic.html" title="class in org.apache.commons.math.stat.descriptive">AbstractUnivariateStatistic</A>
13239 <DD>This method is used by <code>evaluate(double[], double[], int, int)</code> methods
13240 to verify that the begin and length parameters designate a subarray of positive length
13241 and the weights are all non-negative, non-NaN, finite, and not all zero.
13242 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference"><B>TestUtils</B></A> - Class in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>A collection of static methods to create inference test instances or to
13243 perform inference tests.<DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#TestUtils()"><B>TestUtils()</B></A> -
13244 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13245 <DD>Prevent instantiation.
13246 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>ThirdMoment</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes a statistic related to the Third Central Moment.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#ThirdMoment()"><B>ThirdMoment()</B></A> -
13247 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
13248 <DD>Create a FourthMoment instance
13249 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html#ThirdMoment(org.apache.commons.math.stat.descriptive.moment.ThirdMoment)"><B>ThirdMoment(ThirdMoment)</B></A> -
13250 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/ThirdMoment.html" title="class in org.apache.commons.math.stat.descriptive.moment">ThirdMoment</A>
13251 <DD>Copy constructor, creates a new <code>ThirdMoment</code> identical
13252 to the <code>original</code>
13253 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#THREE_FIFTHS"><B>THREE_FIFTHS</B></A> -
13254 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13255 <DD>A fraction representing "3/5".
13256 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#THREE_FIFTHS"><B>THREE_FIFTHS</B></A> -
13257 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13258 <DD>A fraction representing "3/5".
13259 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#THREE_QUARTERS"><B>THREE_QUARTERS</B></A> -
13260 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13261 <DD>A fraction representing "3/4".
13262 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#THREE_QUARTERS"><B>THREE_QUARTERS</B></A> -
13263 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13264 <DD>A fraction representing "3/4".
13265 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff"><B>ThreeEighthesIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/ode/nonstiff/package-summary.html">org.apache.commons.math.ode.nonstiff</A><DD>This class implements the 3/8 fourth order Runge-Kutta
13266 integrator for Ordinary Differential Equations.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegrator.html#ThreeEighthesIntegrator(double)"><B>ThreeEighthesIntegrator(double)</B></A> -
13267 Constructor for class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/ThreeEighthesIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">ThreeEighthesIntegrator</A>
13268 <DD>Simple constructor.
13269 <DT><A HREF="./org/apache/commons/math/stat/ranking/TiesStrategy.html" title="enum in org.apache.commons.math.stat.ranking"><B>TiesStrategy</B></A> - Enum in <A HREF="./org/apache/commons/math/stat/ranking/package-summary.html">org.apache.commons.math.stat.ranking</A><DD>Strategies for handling tied values in rank transformations.<DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#toArray()"><B>toArray()</B></A> -
13270 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
13271 <DD>Convert the vector to a double array.
13272 <DT><A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html#toArray()"><B>toArray()</B></A> -
13273 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayFieldVector.html" title="class in org.apache.commons.math.linear">ArrayFieldVector</A>
13274 <DD>Convert the vector to a T array.
13275 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#toArray()"><B>toArray()</B></A> -
13276 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
13277 <DD>Convert the vector to a double array.
13278 <DT><A HREF="./org/apache/commons/math/linear/FieldVector.html#toArray()"><B>toArray()</B></A> -
13279 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldVector.html" title="interface in org.apache.commons.math.linear">FieldVector</A>
13280 <DD>Convert the vector to a T array.
13281 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#toArray()"><B>toArray()</B></A> -
13282 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13283 <DD>Convert the vector to a double array.
13284 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#toArray()"><B>toArray()</B></A> -
13285 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
13286 <DD>Convert the vector to a double array.
13287 <DT><A HREF="./org/apache/commons/math/linear/SparseFieldVector.html#toArray()"><B>toArray()</B></A> -
13288 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/SparseFieldVector.html" title="class in org.apache.commons.math.linear">SparseFieldVector</A>
13289 <DD>Convert the vector to a T array.
13290 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#toBlocksLayout(T[][])"><B>toBlocksLayout(T[][])</B></A> -
13291 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
13292 <DD>Convert a data array from raw layout to blocks layout.
13293 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#toBlocksLayout(double[][])"><B>toBlocksLayout(double[][])</B></A> -
13294 Static method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
13295 <DD>Convert a data array from raw layout to blocks layout.
13296 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#toString()"><B>toString()</B></A> -
13297 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
13298 <DD>Returns a string representation of the polynomial.
13299 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#toString()"><B>toString()</B></A> -
13300 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13301 <DD>
13302 Returns the <code>String</code> representing this fraction, ie
13303 "num / dem" or just "num" if the denominator is one.
13304 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#toString()"><B>toString()</B></A> -
13305 Method in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13306 <DD>
13307 Returns the <code>String</code> representing this fraction, ie
13308 "num / dem" or just "num" if the denominator is one.
13309 <DT><A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html#toString()"><B>toString()</B></A> -
13310 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/AbstractListChromosome.html" title="class in org.apache.commons.math.genetics">AbstractListChromosome</A>
13311 <DD>
13312 <DT><A HREF="./org/apache/commons/math/genetics/ChromosomePair.html#toString()"><B>toString()</B></A> -
13313 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ChromosomePair.html" title="class in org.apache.commons.math.genetics">ChromosomePair</A>
13314 <DD>
13315 <DT><A HREF="./org/apache/commons/math/genetics/ListPopulation.html#toString()"><B>toString()</B></A> -
13316 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/ListPopulation.html" title="class in org.apache.commons.math.genetics">ListPopulation</A>
13317 <DD>
13318 <DT><A HREF="./org/apache/commons/math/genetics/RandomKey.html#toString()"><B>toString()</B></A> -
13319 Method in class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/RandomKey.html" title="class in org.apache.commons.math.genetics">RandomKey</A>
13320 <DD>
13321 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#toString()"><B>toString()</B></A> -
13322 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
13323 <DD>Get a string representation of the instance.
13324 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#toString()"><B>toString()</B></A> -
13325 Method in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13326 <DD>Get a string representation of this vector.
13327 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#toString()"><B>toString()</B></A> -
13328 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
13329 <DD>Get a string representation for this matrix.
13330 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#toString()"><B>toString()</B></A> -
13331 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
13332 <DD>Get a string representation for this matrix.
13333 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#toString()"><B>toString()</B></A> -
13334 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
13335 <DD>
13336 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#toString()"><B>toString()</B></A> -
13337 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
13338 <DD><B>Deprecated.</B>&nbsp;Get a string representation for this matrix.
13339 <DT><A HREF="./org/apache/commons/math/optimization/linear/Relationship.html#toString()"><B>toString()</B></A> -
13340 Method in enum org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/Relationship.html" title="enum in org.apache.commons.math.optimization.linear">Relationship</A>
13341 <DD>
13342 <DT><A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html#toString()"><B>toString()</B></A> -
13343 Method in class org.apache.commons.math.stat.clustering.<A HREF="./org/apache/commons/math/stat/clustering/EuclideanIntegerPoint.html" title="class in org.apache.commons.math.stat.clustering">EuclideanIntegerPoint</A>
13344 <DD>
13345 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#toString()"><B>toString()</B></A> -
13346 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
13347 <DD>Generates a text report displaying univariate statistics from values
13348 that have been added.
13349 <DT><A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html#toString()"><B>toString()</B></A> -
13350 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/MultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">MultivariateSummaryStatistics</A>
13351 <DD>Generates a text report displaying
13352 summary statistics from values that
13353 have been added.
13354 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#toString()"><B>toString()</B></A> -
13355 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13356 <DD>Generates a text report displaying summary statistics from values that
13357 have been added.
13358 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html#toString()"><B>toString()</B></A> -
13359 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedDescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedDescriptiveStatistics</A>
13360 <DD>Generates a text report displaying univariate statistics from values
13361 that have been added.
13362 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html#toString()"><B>toString()</B></A> -
13363 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedMultivariateSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedMultivariateSummaryStatistics</A>
13364 <DD>Generates a text report displaying
13365 summary statistics from values that
13366 have been added.
13367 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html#toString()"><B>toString()</B></A> -
13368 Method in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SynchronizedSummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SynchronizedSummaryStatistics</A>
13369 <DD>Generates a text report displaying summary statistics from values that
13370 have been added.
13371 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#toString()"><B>toString()</B></A> -
13372 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
13373 <DD>Return a string representation of this frequency
13374 distribution.
13375 <DT><A HREF="./org/apache/commons/math/genetics/TournamentSelection.html" title="class in org.apache.commons.math.genetics"><B>TournamentSelection</B></A> - Class in <A HREF="./org/apache/commons/math/genetics/package-summary.html">org.apache.commons.math.genetics</A><DD>Tournament selection scheme.<DT><A HREF="./org/apache/commons/math/genetics/TournamentSelection.html#TournamentSelection(int)"><B>TournamentSelection(int)</B></A> -
13376 Constructor for class org.apache.commons.math.genetics.<A HREF="./org/apache/commons/math/genetics/TournamentSelection.html" title="class in org.apache.commons.math.genetics">TournamentSelection</A>
13377 <DD>Creates a new TournamentSelection instance.
13378 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#transform(double[])"><B>transform(double[])</B></A> -
13379 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
13380 <DD>Transform the given real data set.
13381 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#transform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform(UnivariateRealFunction, double, double, int)</B></A> -
13382 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
13383 <DD>Transform the given real function, sampled on the given interval.
13384 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform(double[])"><B>transform(double[])</B></A> -
13385 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13386 <DD>Transform the given real data set.
13387 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform(UnivariateRealFunction, double, double, int)</B></A> -
13388 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13389 <DD>Transform the given real function, sampled on the given interval.
13390 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform(org.apache.commons.math.complex.Complex[])"><B>transform(Complex[])</B></A> -
13391 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13392 <DD>Transform the given complex data set.
13393 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#transform(double[])"><B>transform(double[])</B></A> -
13394 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
13395 <DD>Transform the given real data set.
13396 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#transform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform(UnivariateRealFunction, double, double, int)</B></A> -
13397 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
13398 <DD>Transform the given real function, sampled on the given interval.
13399 <DT><A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html#transform(int[])"><B>transform(int[])</B></A> -
13400 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastHadamardTransformer.html" title="class in org.apache.commons.math.transform">FastHadamardTransformer</A>
13401 <DD>Transform the given real data set.
13402 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#transform(double[])"><B>transform(double[])</B></A> -
13403 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
13404 <DD>Transform the given real data set.
13405 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#transform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform(UnivariateRealFunction, double, double, int)</B></A> -
13406 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
13407 <DD>Transform the given real function, sampled on the given interval.
13408 <DT><A HREF="./org/apache/commons/math/transform/RealTransformer.html#transform(double[])"><B>transform(double[])</B></A> -
13409 Method in interface org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/RealTransformer.html" title="interface in org.apache.commons.math.transform">RealTransformer</A>
13410 <DD>Transform the given real data set.
13411 <DT><A HREF="./org/apache/commons/math/transform/RealTransformer.html#transform(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform(UnivariateRealFunction, double, double, int)</B></A> -
13412 Method in interface org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/RealTransformer.html" title="interface in org.apache.commons.math.transform">RealTransformer</A>
13413 <DD>Transform the given real function, sampled on the given interval.
13414 <DT><A HREF="./org/apache/commons/math/util/DefaultTransformer.html#transform(java.lang.Object)"><B>transform(Object)</B></A> -
13415 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/DefaultTransformer.html" title="class in org.apache.commons.math.util">DefaultTransformer</A>
13416 <DD>&nbsp;
13417 <DT><A HREF="./org/apache/commons/math/util/NumberTransformer.html#transform(java.lang.Object)"><B>transform(Object)</B></A> -
13418 Method in interface org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/NumberTransformer.html" title="interface in org.apache.commons.math.util">NumberTransformer</A>
13419 <DD>Implementing this interface provides a facility to transform
13420 from Object to Double.
13421 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#transform(java.lang.Object)"><B>transform(Object)</B></A> -
13422 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
13423 <DD>Attempts to transform the Object against the map of
13424 NumberTransformers.
13425 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#transform2(double[])"><B>transform2(double[])</B></A> -
13426 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
13427 <DD>Transform the given real data set.
13428 <DT><A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html#transform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform2(UnivariateRealFunction, double, double, int)</B></A> -
13429 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastCosineTransformer.html" title="class in org.apache.commons.math.transform">FastCosineTransformer</A>
13430 <DD>Transform the given real function, sampled on the given interval.
13431 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform2(double[])"><B>transform2(double[])</B></A> -
13432 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13433 <DD>Transform the given real data set.
13434 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform2(UnivariateRealFunction, double, double, int)</B></A> -
13435 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13436 <DD>Transform the given real function, sampled on the given interval.
13437 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#transform2(org.apache.commons.math.complex.Complex[])"><B>transform2(Complex[])</B></A> -
13438 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13439 <DD>Transform the given complex data set.
13440 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#transform2(double[])"><B>transform2(double[])</B></A> -
13441 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
13442 <DD>Transform the given real data set.
13443 <DT><A HREF="./org/apache/commons/math/transform/FastSineTransformer.html#transform2(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, int)"><B>transform2(UnivariateRealFunction, double, double, int)</B></A> -
13444 Method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastSineTransformer.html" title="class in org.apache.commons.math.transform">FastSineTransformer</A>
13445 <DD>Transform the given real function, sampled on the given interval.
13446 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util"><B>TransformerMap</B></A> - Class in <A HREF="./org/apache/commons/math/util/package-summary.html">org.apache.commons.math.util</A><DD>This TansformerMap automates the transformation of mixed object types.<DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#TransformerMap()"><B>TransformerMap()</B></A> -
13447 Constructor for class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
13448 <DD>Build a map containing only the default transformer.
13449 <DT><A HREF="./org/apache/commons/math/util/TransformerMap.html#transformers()"><B>transformers()</B></A> -
13450 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/TransformerMap.html" title="class in org.apache.commons.math.util">TransformerMap</A>
13451 <DD>Returns the Set of NumberTransformers used as values
13452 in the map.
13453 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#transpose()"><B>transpose()</B></A> -
13454 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
13455 <DD>Returns the transpose of this matrix.
13456 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#transpose()"><B>transpose()</B></A> -
13457 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
13458 <DD>Returns the transpose of this matrix.
13459 <DT><A HREF="./org/apache/commons/math/linear/BigMatrix.html#transpose()"><B>transpose()</B></A> -
13460 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrix.html" title="interface in org.apache.commons.math.linear">BigMatrix</A>
13461 <DD><B>Deprecated.</B>&nbsp;Returns the transpose of this matrix.
13462 <DT><A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html#transpose()"><B>transpose()</B></A> -
13463 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BigMatrixImpl.html" title="class in org.apache.commons.math.linear">BigMatrixImpl</A>
13464 <DD><B>Deprecated.</B>&nbsp;Returns the transpose matrix.
13465 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#transpose()"><B>transpose()</B></A> -
13466 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
13467 <DD>Returns the transpose of this matrix.
13468 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#transpose()"><B>transpose()</B></A> -
13469 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
13470 <DD>Returns the transpose of this matrix.
13471 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#transpose()"><B>transpose()</B></A> -
13472 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
13473 <DD>Returns the transpose of this matrix.
13474 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#transpose()"><B>transpose()</B></A> -
13475 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
13476 <DD>Returns the transpose of this matrix.
13477 <DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration"><B>TrapezoidIntegrator</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Implements the <a href="http://mathworld.wolfram.com/TrapezoidalRule.html">
13478 Trapezoidal Rule</a> for integration of real univariate functions.<DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#TrapezoidIntegrator(org.apache.commons.math.analysis.UnivariateRealFunction)"><B>TrapezoidIntegrator(UnivariateRealFunction)</B></A> -
13479 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration">TrapezoidIntegrator</A>
13480 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the integrand function is passed as an argument
13481 to the <A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>TrapezoidIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>
13482 <DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#TrapezoidIntegrator()"><B>TrapezoidIntegrator()</B></A> -
13483 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration">TrapezoidIntegrator</A>
13484 <DD>Construct an integrator.
13485 <DT><A HREF="./org/apache/commons/math/special/Gamma.html#trigamma(double)"><B>trigamma(double)</B></A> -
13486 Static method in class org.apache.commons.math.special.<A HREF="./org/apache/commons/math/special/Gamma.html" title="class in org.apache.commons.math.special">Gamma</A>
13487 <DD>Computes the trigamma function of x.
13488 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double, double[], double)"><B>tTest(double, double[], double)</B></A> -
13489 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13490 <DD>&nbsp;
13491 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double, double[])"><B>tTest(double, double[])</B></A> -
13492 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13493 <DD>&nbsp;
13494 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(double, StatisticalSummary, double)</B></A> -
13495 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13496 <DD>&nbsp;
13497 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(double, StatisticalSummary)</B></A> -
13498 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13499 <DD>&nbsp;
13500 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double[], double[], double)"><B>tTest(double[], double[], double)</B></A> -
13501 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13502 <DD>&nbsp;
13503 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(double[], double[])"><B>tTest(double[], double[])</B></A> -
13504 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13505 <DD>&nbsp;
13506 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(StatisticalSummary, StatisticalSummary, double)</B></A> -
13507 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13508 <DD>&nbsp;
13509 <DT><A HREF="./org/apache/commons/math/stat/inference/TestUtils.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(StatisticalSummary, StatisticalSummary)</B></A> -
13510 Static method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TestUtils.html" title="class in org.apache.commons.math.stat.inference">TestUtils</A>
13511 <DD>&nbsp;
13512 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference"><B>TTest</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>An interface for Student's t-tests.<DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double, double[])"><B>tTest(double, double[])</B></A> -
13513 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13514 <DD>Returns the <i>observed significance level</i>, or
13515 <i>p-value</i>, associated with a one-sample, two-tailed t-test
13516 comparing the mean of the input array with the constant <code>mu</code>.
13517 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double, double[], double)"><B>tTest(double, double[], double)</B></A> -
13518 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13519 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13520 two-sided t-test</a> evaluating the null hypothesis that the mean of the population from
13521 which <code>sample</code> is drawn equals <code>mu</code>.
13522 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(double, StatisticalSummary)</B></A> -
13523 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13524 <DD>Returns the <i>observed significance level</i>, or
13525 <i>p-value</i>, associated with a one-sample, two-tailed t-test
13526 comparing the mean of the dataset described by <code>sampleStats</code>
13527 with the constant <code>mu</code>.
13528 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(double, StatisticalSummary, double)</B></A> -
13529 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13530 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13531 two-sided t-test</a> evaluating the null hypothesis that the mean of the
13532 population from which the dataset described by <code>stats</code> is
13533 drawn equals <code>mu</code>.
13534 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double[], double[])"><B>tTest(double[], double[])</B></A> -
13535 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13536 <DD>Returns the <i>observed significance level</i>, or
13537 <i>p-value</i>, associated with a two-sample, two-tailed t-test
13538 comparing the means of the input arrays.
13539 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(double[], double[], double)"><B>tTest(double[], double[], double)</B></A> -
13540 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13541 <DD>Performs a
13542 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13543 two-sided t-test</a> evaluating the null hypothesis that <code>sample1</code>
13544 and <code>sample2</code> are drawn from populations with the same mean,
13545 with significance level <code>alpha</code>.
13546 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(StatisticalSummary, StatisticalSummary)</B></A> -
13547 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13548 <DD>Returns the <i>observed significance level</i>, or
13549 <i>p-value</i>, associated with a two-sample, two-tailed t-test
13550 comparing the means of the datasets described by two StatisticalSummary
13551 instances.
13552 <DT><A HREF="./org/apache/commons/math/stat/inference/TTest.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(StatisticalSummary, StatisticalSummary, double)</B></A> -
13553 Method in interface org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference">TTest</A>
13554 <DD>Performs a
13555 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13556 two-sided t-test</a> evaluating the null hypothesis that
13557 <code>sampleStats1</code> and <code>sampleStats2</code> describe
13558 datasets drawn from populations with the same mean, with significance
13559 level <code>alpha</code>.
13560 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, double[])"><B>tTest(double, double[])</B></A> -
13561 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13562 <DD>Returns the <i>observed significance level</i>, or
13563 <i>p-value</i>, associated with a one-sample, two-tailed t-test
13564 comparing the mean of the input array with the constant <code>mu</code>.
13565 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, double[], double)"><B>tTest(double, double[], double)</B></A> -
13566 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13567 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13568 two-sided t-test</a> evaluating the null hypothesis that the mean of the population from
13569 which <code>sample</code> is drawn equals <code>mu</code>.
13570 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(double, StatisticalSummary)</B></A> -
13571 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13572 <DD>Returns the <i>observed significance level</i>, or
13573 <i>p-value</i>, associated with a one-sample, two-tailed t-test
13574 comparing the mean of the dataset described by <code>sampleStats</code>
13575 with the constant <code>mu</code>.
13576 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(double, StatisticalSummary, double)</B></A> -
13577 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13578 <DD>Performs a <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13579 two-sided t-test</a> evaluating the null hypothesis that the mean of the
13580 population from which the dataset described by <code>stats</code> is
13581 drawn equals <code>mu</code>.
13582 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double[], double[])"><B>tTest(double[], double[])</B></A> -
13583 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13584 <DD>Returns the <i>observed significance level</i>, or
13585 <i>p-value</i>, associated with a two-sample, two-tailed t-test
13586 comparing the means of the input arrays.
13587 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double[], double[], double)"><B>tTest(double[], double[], double)</B></A> -
13588 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13589 <DD>Performs a
13590 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13591 two-sided t-test</a> evaluating the null hypothesis that <code>sample1</code>
13592 and <code>sample2</code> are drawn from populations with the same mean,
13593 with significance level <code>alpha</code>.
13594 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary)"><B>tTest(StatisticalSummary, StatisticalSummary)</B></A> -
13595 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13596 <DD>Returns the <i>observed significance level</i>, or
13597 <i>p-value</i>, associated with a two-sample, two-tailed t-test
13598 comparing the means of the datasets described by two StatisticalSummary
13599 instances.
13600 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(org.apache.commons.math.stat.descriptive.StatisticalSummary, org.apache.commons.math.stat.descriptive.StatisticalSummary, double)"><B>tTest(StatisticalSummary, StatisticalSummary, double)</B></A> -
13601 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13602 <DD>Performs a
13603 <a href="http://www.itl.nist.gov/div898/handbook/eda/section3/eda353.htm">
13604 two-sided t-test</a> evaluating the null hypothesis that
13605 <code>sampleStats1</code> and <code>sampleStats2</code> describe
13606 datasets drawn from populations with the same mean, with significance
13607 level <code>alpha</code>.
13608 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, double, double, double)"><B>tTest(double, double, double, double)</B></A> -
13609 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13610 <DD>Computes p-value for 2-sided, 1-sample t-test.
13611 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#tTest(double, double, double, double, double, double)"><B>tTest(double, double, double, double, double, double)</B></A> -
13612 Method in class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13613 <DD>Computes p-value for 2-sided, 2-sample t-test.
13614 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference"><B>TTestImpl</B></A> - Class in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>Implements t-test statistics defined in the <A HREF="./org/apache/commons/math/stat/inference/TTest.html" title="interface in org.apache.commons.math.stat.inference"><CODE>TTest</CODE></A> interface.<DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#TTestImpl()"><B>TTestImpl()</B></A> -
13615 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13616 <DD>Default constructor.
13617 <DT><A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html#TTestImpl(org.apache.commons.math.distribution.TDistribution)"><B>TTestImpl(TDistribution)</B></A> -
13618 Constructor for class org.apache.commons.math.stat.inference.<A HREF="./org/apache/commons/math/stat/inference/TTestImpl.html" title="class in org.apache.commons.math.stat.inference">TTestImpl</A>
13619 <DD>Create a test instance using the given distribution for computing
13620 inference statistics.
13621 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#TWO"><B>TWO</B></A> -
13622 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13623 <DD>A fraction representing "2 / 1".
13624 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#TWO"><B>TWO</B></A> -
13625 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13626 <DD>A fraction representing "2 / 1".
13627 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#TWO_FIFTHS"><B>TWO_FIFTHS</B></A> -
13628 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13629 <DD>A fraction representing "2/5".
13630 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#TWO_FIFTHS"><B>TWO_FIFTHS</B></A> -
13631 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13632 <DD>A fraction representing "2/5".
13633 <DT><A HREF="./org/apache/commons/math/util/MathUtils.html#TWO_PI"><B>TWO_PI</B></A> -
13634 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/MathUtils.html" title="class in org.apache.commons.math.util">MathUtils</A>
13635 <DD>2 &pi;.
13636 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#TWO_QUARTERS"><B>TWO_QUARTERS</B></A> -
13637 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13638 <DD>A fraction representing "2/4".
13639 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#TWO_QUARTERS"><B>TWO_QUARTERS</B></A> -
13640 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13641 <DD>A fraction representing "2/4".
13642 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#TWO_THIRDS"><B>TWO_THIRDS</B></A> -
13643 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
13644 <DD>A fraction representing "2/3".
13645 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#TWO_THIRDS"><B>TWO_THIRDS</B></A> -
13646 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
13647 <DD>A fraction representing "2/3".
13648 </DL>
13649 <HR>
13650 <A NAME="_U_"><!-- --></A><H2>
13651 <B>U</B></H2>
13652 <DL>
13653 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ULP"><B>ULP</B></A> -
13654 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
13655 <DD>The <code>Math.ulp</code> method wrapped as a <A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis"><CODE>ComposableFunction</CODE></A>.
13656 <DT><A HREF="./org/apache/commons/math/optimization/linear/UnboundedSolutionException.html" title="class in org.apache.commons.math.optimization.linear"><B>UnboundedSolutionException</B></A> - Exception in <A HREF="./org/apache/commons/math/optimization/linear/package-summary.html">org.apache.commons.math.optimization.linear</A><DD>This class represents exceptions thrown by optimizers when a solution
13657 escapes to infinity.<DT><A HREF="./org/apache/commons/math/optimization/linear/UnboundedSolutionException.html#UnboundedSolutionException()"><B>UnboundedSolutionException()</B></A> -
13658 Constructor for exception org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/UnboundedSolutionException.html" title="class in org.apache.commons.math.optimization.linear">UnboundedSolutionException</A>
13659 <DD>Simple constructor using a default message.
13660 <DT><A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random"><B>UncorrelatedRandomVectorGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>A <A HREF="./org/apache/commons/math/random/RandomVectorGenerator.html" title="interface in org.apache.commons.math.random"><CODE>RandomVectorGenerator</CODE></A> that generates vectors with uncorrelated
13661 components.<DT><A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html#UncorrelatedRandomVectorGenerator(double[], double[], org.apache.commons.math.random.NormalizedRandomGenerator)"><B>UncorrelatedRandomVectorGenerator(double[], double[], NormalizedRandomGenerator)</B></A> -
13662 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UncorrelatedRandomVectorGenerator</A>
13663 <DD>Simple constructor.
13664 <DT><A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html#UncorrelatedRandomVectorGenerator(int, org.apache.commons.math.random.NormalizedRandomGenerator)"><B>UncorrelatedRandomVectorGenerator(int, NormalizedRandomGenerator)</B></A> -
13665 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UncorrelatedRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UncorrelatedRandomVectorGenerator</A>
13666 <DD>Simple constructor.
13667 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#UNIFORM_MODE"><B>UNIFORM_MODE</B></A> -
13668 Static variable in class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
13669 <DD>Uniform random deviates with mean = &mu;.
13670 <DT><A HREF="./org/apache/commons/math/random/UniformRandomGenerator.html" title="class in org.apache.commons.math.random"><B>UniformRandomGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>This class implements a normalized uniform random generator.<DT><A HREF="./org/apache/commons/math/random/UniformRandomGenerator.html#UniformRandomGenerator(org.apache.commons.math.random.RandomGenerator)"><B>UniformRandomGenerator(RandomGenerator)</B></A> -
13671 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UniformRandomGenerator.html" title="class in org.apache.commons.math.random">UniformRandomGenerator</A>
13672 <DD>Create a new generator.
13673 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#unitize()"><B>unitize()</B></A> -
13674 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
13675 <DD>Converts this vector into a unit vector.
13676 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#unitize()"><B>unitize()</B></A> -
13677 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
13678 <DD>Converts this vector into a unit vector.
13679 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#unitize()"><B>unitize()</B></A> -
13680 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13681 <DD>Converts this vector into a unit vector.
13682 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#unitize()"><B>unitize()</B></A> -
13683 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
13684 <DD>Converts this vector into a unit vector.
13685 <DT><A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html" title="class in org.apache.commons.math.random"><B>UnitSphereRandomVectorGenerator</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Generate random vectors isotropically located on the surface of a sphere.<DT><A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html#UnitSphereRandomVectorGenerator(int, org.apache.commons.math.random.RandomGenerator)"><B>UnitSphereRandomVectorGenerator(int, RandomGenerator)</B></A> -
13686 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UnitSphereRandomVectorGenerator</A>
13687 <DD>&nbsp;
13688 <DT><A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html#UnitSphereRandomVectorGenerator(int)"><B>UnitSphereRandomVectorGenerator(int)</B></A> -
13689 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/UnitSphereRandomVectorGenerator.html" title="class in org.apache.commons.math.random">UnitSphereRandomVectorGenerator</A>
13690 <DD>Create an object that will use a default RNG (<A HREF="./org/apache/commons/math/random/MersenneTwister.html" title="class in org.apache.commons.math.random"><CODE>MersenneTwister</CODE></A>),
13691 in order to generate the individual components.
13692 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealVector.html#unitVector()"><B>unitVector()</B></A> -
13693 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealVector.html" title="class in org.apache.commons.math.linear">AbstractRealVector</A>
13694 <DD>Creates a unit vector pointing in the direction of this vector.
13695 <DT><A HREF="./org/apache/commons/math/linear/ArrayRealVector.html#unitVector()"><B>unitVector()</B></A> -
13696 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/ArrayRealVector.html" title="class in org.apache.commons.math.linear">ArrayRealVector</A>
13697 <DD>Creates a unit vector pointing in the direction of this vector.
13698 <DT><A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html#unitVector()"><B>unitVector()</B></A> -
13699 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/OpenMapRealVector.html" title="class in org.apache.commons.math.linear">OpenMapRealVector</A>
13700 <DD>Creates a unit vector pointing in the direction of this vector.
13701 <DT><A HREF="./org/apache/commons/math/linear/RealVector.html#unitVector()"><B>unitVector()</B></A> -
13702 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealVector.html" title="interface in org.apache.commons.math.linear">RealVector</A>
13703 <DD>Creates a unit vector pointing in the direction of this vector.
13704 <DT><A HREF="./org/apache/commons/math/analysis/UnivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis"><B>UnivariateMatrixFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a univariate matrix function.<DT><A HREF="./org/apache/commons/math/analysis/UnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis"><B>UnivariateRealFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a univariate real function.<DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html" title="interface in org.apache.commons.math.analysis.integration"><B>UnivariateRealIntegrator</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Interface for univariate real integration algorithms.<DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration"><B>UnivariateRealIntegratorImpl</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/integration/package-summary.html">org.apache.commons.math.analysis.integration</A><DD>Provide a default implementation for several generic functions.<DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#UnivariateRealIntegratorImpl(org.apache.commons.math.analysis.UnivariateRealFunction, int)"><B>UnivariateRealIntegratorImpl(UnivariateRealFunction, int)</B></A> -
13705 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
13706 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the integrand function is passed as an argument
13707 to the <A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegrator.html#integrate(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealIntegrator.integrate(UnivariateRealFunction, double, double)</CODE></A>method.</I>
13708 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#UnivariateRealIntegratorImpl(int)"><B>UnivariateRealIntegratorImpl(int)</B></A> -
13709 Constructor for class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
13710 <DD>Construct an integrator with given iteration count and accuracy.
13711 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/UnivariateRealInterpolator.html" title="interface in org.apache.commons.math.analysis.interpolation"><B>UnivariateRealInterpolator</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/interpolation/package-summary.html">org.apache.commons.math.analysis.interpolation</A><DD>Interface representing a univariate real interpolating function.<DT><A HREF="./org/apache/commons/math/optimization/UnivariateRealOptimizer.html" title="interface in org.apache.commons.math.optimization"><B>UnivariateRealOptimizer</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>Interface for (univariate real) optimization algorithms.<DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><B>UnivariateRealSolver</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Interface for (univariate real) rootfinding algorithms.<DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers"><B>UnivariateRealSolverFactory</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Abstract factory class used to create <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A> instances.<DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html#UnivariateRealSolverFactory()"><B>UnivariateRealSolverFactory()</B></A> -
13712 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactory</A>
13713 <DD>Default constructor.
13714 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers"><B>UnivariateRealSolverFactoryImpl</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>A concrete <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactory.html" title="class in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolverFactory</CODE></A>.<DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html#UnivariateRealSolverFactoryImpl()"><B>UnivariateRealSolverFactoryImpl()</B></A> -
13715 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverFactoryImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverFactoryImpl</A>
13716 <DD>Default constructor.
13717 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers"><B>UnivariateRealSolverImpl</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Provide a default implementation for several functions useful to generic
13718 solvers.<DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#UnivariateRealSolverImpl(org.apache.commons.math.analysis.UnivariateRealFunction, int, double)"><B>UnivariateRealSolverImpl(UnivariateRealFunction, int, double)</B></A> -
13719 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
13720 <DD><B>Deprecated.</B>&nbsp;<I>as of 2.0 the function to solve is passed as an argument
13721 to the <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double)</CODE></A> or
13722 <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html#solve(org.apache.commons.math.analysis.UnivariateRealFunction, double, double, double)"><CODE>UnivariateRealSolver.solve(UnivariateRealFunction, double, double, double)</CODE></A>
13723 method.</I>
13724 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#UnivariateRealSolverImpl(int, double)"><B>UnivariateRealSolverImpl(int, double)</B></A> -
13725 Constructor for class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
13726 <DD>Construct a solver with given iteration count and accuracy.
13727 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverUtils.html" title="class in org.apache.commons.math.analysis.solvers"><B>UnivariateRealSolverUtils</B></A> - Class in <A HREF="./org/apache/commons/math/analysis/solvers/package-summary.html">org.apache.commons.math.analysis.solvers</A><DD>Utility routines for <A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolver.html" title="interface in org.apache.commons.math.analysis.solvers"><CODE>UnivariateRealSolver</CODE></A> objects.<DT><A HREF="./org/apache/commons/math/stat/descriptive/UnivariateStatistic.html" title="interface in org.apache.commons.math.stat.descriptive"><B>UnivariateStatistic</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Base interface implemented by all statistics.<DT><A HREF="./org/apache/commons/math/analysis/UnivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis"><B>UnivariateVectorialFunction</B></A> - Interface in <A HREF="./org/apache/commons/math/analysis/package-summary.html">org.apache.commons.math.analysis</A><DD>An interface representing a univariate vectorial function.<DT><A HREF="./org/apache/commons/math/stat/inference/UnknownDistributionChiSquareTest.html" title="interface in org.apache.commons.math.stat.inference"><B>UnknownDistributionChiSquareTest</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/inference/package-summary.html">org.apache.commons.math.stat.inference</A><DD>An interface for Chi-Square tests for unknown distributions.<DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#updateHighOrderDerivativesPhase1(org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>updateHighOrderDerivativesPhase1(Array2DRowRealMatrix)</B></A> -
13728 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
13729 <DD>Update the high order scaled derivatives for Adams integrators (phase 1).
13730 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html#updateHighOrderDerivativesPhase1(org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>updateHighOrderDerivativesPhase1(Array2DRowRealMatrix)</B></A> -
13731 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsNordsieckTransformer</A>
13732 <DD>Update the high order scaled derivatives for Adams integrators (phase 1).
13733 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html#updateHighOrderDerivativesPhase2(double[], double[], org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>updateHighOrderDerivativesPhase2(double[], double[], Array2DRowRealMatrix)</B></A> -
13734 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsIntegrator</A>
13735 <DD>Update the high order scaled derivatives Adams integrators (phase 2).
13736 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html#updateHighOrderDerivativesPhase2(double[], double[], org.apache.commons.math.linear.Array2DRowRealMatrix)"><B>updateHighOrderDerivativesPhase2(double[], double[], Array2DRowRealMatrix)</B></A> -
13737 Method in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdamsNordsieckTransformer.html" title="class in org.apache.commons.math.ode.nonstiff">AdamsNordsieckTransformer</A>
13738 <DD>Update the high order scaled derivatives Adams integrators (phase 2).
13739 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#updateJacobian()"><B>updateJacobian()</B></A> -
13740 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
13741 <DD><B>Deprecated.</B>&nbsp;Update the jacobian matrix.
13742 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#updateJacobian()"><B>updateJacobian()</B></A> -
13743 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
13744 <DD>Update the jacobian matrix.
13745 <DT><A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html#updateResidualsAndCost()"><B>updateResidualsAndCost()</B></A> -
13746 Method in class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/AbstractEstimator.html" title="class in org.apache.commons.math.estimation">AbstractEstimator</A>
13747 <DD><B>Deprecated.</B>&nbsp;Update the residuals array and cost function value.
13748 <DT><A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html#updateResidualsAndCost()"><B>updateResidualsAndCost()</B></A> -
13749 Method in class org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/AbstractLeastSquaresOptimizer.html" title="class in org.apache.commons.math.optimization.general">AbstractLeastSquaresOptimizer</A>
13750 <DD>Update the residuals array and cost function value.
13751 <DT><A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html#upperCumulativeProbability(int)"><B>upperCumulativeProbability(int)</B></A> -
13752 Method in class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/HypergeometricDistributionImpl.html" title="class in org.apache.commons.math.distribution">HypergeometricDistributionImpl</A>
13753 <DD>For this distribution, X, this method returns P(X &ge; x).
13754 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html#UPSIDE_VARIANCE"><B>UPSIDE_VARIANCE</B></A> -
13755 Static variable in class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">SemiVariance</A>
13756 <DD>The UPSIDE Direction is used to specify that the observations above the
13757 cutoff point will be used to calculate SemiVariance.
13758 </DL>
13759 <HR>
13760 <A NAME="_V_"><!-- --></A><H2>
13761 <B>V</B></H2>
13762 <DL>
13763 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#validateCovarianceData(double[][], double[][])"><B>validateCovarianceData(double[][], double[][])</B></A> -
13764 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
13765 <DD>Validates sample data.
13766 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#validateSampleData(double[][], double[])"><B>validateSampleData(double[][], double[])</B></A> -
13767 Method in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
13768 <DD>Validates sample data.
13769 <DT><A HREF="./org/apache/commons/math/analysis/BinaryFunction.html#value(double, double)"><B>value(double, double)</B></A> -
13770 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BinaryFunction.html" title="class in org.apache.commons.math.analysis">BinaryFunction</A>
13771 <DD>Compute the value for the function.
13772 <DT><A HREF="./org/apache/commons/math/analysis/BivariateRealFunction.html#value(double, double)"><B>value(double, double)</B></A> -
13773 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/BivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">BivariateRealFunction</A>
13774 <DD>Compute the value for the function.
13775 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#value(double)"><B>value(double)</B></A> -
13776 Method in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
13777 <DD>Compute the value for the function.
13778 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.html#value(double, double)"><B>value(double, double)</B></A> -
13779 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/BicubicSplineInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation">BicubicSplineInterpolatingFunction</A>
13780 <DD>Compute the value for the function.
13781 <DT><A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.html#value(double[])"><B>value(double[])</B></A> -
13782 Method in class org.apache.commons.math.analysis.interpolation.<A HREF="./org/apache/commons/math/analysis/interpolation/MicrosphereInterpolatingFunction.html" title="class in org.apache.commons.math.analysis.interpolation">MicrosphereInterpolatingFunction</A>
13783 <DD>&nbsp;
13784 <DT><A HREF="./org/apache/commons/math/analysis/MultivariateMatrixFunction.html#value(double[])"><B>value(double[])</B></A> -
13785 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/MultivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis">MultivariateMatrixFunction</A>
13786 <DD>Compute the value for the function at the given point.
13787 <DT><A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html#value(double[])"><B>value(double[])</B></A> -
13788 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/MultivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">MultivariateRealFunction</A>
13789 <DD>Compute the value for the function at the given point.
13790 <DT><A HREF="./org/apache/commons/math/analysis/MultivariateVectorialFunction.html#value(double[])"><B>value(double[])</B></A> -
13791 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/MultivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis">MultivariateVectorialFunction</A>
13792 <DD>Compute the value for the function at the given point.
13793 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html#value(double)"><B>value(double)</B></A> -
13794 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunction</A>
13795 <DD>Compute the value of the function for the given argument.
13796 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#value(double)"><B>value(double)</B></A> -
13797 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
13798 <DD>Calculate the function value at the given point.
13799 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#value(double)"><B>value(double)</B></A> -
13800 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
13801 <DD>Calculate the function value at the given point.
13802 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html#value(double)"><B>value(double)</B></A> -
13803 Method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialSplineFunction.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialSplineFunction</A>
13804 <DD>Compute the value for the function.
13805 <DT><A HREF="./org/apache/commons/math/analysis/UnivariateMatrixFunction.html#value(double)"><B>value(double)</B></A> -
13806 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/UnivariateMatrixFunction.html" title="interface in org.apache.commons.math.analysis">UnivariateMatrixFunction</A>
13807 <DD>Compute the value for the function.
13808 <DT><A HREF="./org/apache/commons/math/analysis/UnivariateRealFunction.html#value(double)"><B>value(double)</B></A> -
13809 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/UnivariateRealFunction.html" title="interface in org.apache.commons.math.analysis">UnivariateRealFunction</A>
13810 <DD>Compute the value for the function.
13811 <DT><A HREF="./org/apache/commons/math/analysis/UnivariateVectorialFunction.html#value(double)"><B>value(double)</B></A> -
13812 Method in interface org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/UnivariateVectorialFunction.html" title="interface in org.apache.commons.math.analysis">UnivariateVectorialFunction</A>
13813 <DD>Compute the value for the function.
13814 <DT><A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html#value(double)"><B>value(double)</B></A> -
13815 Method in class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/HarmonicFunction.html" title="class in org.apache.commons.math.optimization.fitting">HarmonicFunction</A>
13816 <DD>Compute the value for the function.
13817 <DT><A HREF="./org/apache/commons/math/optimization/fitting/ParametricRealFunction.html#value(double, double[])"><B>value(double, double[])</B></A> -
13818 Method in interface org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/ParametricRealFunction.html" title="interface in org.apache.commons.math.optimization.fitting">ParametricRealFunction</A>
13819 <DD>Compute the value of the function.
13820 <DT><A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html#value(double[])"><B>value(double[])</B></A> -
13821 Method in class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/LeastSquaresConverter.html" title="class in org.apache.commons.math.optimization">LeastSquaresConverter</A>
13822 <DD>Compute the value for the function at the given point.
13823 <DT><A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html#value()"><B>value()</B></A> -
13824 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToDoubleHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToDoubleHashMap.Iterator</A>
13825 <DD>Get the value of current entry.
13826 <DT><A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html#value()"><B>value()</B></A> -
13827 Method in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/OpenIntToFieldHashMap.Iterator.html" title="class in org.apache.commons.math.util">OpenIntToFieldHashMap.Iterator</A>
13828 <DD>Get the value of current entry.
13829 <DT><A HREF="./org/apache/commons/math/optimization/general/ConjugateGradientFormula.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13830 Static method in enum org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math.optimization.general">ConjugateGradientFormula</A>
13831 <DD>Returns the enum constant of this type with the specified name.
13832 <DT><A HREF="./org/apache/commons/math/optimization/GoalType.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13833 Static method in enum org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/GoalType.html" title="enum in org.apache.commons.math.optimization">GoalType</A>
13834 <DD>Returns the enum constant of this type with the specified name.
13835 <DT><A HREF="./org/apache/commons/math/optimization/linear/Relationship.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13836 Static method in enum org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/Relationship.html" title="enum in org.apache.commons.math.optimization.linear">Relationship</A>
13837 <DD>Returns the enum constant of this type with the specified name.
13838 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.Direction.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13839 Static method in enum org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.Direction.html" title="enum in org.apache.commons.math.stat.descriptive.moment">SemiVariance.Direction</A>
13840 <DD>Returns the enum constant of this type with the specified name.
13841 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaNStrategy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13842 Static method in enum org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaNStrategy.html" title="enum in org.apache.commons.math.stat.ranking">NaNStrategy</A>
13843 <DD>Returns the enum constant of this type with the specified name.
13844 <DT><A HREF="./org/apache/commons/math/stat/ranking/TiesStrategy.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
13845 Static method in enum org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/TiesStrategy.html" title="enum in org.apache.commons.math.stat.ranking">TiesStrategy</A>
13846 <DD>Returns the enum constant of this type with the specified name.
13847 <DT><A HREF="./org/apache/commons/math/optimization/general/ConjugateGradientFormula.html#values()"><B>values()</B></A> -
13848 Static method in enum org.apache.commons.math.optimization.general.<A HREF="./org/apache/commons/math/optimization/general/ConjugateGradientFormula.html" title="enum in org.apache.commons.math.optimization.general">ConjugateGradientFormula</A>
13849 <DD>Returns an array containing the constants of this enum type, in
13850 the order they are declared.
13851 <DT><A HREF="./org/apache/commons/math/optimization/GoalType.html#values()"><B>values()</B></A> -
13852 Static method in enum org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/GoalType.html" title="enum in org.apache.commons.math.optimization">GoalType</A>
13853 <DD>Returns an array containing the constants of this enum type, in
13854 the order they are declared.
13855 <DT><A HREF="./org/apache/commons/math/optimization/linear/Relationship.html#values()"><B>values()</B></A> -
13856 Static method in enum org.apache.commons.math.optimization.linear.<A HREF="./org/apache/commons/math/optimization/linear/Relationship.html" title="enum in org.apache.commons.math.optimization.linear">Relationship</A>
13857 <DD>Returns an array containing the constants of this enum type, in
13858 the order they are declared.
13859 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.Direction.html#values()"><B>values()</B></A> -
13860 Static method in enum org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/SemiVariance.Direction.html" title="enum in org.apache.commons.math.stat.descriptive.moment">SemiVariance.Direction</A>
13861 <DD>Returns an array containing the constants of this enum type, in
13862 the order they are declared.
13863 <DT><A HREF="./org/apache/commons/math/stat/ranking/NaNStrategy.html#values()"><B>values()</B></A> -
13864 Static method in enum org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/NaNStrategy.html" title="enum in org.apache.commons.math.stat.ranking">NaNStrategy</A>
13865 <DD>Returns an array containing the constants of this enum type, in
13866 the order they are declared.
13867 <DT><A HREF="./org/apache/commons/math/stat/ranking/TiesStrategy.html#values()"><B>values()</B></A> -
13868 Static method in enum org.apache.commons.math.stat.ranking.<A HREF="./org/apache/commons/math/stat/ranking/TiesStrategy.html" title="enum in org.apache.commons.math.stat.ranking">TiesStrategy</A>
13869 <DD>Returns an array containing the constants of this enum type, in
13870 the order they are declared.
13871 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random"><B>ValueServer</B></A> - Class in <A HREF="./org/apache/commons/math/random/package-summary.html">org.apache.commons.math.random</A><DD>Generates values for use in simulation applications.<DT><A HREF="./org/apache/commons/math/random/ValueServer.html#ValueServer()"><B>ValueServer()</B></A> -
13872 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
13873 <DD>Creates new ValueServer
13874 <DT><A HREF="./org/apache/commons/math/random/ValueServer.html#ValueServer(org.apache.commons.math.random.RandomData)"><B>ValueServer(RandomData)</B></A> -
13875 Constructor for class org.apache.commons.math.random.<A HREF="./org/apache/commons/math/random/ValueServer.html" title="class in org.apache.commons.math.random">ValueServer</A>
13876 <DD>Construct a ValueServer instance using a RandomData as its source
13877 of random data.
13878 <DT><A HREF="./org/apache/commons/math/stat/Frequency.html#valuesIterator()"><B>valuesIterator()</B></A> -
13879 Method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/Frequency.html" title="class in org.apache.commons.math.stat">Frequency</A>
13880 <DD>Returns an Iterator over the set of values that have been added.
13881 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>Variance</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Computes the variance of the available values.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#Variance()"><B>Variance()</B></A> -
13882 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
13883 <DD>Constructs a Variance with default (true) <code>isBiasCorrected</code>
13884 property.
13885 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#Variance(org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>Variance(SecondMoment)</B></A> -
13886 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
13887 <DD>Constructs a Variance based on an external second moment.
13888 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#Variance(boolean)"><B>Variance(boolean)</B></A> -
13889 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
13890 <DD>Constructs a Variance with the specified <code>isBiasCorrected</code>
13891 property
13892 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#Variance(boolean, org.apache.commons.math.stat.descriptive.moment.SecondMoment)"><B>Variance(boolean, SecondMoment)</B></A> -
13893 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
13894 <DD>Constructs a Variance with the specified <code>isBiasCorrected</code>
13895 property and the supplied external second moment.
13896 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html#Variance(org.apache.commons.math.stat.descriptive.moment.Variance)"><B>Variance(Variance)</B></A> -
13897 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/Variance.html" title="class in org.apache.commons.math.stat.descriptive.moment">Variance</A>
13898 <DD>Copy constructor, creates a new <code>Variance</code> identical
13899 to the <code>original</code>
13900 <DT><A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html#variance"><B>variance</B></A> -
13901 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/SummaryStatistics.html" title="class in org.apache.commons.math.stat.descriptive">SummaryStatistics</A>
13902 <DD>variance of values that have been added
13903 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#variance(double[])"><B>variance(double[])</B></A> -
13904 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13905 <DD>Returns the variance of the entries in the input array, or
13906 <code>Double.NaN</code> if the array is empty.
13907 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#variance(double[], int, int)"><B>variance(double[], int, int)</B></A> -
13908 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13909 <DD>Returns the variance of the entries in the specified portion of
13910 the input array, or <code>Double.NaN</code> if the designated subarray
13911 is empty.
13912 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#variance(double[], double, int, int)"><B>variance(double[], double, int, int)</B></A> -
13913 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13914 <DD>Returns the variance of the entries in the specified portion of
13915 the input array, using the precomputed mean value.
13916 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#variance(double[], double)"><B>variance(double[], double)</B></A> -
13917 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13918 <DD>Returns the variance of the entries in the input array, using the
13919 precomputed mean value.
13920 <DT><A HREF="./org/apache/commons/math/stat/StatUtils.html#varianceDifference(double[], double[], double)"><B>varianceDifference(double[], double[], double)</B></A> -
13921 Static method in class org.apache.commons.math.stat.<A HREF="./org/apache/commons/math/stat/StatUtils.html" title="class in org.apache.commons.math.stat">StatUtils</A>
13922 <DD>Returns the variance of the (signed) differences between corresponding elements of the
13923 input arrays -- i.e., var(sample1[i] - sample2[i]).
13924 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#vecAbsoluteTolerance"><B>vecAbsoluteTolerance</B></A> -
13925 Variable in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
13926 <DD>Allowed absolute vectorial error.
13927 <DT><A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html#vecRelativeTolerance"><B>vecRelativeTolerance</B></A> -
13928 Variable in class org.apache.commons.math.ode.nonstiff.<A HREF="./org/apache/commons/math/ode/nonstiff/AdaptiveStepsizeIntegrator.html" title="class in org.apache.commons.math.ode.nonstiff">AdaptiveStepsizeIntegrator</A>
13929 <DD>Allowed relative vectorial error.
13930 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry"><B>Vector3D</B></A> - Class in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>This class implements vectors in a three-dimensional space.<DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, double, double)"><B>Vector3D(double, double, double)</B></A> -
13931 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13932 <DD>Simple constructor.
13933 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, double)"><B>Vector3D(double, double)</B></A> -
13934 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13935 <DD>Simple constructor.
13936 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, org.apache.commons.math.geometry.Vector3D)"><B>Vector3D(double, Vector3D)</B></A> -
13937 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13938 <DD>Multiplicative constructor
13939 Build a vector from another one and a scale factor.
13940 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D)"><B>Vector3D(double, Vector3D, double, Vector3D)</B></A> -
13941 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13942 <DD>Linear constructor
13943 Build a vector from two other ones and corresponding scale factors.
13944 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D)"><B>Vector3D(double, Vector3D, double, Vector3D, double, Vector3D)</B></A> -
13945 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13946 <DD>Linear constructor
13947 Build a vector from three other ones and corresponding scale factors.
13948 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#Vector3D(double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D, double, org.apache.commons.math.geometry.Vector3D)"><B>Vector3D(double, Vector3D, double, Vector3D, double, Vector3D, double, Vector3D)</B></A> -
13949 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
13950 <DD>Linear constructor
13951 Build a vector from four other ones and corresponding scale factors.
13952 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry"><B>Vector3DFormat</B></A> - Class in <A HREF="./org/apache/commons/math/geometry/package-summary.html">org.apache.commons.math.geometry</A><DD>Formats a 3D vector in components list format "{x; y; z}".<DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#Vector3DFormat()"><B>Vector3DFormat()</B></A> -
13953 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
13954 <DD>Create an instance with default settings.
13955 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#Vector3DFormat(java.text.NumberFormat)"><B>Vector3DFormat(NumberFormat)</B></A> -
13956 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
13957 <DD>Create an instance with a custom number format for components.
13958 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#Vector3DFormat(java.lang.String, java.lang.String, java.lang.String)"><B>Vector3DFormat(String, String, String)</B></A> -
13959 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
13960 <DD>Create an instance with custom prefix, suffix and separator.
13961 <DT><A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html#Vector3DFormat(java.lang.String, java.lang.String, java.lang.String, java.text.NumberFormat)"><B>Vector3DFormat(String, String, String, NumberFormat)</B></A> -
13962 Constructor for class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3DFormat.html" title="class in org.apache.commons.math.geometry">Vector3DFormat</A>
13963 <DD>Create an instance with custom prefix, suffix, separator and format
13964 for components.
13965 <DT><A HREF="./org/apache/commons/math/optimization/VectorialConvergenceChecker.html" title="interface in org.apache.commons.math.optimization"><B>VectorialConvergenceChecker</B></A> - Interface in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This interface specifies how to check if a <A HREF="./org/apache/commons/math/optimization/DifferentiableMultivariateVectorialOptimizer.html" title="interface in org.apache.commons.math.optimization"><CODE>optimization algorithm</CODE></A> has converged.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>VectorialCovariance</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Returns the covariance matrix of the available vectors.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html#VectorialCovariance(int, boolean)"><B>VectorialCovariance(int, boolean)</B></A> -
13966 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialCovariance.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialCovariance</A>
13967 <DD>Constructs a VectorialCovariance.
13968 <DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment"><B>VectorialMean</B></A> - Class in <A HREF="./org/apache/commons/math/stat/descriptive/moment/package-summary.html">org.apache.commons.math.stat.descriptive.moment</A><DD>Returns the arithmetic mean of the available vectors.<DT><A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html#VectorialMean(int)"><B>VectorialMean(int)</B></A> -
13969 Constructor for class org.apache.commons.math.stat.descriptive.moment.<A HREF="./org/apache/commons/math/stat/descriptive/moment/VectorialMean.html" title="class in org.apache.commons.math.stat.descriptive.moment">VectorialMean</A>
13970 <DD>Constructs a VectorialMean.
13971 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization"><B>VectorialPointValuePair</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/package-summary.html">org.apache.commons.math.optimization</A><DD>This class holds a point and the vectorial value of an objective function at this point.<DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#VectorialPointValuePair(double[], double[])"><B>VectorialPointValuePair(double[], double[])</B></A> -
13972 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
13973 <DD>Build a point/objective function value pair.
13974 <DT><A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html#VectorialPointValuePair(double[], double[], boolean)"><B>VectorialPointValuePair(double[], double[], boolean)</B></A> -
13975 Constructor for class org.apache.commons.math.optimization.<A HREF="./org/apache/commons/math/optimization/VectorialPointValuePair.html" title="class in org.apache.commons.math.optimization">VectorialPointValuePair</A>
13976 <DD>Build a point/objective function value pair.
13977 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#verifyBracketing(double, double, org.apache.commons.math.analysis.UnivariateRealFunction)"><B>verifyBracketing(double, double, UnivariateRealFunction)</B></A> -
13978 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
13979 <DD>Verifies that the endpoints specify an interval and the function takes
13980 opposite signs at the enpoints, throws IllegalArgumentException if not
13981 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#verifyDataSet(double[])"><B>verifyDataSet(double[])</B></A> -
13982 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13983 <DD>Verifies that the data set has length of power of 2.
13984 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#verifyDataSet(java.lang.Object[])"><B>verifyDataSet(Object[])</B></A> -
13985 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
13986 <DD>Verifies that the data set has length of power of 2.
13987 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html#verifyInputArray(double[], double[])"><B>verifyInputArray(double[], double[])</B></A> -
13988 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionNewtonForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionNewtonForm</A>
13989 <DD>Verifies that the input arrays are valid.
13990 <DT><A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html#verifyInterpolationArray(double[], double[])"><B>verifyInterpolationArray(double[], double[])</B></A> -
13991 Static method in class org.apache.commons.math.analysis.polynomials.<A HREF="./org/apache/commons/math/analysis/polynomials/PolynomialFunctionLagrangeForm.html" title="class in org.apache.commons.math.analysis.polynomials">PolynomialFunctionLagrangeForm</A>
13992 <DD>Verifies that the interpolation arrays are valid.
13993 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#verifyInterval(double, double)"><B>verifyInterval(double, double)</B></A> -
13994 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
13995 <DD>Verifies that the endpoints specify an interval.
13996 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#verifyInterval(double, double)"><B>verifyInterval(double, double)</B></A> -
13997 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
13998 <DD>Verifies that the endpoints specify an interval,
13999 throws IllegalArgumentException if not
14000 <DT><A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html#verifyInterval(double, double)"><B>verifyInterval(double, double)</B></A> -
14001 Static method in class org.apache.commons.math.transform.<A HREF="./org/apache/commons/math/transform/FastFourierTransformer.html" title="class in org.apache.commons.math.transform">FastFourierTransformer</A>
14002 <DD>Verifies that the endpoints specify an interval.
14003 <DT><A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html#verifyIterationCount()"><B>verifyIterationCount()</B></A> -
14004 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/RombergIntegrator.html" title="class in org.apache.commons.math.analysis.integration">RombergIntegrator</A>
14005 <DD>Verifies that the upper and lower limits of iterations are valid.
14006 <DT><A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html#verifyIterationCount()"><B>verifyIterationCount()</B></A> -
14007 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/SimpsonIntegrator.html" title="class in org.apache.commons.math.analysis.integration">SimpsonIntegrator</A>
14008 <DD>Verifies that the upper and lower limits of iterations are valid.
14009 <DT><A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html#verifyIterationCount()"><B>verifyIterationCount()</B></A> -
14010 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/TrapezoidIntegrator.html" title="class in org.apache.commons.math.analysis.integration">TrapezoidIntegrator</A>
14011 <DD>Verifies that the upper and lower limits of iterations are valid.
14012 <DT><A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html#verifyIterationCount()"><B>verifyIterationCount()</B></A> -
14013 Method in class org.apache.commons.math.analysis.integration.<A HREF="./org/apache/commons/math/analysis/integration/UnivariateRealIntegratorImpl.html" title="class in org.apache.commons.math.analysis.integration">UnivariateRealIntegratorImpl</A>
14014 <DD>Verifies that the upper and lower limits of iterations are valid.
14015 <DT><A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html#verifySequence(double, double, double)"><B>verifySequence(double, double, double)</B></A> -
14016 Method in class org.apache.commons.math.analysis.solvers.<A HREF="./org/apache/commons/math/analysis/solvers/UnivariateRealSolverImpl.html" title="class in org.apache.commons.math.analysis.solvers">UnivariateRealSolverImpl</A>
14017 <DD>Verifies that <code>lower < initial < upper</code>
14018 throws IllegalArgumentException if not
14019 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html#visit(int, int, T)"><B>visit(int, int, T)</B></A> -
14020 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixChangingVisitor</A>
14021 <DD>Visit one matrix entry.
14022 <DT><A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html#visit(int, int, T)"><B>visit(int, int, T)</B></A> -
14023 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultFieldMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultFieldMatrixPreservingVisitor</A>
14024 <DD>Visit one matrix entry.
14025 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html#visit(int, int, double)"><B>visit(int, int, double)</B></A> -
14026 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixChangingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixChangingVisitor</A>
14027 <DD>Visit one matrix entry.
14028 <DT><A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html#visit(int, int, double)"><B>visit(int, int, double)</B></A> -
14029 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/DefaultRealMatrixPreservingVisitor.html" title="class in org.apache.commons.math.linear">DefaultRealMatrixPreservingVisitor</A>
14030 <DD>Visit one matrix entry.
14031 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html#visit(int, int, T)"><B>visit(int, int, T)</B></A> -
14032 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixChangingVisitor</A>
14033 <DD>Visit one matrix entry.
14034 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html#visit(int, int, T)"><B>visit(int, int, T)</B></A> -
14035 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">FieldMatrixPreservingVisitor</A>
14036 <DD>Visit one matrix entry.
14037 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html#visit(int, int, double)"><B>visit(int, int, double)</B></A> -
14038 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixChangingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixChangingVisitor</A>
14039 <DD>Visit one matrix entry.
14040 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html#visit(int, int, double)"><B>visit(int, int, double)</B></A> -
14041 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixPreservingVisitor.html" title="interface in org.apache.commons.math.linear">RealMatrixPreservingVisitor</A>
14042 <DD>Visit one matrix entry.
14043 </DL>
14044 <HR>
14045 <A NAME="_W_"><!-- --></A><H2>
14046 <B>W</B></H2>
14047 <DL>
14048 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14049 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14050 <DD>Visit (and possibly change) all matrix entries in column order.
14051 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14052 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14053 <DD>Visit (but don't change) all matrix entries in column order.
14054 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14055 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14056 <DD>Visit (and possibly change) some matrix entries in column order.
14057 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14058 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14059 <DD>Visit (but don't change) some matrix entries in column order.
14060 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInColumnOrder(RealMatrixChangingVisitor)</B></A> -
14061 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14062 <DD>Visit (and possibly change) all matrix entries in column order.
14063 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInColumnOrder(RealMatrixPreservingVisitor)</B></A> -
14064 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14065 <DD>Visit (but don't change) all matrix entries in column order.
14066 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14067 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14068 <DD>Visit (and possibly change) some matrix entries in column order.
14069 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14070 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14071 <DD>Visit (but don't change) some matrix entries in column order.
14072 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14073 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14074 <DD>Visit (and possibly change) all matrix entries in column order.
14075 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14076 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14077 <DD>Visit (but don't change) all matrix entries in column order.
14078 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14079 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14080 <DD>Visit (and possibly change) some matrix entries in column order.
14081 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14082 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14083 <DD>Visit (but don't change) some matrix entries in column order.
14084 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInColumnOrder(RealMatrixChangingVisitor)</B></A> -
14085 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14086 <DD>Visit (and possibly change) all matrix entries in column order.
14087 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInColumnOrder(RealMatrixPreservingVisitor)</B></A> -
14088 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14089 <DD>Visit (but don't change) all matrix entries in column order.
14090 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14091 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14092 <DD>Visit (and possibly change) some matrix entries in column order.
14093 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14094 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14095 <DD>Visit (but don't change) some matrix entries in column order.
14096 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14097 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14098 <DD>Visit (and possibly change) all matrix entries in column order.
14099 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14100 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14101 <DD>Visit (but don't change) all matrix entries in column order.
14102 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14103 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14104 <DD>Visit (and possibly change) some matrix entries in column order.
14105 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14106 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14107 <DD>Visit (but don't change) some matrix entries in column order.
14108 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInColumnOrder(RealMatrixChangingVisitor)</B></A> -
14109 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14110 <DD>Visit (and possibly change) all matrix entries in column order.
14111 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInColumnOrder(RealMatrixPreservingVisitor)</B></A> -
14112 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14113 <DD>Visit (but don't change) all matrix entries in column order.
14114 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14115 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14116 <DD>Visit (and possibly change) some matrix entries in column order.
14117 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14118 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14119 <DD>Visit (but don't change) some matrix entries in column order.
14120 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInColumnOrder(RealMatrixChangingVisitor)</B></A> -
14121 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14122 <DD><B>Deprecated.</B>&nbsp;Visit (and possibly change) all matrix entries in column order.
14123 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInColumnOrder(RealMatrixPreservingVisitor)</B></A> -
14124 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14125 <DD><B>Deprecated.</B>&nbsp;Visit (but don't change) all matrix entries in column order.
14126 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14127 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14128 <DD><B>Deprecated.</B>&nbsp;Visit (and possibly change) some matrix entries in column order.
14129 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInColumnOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInColumnOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14130 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14131 <DD><B>Deprecated.</B>&nbsp;Visit (but don't change) some matrix entries in column order.
14132 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14133 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14134 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14135 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14136 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14137 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14138 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14139 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14140 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14141 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14142 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14143 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14144 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor)</B></A> -
14145 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14146 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14147 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor)</B></A> -
14148 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14149 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14150 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14151 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14152 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14153 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14154 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14155 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14156 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14157 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14158 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14159 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14160 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14161 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14162 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14163 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14164 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14165 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14166 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14167 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14168 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor)</B></A> -
14169 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14170 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14171 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor)</B></A> -
14172 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14173 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14174 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14175 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14176 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14177 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14178 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14179 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14180 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14181 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14182 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14183 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14184 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14185 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14186 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14187 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14188 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14189 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14190 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14191 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14192 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor)</B></A> -
14193 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14194 <DD>Visit (and possibly change) all matrix entries using the fastest possible order.
14195 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor)</B></A> -
14196 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14197 <DD>Visit (but don't change) all matrix entries using the fastest possible order.
14198 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14199 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14200 <DD>Visit (and possibly change) some matrix entries using the fastest possible order.
14201 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInOptimizedOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInOptimizedOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14202 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14203 <DD>Visit (but don't change) some matrix entries using the fastest possible order.
14204 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14205 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14206 <DD>Visit (and possibly change) all matrix entries in row order.
14207 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14208 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14209 <DD>Visit (but don't change) all matrix entries in row order.
14210 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14211 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14212 <DD>Visit (and possibly change) some matrix entries in row order.
14213 <DT><A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14214 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractFieldMatrix.html" title="class in org.apache.commons.math.linear">AbstractFieldMatrix</A>
14215 <DD>Visit (but don't change) some matrix entries in row order.
14216 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInRowOrder(RealMatrixChangingVisitor)</B></A> -
14217 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14218 <DD>Visit (and possibly change) all matrix entries in row order.
14219 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInRowOrder(RealMatrixPreservingVisitor)</B></A> -
14220 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14221 <DD>Visit (but don't change) all matrix entries in row order.
14222 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14223 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14224 <DD>Visit (and possibly change) some matrix entries in row order.
14225 <DT><A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14226 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/AbstractRealMatrix.html" title="class in org.apache.commons.math.linear">AbstractRealMatrix</A>
14227 <DD>Visit (but don't change) some matrix entries in row order.
14228 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14229 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14230 <DD>Visit (and possibly change) all matrix entries in row order.
14231 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14232 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14233 <DD>Visit (but don't change) all matrix entries in row order.
14234 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14235 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14236 <DD>Visit (and possibly change) some matrix entries in row order.
14237 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14238 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowFieldMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowFieldMatrix</A>
14239 <DD>Visit (but don't change) some matrix entries in row order.
14240 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInRowOrder(RealMatrixChangingVisitor)</B></A> -
14241 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14242 <DD>Visit (and possibly change) all matrix entries in row order.
14243 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInRowOrder(RealMatrixPreservingVisitor)</B></A> -
14244 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14245 <DD>Visit (but don't change) all matrix entries in row order.
14246 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14247 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14248 <DD>Visit (and possibly change) some matrix entries in row order.
14249 <DT><A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14250 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/Array2DRowRealMatrix.html" title="class in org.apache.commons.math.linear">Array2DRowRealMatrix</A>
14251 <DD>Visit (but don't change) some matrix entries in row order.
14252 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14253 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14254 <DD>Visit (and possibly change) all matrix entries in row order.
14255 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14256 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14257 <DD>Visit (but don't change) all matrix entries in row order.
14258 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14259 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14260 <DD>Visit (and possibly change) some matrix entries in row order.
14261 <DT><A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14262 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockFieldMatrix.html" title="class in org.apache.commons.math.linear">BlockFieldMatrix</A>
14263 <DD>Visit (but don't change) some matrix entries in row order.
14264 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInRowOrder(RealMatrixChangingVisitor)</B></A> -
14265 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14266 <DD>Visit (and possibly change) all matrix entries in row order.
14267 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInRowOrder(RealMatrixPreservingVisitor)</B></A> -
14268 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14269 <DD>Visit (but don't change) all matrix entries in row order.
14270 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14271 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14272 <DD>Visit (and possibly change) some matrix entries in row order.
14273 <DT><A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14274 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/BlockRealMatrix.html" title="class in org.apache.commons.math.linear">BlockRealMatrix</A>
14275 <DD>Visit (but don't change) some matrix entries in row order.
14276 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;)</B></A> -
14277 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14278 <DD>Visit (and possibly change) all matrix entries in row order.
14279 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;)</B></A> -
14280 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14281 <DD>Visit (but don't change) all matrix entries in row order.
14282 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixChangingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14283 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14284 <DD>Visit (and possibly change) some matrix entries in row order.
14285 <DT><A HREF="./org/apache/commons/math/linear/FieldMatrix.html#walkInRowOrder(org.apache.commons.math.linear.FieldMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(FieldMatrixPreservingVisitor&lt;T&gt;, int, int, int, int)</B></A> -
14286 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/FieldMatrix.html" title="interface in org.apache.commons.math.linear">FieldMatrix</A>
14287 <DD>Visit (but don't change) some matrix entries in row order.
14288 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInRowOrder(RealMatrixChangingVisitor)</B></A> -
14289 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14290 <DD>Visit (and possibly change) all matrix entries in row order.
14291 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInRowOrder(RealMatrixPreservingVisitor)</B></A> -
14292 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14293 <DD>Visit (but don't change) all matrix entries in row order.
14294 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14295 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14296 <DD>Visit (and possibly change) some matrix entries in row order.
14297 <DT><A HREF="./org/apache/commons/math/linear/RealMatrix.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14298 Method in interface org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrix.html" title="interface in org.apache.commons.math.linear">RealMatrix</A>
14299 <DD>Visit (but don't change) some matrix entries in row order.
14300 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor)"><B>walkInRowOrder(RealMatrixChangingVisitor)</B></A> -
14301 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14302 <DD><B>Deprecated.</B>&nbsp;Visit (and possibly change) all matrix entries in row order.
14303 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor)"><B>walkInRowOrder(RealMatrixPreservingVisitor)</B></A> -
14304 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14305 <DD><B>Deprecated.</B>&nbsp;Visit (but don't change) all matrix entries in row order.
14306 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixChangingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixChangingVisitor, int, int, int, int)</B></A> -
14307 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14308 <DD><B>Deprecated.</B>&nbsp;Visit (and possibly change) some matrix entries in row order.
14309 <DT><A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html#walkInRowOrder(org.apache.commons.math.linear.RealMatrixPreservingVisitor, int, int, int, int)"><B>walkInRowOrder(RealMatrixPreservingVisitor, int, int, int, int)</B></A> -
14310 Method in class org.apache.commons.math.linear.<A HREF="./org/apache/commons/math/linear/RealMatrixImpl.html" title="class in org.apache.commons.math.linear">RealMatrixImpl</A>
14311 <DD><B>Deprecated.</B>&nbsp;Visit (but don't change) some matrix entries in row order.
14312 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution"><B>WeibullDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Weibull Distribution.<DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>WeibullDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Default implementation of
14313 <A HREF="./org/apache/commons/math/distribution/WeibullDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>WeibullDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#WeibullDistributionImpl(double, double)"><B>WeibullDistributionImpl(double, double)</B></A> -
14314 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
14315 <DD>Creates weibull distribution with the given shape and scale and a
14316 location equal to zero.
14317 <DT><A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html#WeibullDistributionImpl(double, double, double)"><B>WeibullDistributionImpl(double, double, double)</B></A> -
14318 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/WeibullDistributionImpl.html" title="class in org.apache.commons.math.distribution">WeibullDistributionImpl</A>
14319 <DD>Creates weibull distribution with the given shape, scale and inverse
14320 cumulative probability accuracy and a location equal to zero.
14321 <DT><A HREF="./org/apache/commons/math/stat/descriptive/WeightedEvaluation.html" title="interface in org.apache.commons.math.stat.descriptive"><B>WeightedEvaluation</B></A> - Interface in <A HREF="./org/apache/commons/math/stat/descriptive/package-summary.html">org.apache.commons.math.stat.descriptive</A><DD>Weighted evaluation for statistics.<DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation"><B>WeightedMeasurement</B></A> - Class in <A HREF="./org/apache/commons/math/estimation/package-summary.html">org.apache.commons.math.estimation</A><DD><B>Deprecated.</B>&nbsp;<I>as of 2.0, everything in package org.apache.commons.math.estimation has
14322 been deprecated and replaced by package org.apache.commons.math.optimization.general</I><DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#WeightedMeasurement(double, double)"><B>WeightedMeasurement(double, double)</B></A> -
14323 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
14324 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
14325 <DT><A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html#WeightedMeasurement(double, double, boolean)"><B>WeightedMeasurement(double, double, boolean)</B></A> -
14326 Constructor for class org.apache.commons.math.estimation.<A HREF="./org/apache/commons/math/estimation/WeightedMeasurement.html" title="class in org.apache.commons.math.estimation">WeightedMeasurement</A>
14327 <DD><B>Deprecated.</B>&nbsp;Simple constructor.
14328 <DT><A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html" title="class in org.apache.commons.math.optimization.fitting"><B>WeightedObservedPoint</B></A> - Class in <A HREF="./org/apache/commons/math/optimization/fitting/package-summary.html">org.apache.commons.math.optimization.fitting</A><DD>This class is a simple container for weighted observed point in
14329 <A HREF="./org/apache/commons/math/optimization/fitting/CurveFitter.html" title="class in org.apache.commons.math.optimization.fitting"><CODE>curve fitting</CODE></A>.<DT><A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html#WeightedObservedPoint(double, double, double)"><B>WeightedObservedPoint(double, double, double)</B></A> -
14330 Constructor for class org.apache.commons.math.optimization.fitting.<A HREF="./org/apache/commons/math/optimization/fitting/WeightedObservedPoint.html" title="class in org.apache.commons.math.optimization.fitting">WeightedObservedPoint</A>
14331 <DD>Simple constructor.
14332 <DT><A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html#windowSize"><B>windowSize</B></A> -
14333 Variable in class org.apache.commons.math.stat.descriptive.<A HREF="./org/apache/commons/math/stat/descriptive/DescriptiveStatistics.html" title="class in org.apache.commons.math.stat.descriptive">DescriptiveStatistics</A>
14334 <DD>hold the window size
14335 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#writeBaseExternal(java.io.ObjectOutput)"><B>writeBaseExternal(ObjectOutput)</B></A> -
14336 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
14337 <DD>Save the base state of the instance.
14338 <DT><A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> -
14339 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/AbstractStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">AbstractStepInterpolator</A>
14340 <DD>
14341 <DT><A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> -
14342 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/DummyStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">DummyStepInterpolator</A>
14343 <DD>Write the instance to an output channel.
14344 <DT><A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html#writeExternal(java.io.ObjectOutput)"><B>writeExternal(ObjectOutput)</B></A> -
14345 Method in class org.apache.commons.math.ode.sampling.<A HREF="./org/apache/commons/math/ode/sampling/NordsieckStepInterpolator.html" title="class in org.apache.commons.math.ode.sampling">NordsieckStepInterpolator</A>
14346 <DD>
14347 </DL>
14348 <HR>
14349 <A NAME="_X_"><!-- --></A><H2>
14350 <B>X</B></H2>
14351 <DL>
14352 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#X"><B>X</B></A> -
14353 Variable in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
14354 <DD>X sample data.
14355 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#XYX"><B>XYX</B></A> -
14356 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14357 <DD>Set of Euler angles.
14358 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#XYZ"><B>XYZ</B></A> -
14359 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14360 <DD>Set of Cardan angles.
14361 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#XZX"><B>XZX</B></A> -
14362 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14363 <DD>Set of Euler angles.
14364 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#XZY"><B>XZY</B></A> -
14365 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14366 <DD>Set of Cardan angles.
14367 </DL>
14368 <HR>
14369 <A NAME="_Y_"><!-- --></A><H2>
14370 <B>Y</B></H2>
14371 <DL>
14372 <DT><A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html#Y"><B>Y</B></A> -
14373 Variable in class org.apache.commons.math.stat.regression.<A HREF="./org/apache/commons/math/stat/regression/AbstractMultipleLinearRegression.html" title="class in org.apache.commons.math.stat.regression">AbstractMultipleLinearRegression</A>
14374 <DD>Y sample data.
14375 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#YXY"><B>YXY</B></A> -
14376 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14377 <DD>Set of Euler angles.
14378 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#YXZ"><B>YXZ</B></A> -
14379 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14380 <DD>Set of Cardan angles.
14381 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#YZX"><B>YZX</B></A> -
14382 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14383 <DD>Set of Cardan angles.
14384 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#YZY"><B>YZY</B></A> -
14385 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14386 <DD>Set of Euler angles.
14387 </DL>
14388 <HR>
14389 <A NAME="_Z_"><!-- --></A><H2>
14390 <B>Z</B></H2>
14391 <DL>
14392 <DT><A HREF="./org/apache/commons/math/analysis/ComposableFunction.html#ZERO"><B>ZERO</B></A> -
14393 Static variable in class org.apache.commons.math.analysis.<A HREF="./org/apache/commons/math/analysis/ComposableFunction.html" title="class in org.apache.commons.math.analysis">ComposableFunction</A>
14394 <DD>The constant function always returning 0.
14395 <DT><A HREF="./org/apache/commons/math/complex/Complex.html#ZERO"><B>ZERO</B></A> -
14396 Static variable in class org.apache.commons.math.complex.<A HREF="./org/apache/commons/math/complex/Complex.html" title="class in org.apache.commons.math.complex">Complex</A>
14397 <DD>A complex number representing "0.0 + 0.0i"
14398 <DT><A HREF="./org/apache/commons/math/fraction/BigFraction.html#ZERO"><B>ZERO</B></A> -
14399 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/BigFraction.html" title="class in org.apache.commons.math.fraction">BigFraction</A>
14400 <DD>A fraction representing "0".
14401 <DT><A HREF="./org/apache/commons/math/fraction/Fraction.html#ZERO"><B>ZERO</B></A> -
14402 Static variable in class org.apache.commons.math.fraction.<A HREF="./org/apache/commons/math/fraction/Fraction.html" title="class in org.apache.commons.math.fraction">Fraction</A>
14403 <DD>A fraction representing "0".
14404 <DT><A HREF="./org/apache/commons/math/geometry/Vector3D.html#ZERO"><B>ZERO</B></A> -
14405 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/Vector3D.html" title="class in org.apache.commons.math.geometry">Vector3D</A>
14406 <DD>Null vector (coordinates: 0, 0, 0).
14407 <DT><A HREF="./org/apache/commons/math/util/BigReal.html#ZERO"><B>ZERO</B></A> -
14408 Static variable in class org.apache.commons.math.util.<A HREF="./org/apache/commons/math/util/BigReal.html" title="class in org.apache.commons.math.util">BigReal</A>
14409 <DD>A big real representing 0.
14410 <DT><A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution"><B>ZipfDistribution</B></A> - Interface in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>The Zipf (or zeta) Distribution.<DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution"><B>ZipfDistributionImpl</B></A> - Class in <A HREF="./org/apache/commons/math/distribution/package-summary.html">org.apache.commons.math.distribution</A><DD>Implementation for the <A HREF="./org/apache/commons/math/distribution/ZipfDistribution.html" title="interface in org.apache.commons.math.distribution"><CODE>ZipfDistribution</CODE></A>.<DT><A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html#ZipfDistributionImpl(int, double)"><B>ZipfDistributionImpl(int, double)</B></A> -
14411 Constructor for class org.apache.commons.math.distribution.<A HREF="./org/apache/commons/math/distribution/ZipfDistributionImpl.html" title="class in org.apache.commons.math.distribution">ZipfDistributionImpl</A>
14412 <DD>Create a new Zipf distribution with the given number of elements and
14413 exponent.
14414 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#ZXY"><B>ZXY</B></A> -
14415 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14416 <DD>Set of Cardan angles.
14417 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#ZXZ"><B>ZXZ</B></A> -
14418 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14419 <DD>Set of Euler angles.
14420 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#ZYX"><B>ZYX</B></A> -
14421 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14422 <DD>Set of Cardan angles.
14423 <DT><A HREF="./org/apache/commons/math/geometry/RotationOrder.html#ZYZ"><B>ZYZ</B></A> -
14424 Static variable in class org.apache.commons.math.geometry.<A HREF="./org/apache/commons/math/geometry/RotationOrder.html" title="class in org.apache.commons.math.geometry">RotationOrder</A>
14425 <DD>Set of Euler angles.
14426 </DL>
14427 <HR>
14428 <A HREF="#_A_">A</A> <A HREF="#_B_">B</A> <A HREF="#_C_">C</A> <A HREF="#_D_">D</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_J_">J</A> <A HREF="#_K_">K</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_P_">P</A> <A HREF="#_Q_">Q</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_U_">U</A> <A HREF="#_V_">V</A> <A HREF="#_W_">W</A> <A HREF="#_X_">X</A> <A HREF="#_Y_">Y</A> <A HREF="#_Z_">Z</A>
14429
14430 <!-- ======= START OF BOTTOM NAVBAR ====== -->
14431 <A NAME="navbar_bottom"><!-- --></A>
14432 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
14433 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
14434 <TR>
14435 <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
14436 <A NAME="navbar_bottom_firstrow"><!-- --></A>
14437 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
14438 <TR ALIGN="center" VALIGN="top">
14439 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
14440 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
14441 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
14442 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
14443 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./overview-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
14444 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
14445 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
14446 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
14447 </TR>
14448 </TABLE>
14449 </TD>
14450 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
14451 </EM>
14452 </TD>
14453 </TR>
14454
14455 <TR>
14456 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
14457 &nbsp;PREV&nbsp;
14458 &nbsp;NEXT</FONT></TD>
14459 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
14460 <A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
14461 &nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
14462 &nbsp;<SCRIPT type="text/javascript">
14463 <!--
14464 if(window==top) {
14465 document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
14466 }
14467 //-->
14468 </SCRIPT>
14469 <NOSCRIPT>
14470 <A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
14471 </NOSCRIPT>
14472
14473
14474 </FONT></TD>
14475 </TR>
14476 </TABLE>
14477 <A NAME="skip-navbar_bottom"></A>
14478 <!-- ======== END OF BOTTOM NAVBAR ======= -->
14479
14480 <HR>
14481 Copyright &#169; 2003-2010 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
14482 </BODY>
14483 </HTML>