http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04aeee60e3967a254f9f06aea96a90bac786a7ec.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04aeee60e3967a254f9f06aea96a90bac786a7ec.svn-base b/site-content/.svn/pristine/04/04aeee60e3967a254f9f06aea96a90bac786a7ec.svn-base deleted file mode 100644 index 1315730..0000000 --- a/site-content/.svn/pristine/04/04aeee60e3967a254f9f06aea96a90bac786a7ec.svn-base +++ /dev/null @@ -1,133 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<title>AdamsNordsieckTransformerTest xref</title> -<link type="text/css" rel="stylesheet" href="../../../../../../stylesheet.css" /> -</head> -<body> -<div id="overview"><a href="../../../../../../../testapidocs/org/apache/commons/math3/ode/nonstiff/AdamsNordsieckTransformerTest.html">View Javadoc</a></div><pre> -<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em> -<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> -<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> * contributor license agreements. See the NOTICE file distributed with</em> -<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * this work for additional information regarding copyright ownership.</em> -<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> -<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * (the "License"); you may not use this file except in compliance with</em> -<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * the License. You may obtain a copy of the License at</em> -<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> -<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> -<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> -<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> -<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> -<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * limitations under the License.</em> -<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="L17" href="#L17">17</a> -<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">package</strong> org.apache.commons.math3.ode.nonstiff; -<a class="jxr_linenumber" name="L19" href="#L19">19</a> -<a class="jxr_linenumber" name="L20" href="#L20">20</a> -<a class="jxr_linenumber" name="L21" href="#L21">21</a> <strong class="jxr_keyword">import</strong> org.apache.commons.math3.analysis.UnivariateFunction; -<a class="jxr_linenumber" name="L22" href="#L22">22</a> <strong class="jxr_keyword">import</strong> org.apache.commons.math3.analysis.polynomials.PolynomialFunction; -<a class="jxr_linenumber" name="L23" href="#L23">23</a> <strong class="jxr_keyword">import</strong> org.apache.commons.math3.linear.Array2DRowRealMatrix; -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <strong class="jxr_keyword">import</strong> org.junit.Assert; -<a class="jxr_linenumber" name="L25" href="#L25">25</a> <strong class="jxr_keyword">import</strong> org.junit.Test; -<a class="jxr_linenumber" name="L26" href="#L26">26</a> -<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../../org/apache/commons/math3/ode/nonstiff/AdamsNordsieckTransformerTest.html">AdamsNordsieckTransformerTest</a> { -<a class="jxr_linenumber" name="L28" href="#L28">28</a> -<a class="jxr_linenumber" name="L29" href="#L29">29</a> @Test -<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testPolynomialExtraDerivative() { -<a class="jxr_linenumber" name="L31" href="#L31">31</a> checkNordsieckStart(<strong class="jxr_keyword">new</strong> PolynomialFunction(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { 6, 5, 4, 3, 2, 1 }), -<a class="jxr_linenumber" name="L32" href="#L32">32</a> 5, 0.0, 0.125, 3.2e-16); -<a class="jxr_linenumber" name="L33" href="#L33">33</a> } -<a class="jxr_linenumber" name="L34" href="#L34">34</a> -<a class="jxr_linenumber" name="L35" href="#L35">35</a> @Test -<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testPolynomialRegular() { -<a class="jxr_linenumber" name="L37" href="#L37">37</a> checkNordsieckStart(<strong class="jxr_keyword">new</strong> PolynomialFunction(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { 6, 5, 4, 3, 2, 1 }), -<a class="jxr_linenumber" name="L38" href="#L38">38</a> 4, 0.0, 0.125, 3.1e-16); -<a class="jxr_linenumber" name="L39" href="#L39">39</a> } -<a class="jxr_linenumber" name="L40" href="#L40">40</a> -<a class="jxr_linenumber" name="L41" href="#L41">41</a> @Test -<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testPolynomialMissingLastDerivative() { -<a class="jxr_linenumber" name="L43" href="#L43">43</a> <em class="jxr_comment">// this test intentionally uses not enough start points,</em> -<a class="jxr_linenumber" name="L44" href="#L44">44</a> <em class="jxr_comment">// the Nordsieck vector is therefore not expected to match the exact scaled derivatives</em> -<a class="jxr_linenumber" name="L45" href="#L45">45</a> checkNordsieckStart(<strong class="jxr_keyword">new</strong> PolynomialFunction(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { 6, 5, 4, 3, 2, 1 }), -<a class="jxr_linenumber" name="L46" href="#L46">46</a> 3, 0.0, 0.125, 1.6e-4); -<a class="jxr_linenumber" name="L47" href="#L47">47</a> } -<a class="jxr_linenumber" name="L48" href="#L48">48</a> -<a class="jxr_linenumber" name="L49" href="#L49">49</a> @Test -<a class="jxr_linenumber" name="L50" href="#L50">50</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testTransformExact() { -<a class="jxr_linenumber" name="L51" href="#L51">51</a> <em class="jxr_comment">// a 5 steps transformer handles a degree 5 polynomial exactly</em> -<a class="jxr_linenumber" name="L52" href="#L52">52</a> <em class="jxr_comment">// the Nordsieck vector holds the full information about the function</em> -<a class="jxr_linenumber" name="L53" href="#L53">53</a> <em class="jxr_comment">// transforming the vector from t0 to t0+h or recomputing it from scratch</em> -<a class="jxr_linenumber" name="L54" href="#L54">54</a> <em class="jxr_comment">// at t0+h yields the same result</em> -<a class="jxr_linenumber" name="L55" href="#L55">55</a> checkTransform(<strong class="jxr_keyword">new</strong> PolynomialFunction(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { 6, 5, 4, 3, 2, 1 }), 5, 2.567e-15); -<a class="jxr_linenumber" name="L56" href="#L56">56</a> } -<a class="jxr_linenumber" name="L57" href="#L57">57</a> -<a class="jxr_linenumber" name="L58" href="#L58">58</a> @Test -<a class="jxr_linenumber" name="L59" href="#L59">59</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">void</strong> testTransformInexact() { -<a class="jxr_linenumber" name="L60" href="#L60">60</a> <em class="jxr_comment">// a 4 steps transformer cannot handle a degree 5 polynomial exactly</em> -<a class="jxr_linenumber" name="L61" href="#L61">61</a> <em class="jxr_comment">// the Nordsieck vector lacks some high degree information about the function</em> -<a class="jxr_linenumber" name="L62" href="#L62">62</a> <em class="jxr_comment">// transforming the vector from t0 to t0+h or recomputing it from scratch</em> -<a class="jxr_linenumber" name="L63" href="#L63">63</a> <em class="jxr_comment">// at t0+h yields different results</em> -<a class="jxr_linenumber" name="L64" href="#L64">64</a> checkTransform(<strong class="jxr_keyword">new</strong> PolynomialFunction(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { 6, 5, 4, 3, 2, 1 }), 4, 5.658e-4); -<a class="jxr_linenumber" name="L65" href="#L65">65</a> } -<a class="jxr_linenumber" name="L66" href="#L66">66</a> -<a class="jxr_linenumber" name="L67" href="#L67">67</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> checkNordsieckStart(<strong class="jxr_keyword">final</strong> PolynomialFunction polynomial, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> nbSteps, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> t0, -<a class="jxr_linenumber" name="L68" href="#L68">68</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> h, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> epsilon) { -<a class="jxr_linenumber" name="L69" href="#L69">69</a> -<a class="jxr_linenumber" name="L70" href="#L70">70</a> <strong class="jxr_keyword">final</strong> AdamsNordsieckTransformer transformer = AdamsNordsieckTransformer.getInstance(nbSteps); -<a class="jxr_linenumber" name="L71" href="#L71">71</a> PolynomialFunction derivative = polynomial.polynomialDerivative(); -<a class="jxr_linenumber" name="L72" href="#L72">72</a> <strong class="jxr_keyword">final</strong> Array2DRowRealMatrix nordsieck = start(transformer, nbSteps, t0, h, polynomial, derivative); -<a class="jxr_linenumber" name="L73" href="#L73">73</a> -<a class="jxr_linenumber" name="L74" href="#L74">74</a> Assert.assertEquals(nbSteps - 1, nordsieck.getRowDimension()); -<a class="jxr_linenumber" name="L75" href="#L75">75</a> <strong class="jxr_keyword">double</strong> coeff = h; -<a class="jxr_linenumber" name="L76" href="#L76">76</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i < nordsieck.getRowDimension(); ++i) { -<a class="jxr_linenumber" name="L77" href="#L77">77</a> coeff *= h / (i + 2); -<a class="jxr_linenumber" name="L78" href="#L78">78</a> derivative = derivative.polynomialDerivative(); -<a class="jxr_linenumber" name="L79" href="#L79">79</a> Assert.assertEquals(derivative.value(t0) * coeff, nordsieck.getEntry(i, 0), epsilon); -<a class="jxr_linenumber" name="L80" href="#L80">80</a> } -<a class="jxr_linenumber" name="L81" href="#L81">81</a> -<a class="jxr_linenumber" name="L82" href="#L82">82</a> } -<a class="jxr_linenumber" name="L83" href="#L83">83</a> -<a class="jxr_linenumber" name="L84" href="#L84">84</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">void</strong> checkTransform(<strong class="jxr_keyword">final</strong> PolynomialFunction polynomial, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> nbSteps, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> expectedError) { -<a class="jxr_linenumber" name="L85" href="#L85">85</a> -<a class="jxr_linenumber" name="L86" href="#L86">86</a> <strong class="jxr_keyword">final</strong> AdamsNordsieckTransformer transformer = AdamsNordsieckTransformer.getInstance(nbSteps); -<a class="jxr_linenumber" name="L87" href="#L87">87</a> <strong class="jxr_keyword">final</strong> PolynomialFunction derivative = polynomial.polynomialDerivative(); -<a class="jxr_linenumber" name="L88" href="#L88">88</a> -<a class="jxr_linenumber" name="L89" href="#L89">89</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> t0 = 0.0; -<a class="jxr_linenumber" name="L90" href="#L90">90</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> h = 0.125; -<a class="jxr_linenumber" name="L91" href="#L91">91</a> <strong class="jxr_keyword">final</strong> Array2DRowRealMatrix n0 = start(transformer, nbSteps, t0, h, polynomial, derivative); -<a class="jxr_linenumber" name="L92" href="#L92">92</a> <strong class="jxr_keyword">final</strong> Array2DRowRealMatrix n1 = transformer.updateHighOrderDerivativesPhase1(n0); -<a class="jxr_linenumber" name="L93" href="#L93">93</a> transformer.updateHighOrderDerivativesPhase2(<strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { h * derivative.value(t0) }, -<a class="jxr_linenumber" name="L94" href="#L94">94</a> <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[] { h * derivative.value(t0 + h) }, -<a class="jxr_linenumber" name="L95" href="#L95">95</a> n1); -<a class="jxr_linenumber" name="L96" href="#L96">96</a> <strong class="jxr_keyword">final</strong> Array2DRowRealMatrix n2 = start(transformer, nbSteps, t0 + h, h, polynomial, derivative); -<a class="jxr_linenumber" name="L97" href="#L97">97</a> -<a class="jxr_linenumber" name="L98" href="#L98">98</a> Assert.assertEquals(expectedError, n2.subtract(n1).getNorm(), expectedError * 0.001); -<a class="jxr_linenumber" name="L99" href="#L99">99</a> -<a class="jxr_linenumber" name="L100" href="#L100">100</a> } -<a class="jxr_linenumber" name="L101" href="#L101">101</a> -<a class="jxr_linenumber" name="L102" href="#L102">102</a> <strong class="jxr_keyword">private</strong> Array2DRowRealMatrix start(<strong class="jxr_keyword">final</strong> AdamsNordsieckTransformer transformer, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> nbSteps, -<a class="jxr_linenumber" name="L103" href="#L103">103</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> t0, <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong> h, -<a class="jxr_linenumber" name="L104" href="#L104">104</a> <strong class="jxr_keyword">final</strong> UnivariateFunction f0, <strong class="jxr_keyword">final</strong> UnivariateFunction f1) { -<a class="jxr_linenumber" name="L105" href="#L105">105</a> -<a class="jxr_linenumber" name="L106" href="#L106">106</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">int</strong> nbStartPoints = (nbSteps + 3) / 2; -<a class="jxr_linenumber" name="L107" href="#L107">107</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong>[] t = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[nbStartPoints]; -<a class="jxr_linenumber" name="L108" href="#L108">108</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong>[][] y = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[nbStartPoints][1]; -<a class="jxr_linenumber" name="L109" href="#L109">109</a> <strong class="jxr_keyword">final</strong> <strong class="jxr_keyword">double</strong>[][] yDot = <strong class="jxr_keyword">new</strong> <strong class="jxr_keyword">double</strong>[nbStartPoints][1]; -<a class="jxr_linenumber" name="L110" href="#L110">110</a> <strong class="jxr_keyword">for</strong> (<strong class="jxr_keyword">int</strong> i = 0; i < nbStartPoints; ++i) { -<a class="jxr_linenumber" name="L111" href="#L111">111</a> t[i] = t0 + i * h; -<a class="jxr_linenumber" name="L112" href="#L112">112</a> y[i][0] = f0.value(t[i]); -<a class="jxr_linenumber" name="L113" href="#L113">113</a> yDot[i][0] = f1.value(t[i]); -<a class="jxr_linenumber" name="L114" href="#L114">114</a> } -<a class="jxr_linenumber" name="L115" href="#L115">115</a> -<a class="jxr_linenumber" name="L116" href="#L116">116</a> <strong class="jxr_keyword">return</strong> transformer.initializeHighOrderDerivatives(h, t, y, yDot); -<a class="jxr_linenumber" name="L117" href="#L117">117</a> -<a class="jxr_linenumber" name="L118" href="#L118">118</a> } -<a class="jxr_linenumber" name="L119" href="#L119">119</a> -<a class="jxr_linenumber" name="L120" href="#L120">120</a> } -</pre> -<hr/> -<div id="footer">Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> -</body> -</html>
http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04af0f59716446dac95a14e7e520cd3907572ec4.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04af0f59716446dac95a14e7e520cd3907572ec4.svn-base b/site-content/.svn/pristine/04/04af0f59716446dac95a14e7e520cd3907572ec4.svn-base deleted file mode 100644 index 37f4cc8..0000000 --- a/site-content/.svn/pristine/04/04af0f59716446dac95a14e7e520cd3907572ec4.svn-base +++ /dev/null @@ -1,72 +0,0 @@ - -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xml:lang="en" lang="en"> - <head> - <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> - <title>Apache Commons Math 3.6.1 Reference Package org.apache.commons.math3.analysis.solvers</title> - <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="style" /> - </head> - <body> - - <h3> - <a href="package-summary.html" target="classFrame">org.apache.commons.math3.analysis.solvers</a> - </h3> - - <h3>Classes</h3> - - <ul> - <li> - <a href="BaseSecantSolverAbstractTest.html" target="classFrame">BaseSecantSolverAbstractTest</a> - </li> - <li> - <a href="BisectionSolverTest.html" target="classFrame">BisectionSolverTest</a> - </li> - <li> - <a href="BracketingNthOrderBrentSolverTest.html" target="classFrame">BracketingNthOrderBrentSolverTest</a> - </li> - <li> - <a href="BrentSolverTest.html" target="classFrame">BrentSolverTest</a> - </li> - <li> - <a href="FieldBracketingNthOrderBrentSolverTest.html" target="classFrame">FieldBracketingNthOrderBrentSolverTest</a> - </li> - <li> - <a href="IllinoisSolverTest.html" target="classFrame">IllinoisSolverTest</a> - </li> - <li> - <a href="LaguerreSolverTest.html" target="classFrame">LaguerreSolverTest</a> - </li> - <li> - <a href="MullerSolver2Test.html" target="classFrame">MullerSolver2Test</a> - </li> - <li> - <a href="MullerSolverTest.html" target="classFrame">MullerSolverTest</a> - </li> - <li> - <a href="NewtonRaphsonSolverTest.html" target="classFrame">NewtonRaphsonSolverTest</a> - </li> - <li> - <a href="NewtonSolverTest.html" target="classFrame">NewtonSolverTest</a> - </li> - <li> - <a href="PegasusSolverTest.html" target="classFrame">PegasusSolverTest</a> - </li> - <li> - <a href="RegulaFalsiSolverTest.html" target="classFrame">RegulaFalsiSolverTest</a> - </li> - <li> - <a href="RiddersSolverTest.html" target="classFrame">RiddersSolverTest</a> - </li> - <li> - <a href="SecantSolverTest.html" target="classFrame">SecantSolverTest</a> - </li> - <li> - <a href="BracketingNthOrderBrentSolverTest.html" target="classFrame">TestFunction</a> - </li> - <li> - <a href="UnivariateSolverUtilsTest.html" target="classFrame">UnivariateSolverUtilsTest</a> - </li> - </ul> - - </body> -</html> \ No newline at end of file http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04b11c5c54543318084f5939151a7e3f9b702347.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04b11c5c54543318084f5939151a7e3f9b702347.svn-base b/site-content/.svn/pristine/04/04b11c5c54543318084f5939151a7e3f9b702347.svn-base deleted file mode 100644 index c1b0302..0000000 --- a/site-content/.svn/pristine/04/04b11c5c54543318084f5939151a7e3f9b702347.svn-base +++ /dev/null @@ -1,117 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> -<title>Uses of Class org.apache.commons.math3.stat.CertifiedDataTest (Apache Commons Math 3.5 Test API)</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="Uses of Class org.apache.commons.math3.stat.CertifiedDataTest (Apache Commons Math 3.5 Test API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../org/apache/commons/math3/stat/CertifiedDataTest.html" title="class in org.apache.commons.math3.stat">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>PREV</li> -<li>NEXT</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/stat//class-useCertifiedDataTest.html" target="_top">FRAMES</a></li> -<li><a href="CertifiedDataTest.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h2 title="Uses of Class org.apache.commons.math3.stat.CertifiedDataTest" class="title">Uses of Class<br>org.apache.commons.math3.stat.CertifiedDataTest</h2> -</div> -<div class="classUseContainer">No usage of org.apache.commons.math3.stat.CertifiedDataTest</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="../package-summary.html">Package</a></li> -<li><a href="../../../../../../org/apache/commons/math3/stat/CertifiedDataTest.html" title="class in org.apache.commons.math3.stat">Class</a></li> -<li class="navBarCell1Rev">Use</li> -<li><a href="../package-tree.html">Tree</a></li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li>PREV</li> -<li>NEXT</li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/stat//class-useCertifiedDataTest.html" target="_top">FRAMES</a></li> -<li><a href="CertifiedDataTest.html" target="_top">NO FRAMES</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2015 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04b3d9fe10d8843f831d0406e0b83a74bbe98be0.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04b3d9fe10d8843f831d0406e0b83a74bbe98be0.svn-base b/site-content/.svn/pristine/04/04b3d9fe10d8843f831d0406e0b83a74bbe98be0.svn-base deleted file mode 100644 index a5743d9..0000000 --- a/site-content/.svn/pristine/04/04b3d9fe10d8843f831d0406e0b83a74bbe98be0.svn-base +++ /dev/null @@ -1,59 +0,0 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> -<head><meta http-equiv="content-type" content="text/html; charset=UTF-8" /> -<title>GaussianRandomGenerator xref</title> -<link type="text/css" rel="stylesheet" href="../../../../../stylesheet.css" /> -</head> -<body> -<div id="overview"><a href="../../../../../../apidocs/org/apache/commons/math3/random/GaussianRandomGenerator.html">View Javadoc</a></div><pre> -<a class="jxr_linenumber" name="L1" href="#L1">1</a> <em class="jxr_comment">/*</em> -<a class="jxr_linenumber" name="L2" href="#L2">2</a> <em class="jxr_comment"> * Licensed to the Apache Software Foundation (ASF) under one or more</em> -<a class="jxr_linenumber" name="L3" href="#L3">3</a> <em class="jxr_comment"> * contributor license agreements. See the NOTICE file distributed with</em> -<a class="jxr_linenumber" name="L4" href="#L4">4</a> <em class="jxr_comment"> * this work for additional information regarding copyright ownership.</em> -<a class="jxr_linenumber" name="L5" href="#L5">5</a> <em class="jxr_comment"> * The ASF licenses this file to You under the Apache License, Version 2.0</em> -<a class="jxr_linenumber" name="L6" href="#L6">6</a> <em class="jxr_comment"> * (the "License"); you may not use this file except in compliance with</em> -<a class="jxr_linenumber" name="L7" href="#L7">7</a> <em class="jxr_comment"> * the License. You may obtain a copy of the License at</em> -<a class="jxr_linenumber" name="L8" href="#L8">8</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L9" href="#L9">9</a> <em class="jxr_comment"> * <a href="http://www.apache.org/licenses/LICENSE-2." target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.</a>0</em> -<a class="jxr_linenumber" name="L10" href="#L10">10</a> <em class="jxr_comment"> *</em> -<a class="jxr_linenumber" name="L11" href="#L11">11</a> <em class="jxr_comment"> * Unless required by applicable law or agreed to in writing, software</em> -<a class="jxr_linenumber" name="L12" href="#L12">12</a> <em class="jxr_comment"> * distributed under the License is distributed on an "AS IS" BASIS,</em> -<a class="jxr_linenumber" name="L13" href="#L13">13</a> <em class="jxr_comment"> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.</em> -<a class="jxr_linenumber" name="L14" href="#L14">14</a> <em class="jxr_comment"> * See the License for the specific language governing permissions and</em> -<a class="jxr_linenumber" name="L15" href="#L15">15</a> <em class="jxr_comment"> * limitations under the License.</em> -<a class="jxr_linenumber" name="L16" href="#L16">16</a> <em class="jxr_comment"> */</em> -<a class="jxr_linenumber" name="L17" href="#L17">17</a> -<a class="jxr_linenumber" name="L18" href="#L18">18</a> <strong class="jxr_keyword">package</strong> org.apache.commons.math3.random; -<a class="jxr_linenumber" name="L19" href="#L19">19</a> -<a class="jxr_linenumber" name="L20" href="#L20">20</a> <em class="jxr_javadoccomment">/**</em> -<a class="jxr_linenumber" name="L21" href="#L21">21</a> <em class="jxr_javadoccomment"> * This class is a gaussian normalized random generator for scalars.</em> -<a class="jxr_linenumber" name="L22" href="#L22">22</a> <em class="jxr_javadoccomment"> * <p>This class is a simple wrapper around the {@link</em> -<a class="jxr_linenumber" name="L23" href="#L23">23</a> <em class="jxr_javadoccomment"> * RandomGenerator#nextGaussian} method.</p></em> -<a class="jxr_linenumber" name="L24" href="#L24">24</a> <em class="jxr_javadoccomment"> * @since 1.2</em> -<a class="jxr_linenumber" name="L25" href="#L25">25</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L26" href="#L26">26</a> -<a class="jxr_linenumber" name="L27" href="#L27">27</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">class</strong> <a href="../../../../../org/apache/commons/math3/random/GaussianRandomGenerator.html">GaussianRandomGenerator</a> <strong class="jxr_keyword">implements</strong> <a href="../../../../../org/apache/commons/math3/random/NormalizedRandomGenerator.html">NormalizedRandomGenerator</a> { -<a class="jxr_linenumber" name="L28" href="#L28">28</a> -<a class="jxr_linenumber" name="L29" href="#L29">29</a> <em class="jxr_javadoccomment">/** Underlying generator. */</em> -<a class="jxr_linenumber" name="L30" href="#L30">30</a> <strong class="jxr_keyword">private</strong> <strong class="jxr_keyword">final</strong> <a href="../../../../../org/apache/commons/math3/random/RandomGenerator.html">RandomGenerator</a> generator; -<a class="jxr_linenumber" name="L31" href="#L31">31</a> -<a class="jxr_linenumber" name="L32" href="#L32">32</a> <em class="jxr_javadoccomment">/** Create a new generator.</em> -<a class="jxr_linenumber" name="L33" href="#L33">33</a> <em class="jxr_javadoccomment"> * @param generator underlying random generator to use</em> -<a class="jxr_linenumber" name="L34" href="#L34">34</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L35" href="#L35">35</a> <strong class="jxr_keyword">public</strong> <a href="../../../../../org/apache/commons/math3/random/GaussianRandomGenerator.html">GaussianRandomGenerator</a>(<strong class="jxr_keyword">final</strong> <a href="../../../../../org/apache/commons/math3/random/RandomGenerator.html">RandomGenerator</a> generator) { -<a class="jxr_linenumber" name="L36" href="#L36">36</a> <strong class="jxr_keyword">this</strong>.generator = generator; -<a class="jxr_linenumber" name="L37" href="#L37">37</a> } -<a class="jxr_linenumber" name="L38" href="#L38">38</a> -<a class="jxr_linenumber" name="L39" href="#L39">39</a> <em class="jxr_javadoccomment">/** Generate a random scalar with null mean and unit standard deviation.</em> -<a class="jxr_linenumber" name="L40" href="#L40">40</a> <em class="jxr_javadoccomment"> * @return a random scalar with null mean and unit standard deviation</em> -<a class="jxr_linenumber" name="L41" href="#L41">41</a> <em class="jxr_javadoccomment"> */</em> -<a class="jxr_linenumber" name="L42" href="#L42">42</a> <strong class="jxr_keyword">public</strong> <strong class="jxr_keyword">double</strong> nextNormalizedDouble() { -<a class="jxr_linenumber" name="L43" href="#L43">43</a> <strong class="jxr_keyword">return</strong> generator.nextGaussian(); -<a class="jxr_linenumber" name="L44" href="#L44">44</a> } -<a class="jxr_linenumber" name="L45" href="#L45">45</a> -<a class="jxr_linenumber" name="L46" href="#L46">46</a> } -</pre> -<hr/> -<div id="footer">Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04bbbb2c042f5abe57ee19469e70af1acc36ad98.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04bbbb2c042f5abe57ee19469e70af1acc36ad98.svn-base b/site-content/.svn/pristine/04/04bbbb2c042f5abe57ee19469e70af1acc36ad98.svn-base deleted file mode 100644 index 60d268a..0000000 --- a/site-content/.svn/pristine/04/04bbbb2c042f5abe57ee19469e70af1acc36ad98.svn-base +++ /dev/null @@ -1,369 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<html lang="en"> -<head> -<title>Source code</title> -<link rel="stylesheet" type="text/css" href="../../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<div class="sourceContainer"> -<pre><span class="sourceLineNo">001</span>/*<a name="line.1"></a> -<span class="sourceLineNo">002</span> * Licensed to the Apache Software Foundation (ASF) under one or more<a name="line.2"></a> -<span class="sourceLineNo">003</span> * contributor license agreements. See the NOTICE file distributed with<a name="line.3"></a> -<span class="sourceLineNo">004</span> * this work for additional information regarding copyright ownership.<a name="line.4"></a> -<span class="sourceLineNo">005</span> * The ASF licenses this file to You under the Apache License, Version 2.0<a name="line.5"></a> -<span class="sourceLineNo">006</span> * (the "License"); you may not use this file except in compliance with<a name="line.6"></a> -<span class="sourceLineNo">007</span> * the License. You may obtain a copy of the License at<a name="line.7"></a> -<span class="sourceLineNo">008</span> *<a name="line.8"></a> -<span class="sourceLineNo">009</span> * http://www.apache.org/licenses/LICENSE-2.0<a name="line.9"></a> -<span class="sourceLineNo">010</span> *<a name="line.10"></a> -<span class="sourceLineNo">011</span> * Unless required by applicable law or agreed to in writing, software<a name="line.11"></a> -<span class="sourceLineNo">012</span> * distributed under the License is distributed on an "AS IS" BASIS,<a name="line.12"></a> -<span class="sourceLineNo">013</span> * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.<a name="line.13"></a> -<span class="sourceLineNo">014</span> * See the License for the specific language governing permissions and<a name="line.14"></a> -<span class="sourceLineNo">015</span> * limitations under the License.<a name="line.15"></a> -<span class="sourceLineNo">016</span> */<a name="line.16"></a> -<span class="sourceLineNo">017</span>package org.apache.commons.math3.stat.descriptive;<a name="line.17"></a> -<span class="sourceLineNo">018</span><a name="line.18"></a> -<span class="sourceLineNo">019</span>import org.apache.commons.math3.exception.DimensionMismatchException;<a name="line.19"></a> -<span class="sourceLineNo">020</span>import org.apache.commons.math3.exception.MathIllegalStateException;<a name="line.20"></a> -<span class="sourceLineNo">021</span>import org.apache.commons.math3.linear.RealMatrix;<a name="line.21"></a> -<span class="sourceLineNo">022</span><a name="line.22"></a> -<span class="sourceLineNo">023</span>/**<a name="line.23"></a> -<span class="sourceLineNo">024</span> * Implementation of<a name="line.24"></a> -<span class="sourceLineNo">025</span> * {@link org.apache.commons.math3.stat.descriptive.MultivariateSummaryStatistics} that<a name="line.25"></a> -<span class="sourceLineNo">026</span> * is safe to use in a multithreaded environment. Multiple threads can safely<a name="line.26"></a> -<span class="sourceLineNo">027</span> * operate on a single instance without causing runtime exceptions due to race<a name="line.27"></a> -<span class="sourceLineNo">028</span> * conditions. In effect, this implementation makes modification and access<a name="line.28"></a> -<span class="sourceLineNo">029</span> * methods atomic operations for a single instance. That is to say, as one<a name="line.29"></a> -<span class="sourceLineNo">030</span> * thread is computing a statistic from the instance, no other thread can modify<a name="line.30"></a> -<span class="sourceLineNo">031</span> * the instance nor compute another statistic.<a name="line.31"></a> -<span class="sourceLineNo">032</span> * @since 1.2<a name="line.32"></a> -<span class="sourceLineNo">033</span> */<a name="line.33"></a> -<span class="sourceLineNo">034</span>public class SynchronizedMultivariateSummaryStatistics<a name="line.34"></a> -<span class="sourceLineNo">035</span> extends MultivariateSummaryStatistics {<a name="line.35"></a> -<span class="sourceLineNo">036</span><a name="line.36"></a> -<span class="sourceLineNo">037</span> /** Serialization UID */<a name="line.37"></a> -<span class="sourceLineNo">038</span> private static final long serialVersionUID = 7099834153347155363L;<a name="line.38"></a> -<span class="sourceLineNo">039</span><a name="line.39"></a> -<span class="sourceLineNo">040</span> /**<a name="line.40"></a> -<span class="sourceLineNo">041</span> * Construct a SynchronizedMultivariateSummaryStatistics instance<a name="line.41"></a> -<span class="sourceLineNo">042</span> * @param k dimension of the data<a name="line.42"></a> -<span class="sourceLineNo">043</span> * @param isCovarianceBiasCorrected if true, the unbiased sample<a name="line.43"></a> -<span class="sourceLineNo">044</span> * covariance is computed, otherwise the biased population covariance<a name="line.44"></a> -<span class="sourceLineNo">045</span> * is computed<a name="line.45"></a> -<span class="sourceLineNo">046</span> */<a name="line.46"></a> -<span class="sourceLineNo">047</span> public SynchronizedMultivariateSummaryStatistics(int k, boolean isCovarianceBiasCorrected) {<a name="line.47"></a> -<span class="sourceLineNo">048</span> super(k, isCovarianceBiasCorrected);<a name="line.48"></a> -<span class="sourceLineNo">049</span> }<a name="line.49"></a> -<span class="sourceLineNo">050</span><a name="line.50"></a> -<span class="sourceLineNo">051</span> /**<a name="line.51"></a> -<span class="sourceLineNo">052</span> * {@inheritDoc}<a name="line.52"></a> -<span class="sourceLineNo">053</span> */<a name="line.53"></a> -<span class="sourceLineNo">054</span> @Override<a name="line.54"></a> -<span class="sourceLineNo">055</span> public synchronized void addValue(double[] value) throws DimensionMismatchException {<a name="line.55"></a> -<span class="sourceLineNo">056</span> super.addValue(value);<a name="line.56"></a> -<span class="sourceLineNo">057</span> }<a name="line.57"></a> -<span class="sourceLineNo">058</span><a name="line.58"></a> -<span class="sourceLineNo">059</span> /**<a name="line.59"></a> -<span class="sourceLineNo">060</span> * {@inheritDoc}<a name="line.60"></a> -<span class="sourceLineNo">061</span> */<a name="line.61"></a> -<span class="sourceLineNo">062</span> @Override<a name="line.62"></a> -<span class="sourceLineNo">063</span> public synchronized int getDimension() {<a name="line.63"></a> -<span class="sourceLineNo">064</span> return super.getDimension();<a name="line.64"></a> -<span class="sourceLineNo">065</span> }<a name="line.65"></a> -<span class="sourceLineNo">066</span><a name="line.66"></a> -<span class="sourceLineNo">067</span> /**<a name="line.67"></a> -<span class="sourceLineNo">068</span> * {@inheritDoc}<a name="line.68"></a> -<span class="sourceLineNo">069</span> */<a name="line.69"></a> -<span class="sourceLineNo">070</span> @Override<a name="line.70"></a> -<span class="sourceLineNo">071</span> public synchronized long getN() {<a name="line.71"></a> -<span class="sourceLineNo">072</span> return super.getN();<a name="line.72"></a> -<span class="sourceLineNo">073</span> }<a name="line.73"></a> -<span class="sourceLineNo">074</span><a name="line.74"></a> -<span class="sourceLineNo">075</span> /**<a name="line.75"></a> -<span class="sourceLineNo">076</span> * {@inheritDoc}<a name="line.76"></a> -<span class="sourceLineNo">077</span> */<a name="line.77"></a> -<span class="sourceLineNo">078</span> @Override<a name="line.78"></a> -<span class="sourceLineNo">079</span> public synchronized double[] getSum() {<a name="line.79"></a> -<span class="sourceLineNo">080</span> return super.getSum();<a name="line.80"></a> -<span class="sourceLineNo">081</span> }<a name="line.81"></a> -<span class="sourceLineNo">082</span><a name="line.82"></a> -<span class="sourceLineNo">083</span> /**<a name="line.83"></a> -<span class="sourceLineNo">084</span> * {@inheritDoc}<a name="line.84"></a> -<span class="sourceLineNo">085</span> */<a name="line.85"></a> -<span class="sourceLineNo">086</span> @Override<a name="line.86"></a> -<span class="sourceLineNo">087</span> public synchronized double[] getSumSq() {<a name="line.87"></a> -<span class="sourceLineNo">088</span> return super.getSumSq();<a name="line.88"></a> -<span class="sourceLineNo">089</span> }<a name="line.89"></a> -<span class="sourceLineNo">090</span><a name="line.90"></a> -<span class="sourceLineNo">091</span> /**<a name="line.91"></a> -<span class="sourceLineNo">092</span> * {@inheritDoc}<a name="line.92"></a> -<span class="sourceLineNo">093</span> */<a name="line.93"></a> -<span class="sourceLineNo">094</span> @Override<a name="line.94"></a> -<span class="sourceLineNo">095</span> public synchronized double[] getSumLog() {<a name="line.95"></a> -<span class="sourceLineNo">096</span> return super.getSumLog();<a name="line.96"></a> -<span class="sourceLineNo">097</span> }<a name="line.97"></a> -<span class="sourceLineNo">098</span><a name="line.98"></a> -<span class="sourceLineNo">099</span> /**<a name="line.99"></a> -<span class="sourceLineNo">100</span> * {@inheritDoc}<a name="line.100"></a> -<span class="sourceLineNo">101</span> */<a name="line.101"></a> -<span class="sourceLineNo">102</span> @Override<a name="line.102"></a> -<span class="sourceLineNo">103</span> public synchronized double[] getMean() {<a name="line.103"></a> -<span class="sourceLineNo">104</span> return super.getMean();<a name="line.104"></a> -<span class="sourceLineNo">105</span> }<a name="line.105"></a> -<span class="sourceLineNo">106</span><a name="line.106"></a> -<span class="sourceLineNo">107</span> /**<a name="line.107"></a> -<span class="sourceLineNo">108</span> * {@inheritDoc}<a name="line.108"></a> -<span class="sourceLineNo">109</span> */<a name="line.109"></a> -<span class="sourceLineNo">110</span> @Override<a name="line.110"></a> -<span class="sourceLineNo">111</span> public synchronized double[] getStandardDeviation() {<a name="line.111"></a> -<span class="sourceLineNo">112</span> return super.getStandardDeviation();<a name="line.112"></a> -<span class="sourceLineNo">113</span> }<a name="line.113"></a> -<span class="sourceLineNo">114</span><a name="line.114"></a> -<span class="sourceLineNo">115</span> /**<a name="line.115"></a> -<span class="sourceLineNo">116</span> * {@inheritDoc}<a name="line.116"></a> -<span class="sourceLineNo">117</span> */<a name="line.117"></a> -<span class="sourceLineNo">118</span> @Override<a name="line.118"></a> -<span class="sourceLineNo">119</span> public synchronized RealMatrix getCovariance() {<a name="line.119"></a> -<span class="sourceLineNo">120</span> return super.getCovariance();<a name="line.120"></a> -<span class="sourceLineNo">121</span> }<a name="line.121"></a> -<span class="sourceLineNo">122</span><a name="line.122"></a> -<span class="sourceLineNo">123</span> /**<a name="line.123"></a> -<span class="sourceLineNo">124</span> * {@inheritDoc}<a name="line.124"></a> -<span class="sourceLineNo">125</span> */<a name="line.125"></a> -<span class="sourceLineNo">126</span> @Override<a name="line.126"></a> -<span class="sourceLineNo">127</span> public synchronized double[] getMax() {<a name="line.127"></a> -<span class="sourceLineNo">128</span> return super.getMax();<a name="line.128"></a> -<span class="sourceLineNo">129</span> }<a name="line.129"></a> -<span class="sourceLineNo">130</span><a name="line.130"></a> -<span class="sourceLineNo">131</span> /**<a name="line.131"></a> -<span class="sourceLineNo">132</span> * {@inheritDoc}<a name="line.132"></a> -<span class="sourceLineNo">133</span> */<a name="line.133"></a> -<span class="sourceLineNo">134</span> @Override<a name="line.134"></a> -<span class="sourceLineNo">135</span> public synchronized double[] getMin() {<a name="line.135"></a> -<span class="sourceLineNo">136</span> return super.getMin();<a name="line.136"></a> -<span class="sourceLineNo">137</span> }<a name="line.137"></a> -<span class="sourceLineNo">138</span><a name="line.138"></a> -<span class="sourceLineNo">139</span> /**<a name="line.139"></a> -<span class="sourceLineNo">140</span> * {@inheritDoc}<a name="line.140"></a> -<span class="sourceLineNo">141</span> */<a name="line.141"></a> -<span class="sourceLineNo">142</span> @Override<a name="line.142"></a> -<span class="sourceLineNo">143</span> public synchronized double[] getGeometricMean() {<a name="line.143"></a> -<span class="sourceLineNo">144</span> return super.getGeometricMean();<a name="line.144"></a> -<span class="sourceLineNo">145</span> }<a name="line.145"></a> -<span class="sourceLineNo">146</span><a name="line.146"></a> -<span class="sourceLineNo">147</span> /**<a name="line.147"></a> -<span class="sourceLineNo">148</span> * {@inheritDoc}<a name="line.148"></a> -<span class="sourceLineNo">149</span> */<a name="line.149"></a> -<span class="sourceLineNo">150</span> @Override<a name="line.150"></a> -<span class="sourceLineNo">151</span> public synchronized String toString() {<a name="line.151"></a> -<span class="sourceLineNo">152</span> return super.toString();<a name="line.152"></a> -<span class="sourceLineNo">153</span> }<a name="line.153"></a> -<span class="sourceLineNo">154</span><a name="line.154"></a> -<span class="sourceLineNo">155</span> /**<a name="line.155"></a> -<span class="sourceLineNo">156</span> * {@inheritDoc}<a name="line.156"></a> -<span class="sourceLineNo">157</span> */<a name="line.157"></a> -<span class="sourceLineNo">158</span> @Override<a name="line.158"></a> -<span class="sourceLineNo">159</span> public synchronized void clear() {<a name="line.159"></a> -<span class="sourceLineNo">160</span> super.clear();<a name="line.160"></a> -<span class="sourceLineNo">161</span> }<a name="line.161"></a> -<span class="sourceLineNo">162</span><a name="line.162"></a> -<span class="sourceLineNo">163</span> /**<a name="line.163"></a> -<span class="sourceLineNo">164</span> * {@inheritDoc}<a name="line.164"></a> -<span class="sourceLineNo">165</span> */<a name="line.165"></a> -<span class="sourceLineNo">166</span> @Override<a name="line.166"></a> -<span class="sourceLineNo">167</span> public synchronized boolean equals(Object object) {<a name="line.167"></a> -<span class="sourceLineNo">168</span> return super.equals(object);<a name="line.168"></a> -<span class="sourceLineNo">169</span> }<a name="line.169"></a> -<span class="sourceLineNo">170</span><a name="line.170"></a> -<span class="sourceLineNo">171</span> /**<a name="line.171"></a> -<span class="sourceLineNo">172</span> * {@inheritDoc}<a name="line.172"></a> -<span class="sourceLineNo">173</span> */<a name="line.173"></a> -<span class="sourceLineNo">174</span> @Override<a name="line.174"></a> -<span class="sourceLineNo">175</span> public synchronized int hashCode() {<a name="line.175"></a> -<span class="sourceLineNo">176</span> return super.hashCode();<a name="line.176"></a> -<span class="sourceLineNo">177</span> }<a name="line.177"></a> -<span class="sourceLineNo">178</span><a name="line.178"></a> -<span class="sourceLineNo">179</span> /**<a name="line.179"></a> -<span class="sourceLineNo">180</span> * {@inheritDoc}<a name="line.180"></a> -<span class="sourceLineNo">181</span> */<a name="line.181"></a> -<span class="sourceLineNo">182</span> @Override<a name="line.182"></a> -<span class="sourceLineNo">183</span> public synchronized StorelessUnivariateStatistic[] getSumImpl() {<a name="line.183"></a> -<span class="sourceLineNo">184</span> return super.getSumImpl();<a name="line.184"></a> -<span class="sourceLineNo">185</span> }<a name="line.185"></a> -<span class="sourceLineNo">186</span><a name="line.186"></a> -<span class="sourceLineNo">187</span> /**<a name="line.187"></a> -<span class="sourceLineNo">188</span> * {@inheritDoc}<a name="line.188"></a> -<span class="sourceLineNo">189</span> */<a name="line.189"></a> -<span class="sourceLineNo">190</span> @Override<a name="line.190"></a> -<span class="sourceLineNo">191</span> public synchronized void setSumImpl(StorelessUnivariateStatistic[] sumImpl)<a name="line.191"></a> -<span class="sourceLineNo">192</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.192"></a> -<span class="sourceLineNo">193</span> super.setSumImpl(sumImpl);<a name="line.193"></a> -<span class="sourceLineNo">194</span> }<a name="line.194"></a> -<span class="sourceLineNo">195</span><a name="line.195"></a> -<span class="sourceLineNo">196</span> /**<a name="line.196"></a> -<span class="sourceLineNo">197</span> * {@inheritDoc}<a name="line.197"></a> -<span class="sourceLineNo">198</span> */<a name="line.198"></a> -<span class="sourceLineNo">199</span> @Override<a name="line.199"></a> -<span class="sourceLineNo">200</span> public synchronized StorelessUnivariateStatistic[] getSumsqImpl() {<a name="line.200"></a> -<span class="sourceLineNo">201</span> return super.getSumsqImpl();<a name="line.201"></a> -<span class="sourceLineNo">202</span> }<a name="line.202"></a> -<span class="sourceLineNo">203</span><a name="line.203"></a> -<span class="sourceLineNo">204</span> /**<a name="line.204"></a> -<span class="sourceLineNo">205</span> * {@inheritDoc}<a name="line.205"></a> -<span class="sourceLineNo">206</span> */<a name="line.206"></a> -<span class="sourceLineNo">207</span> @Override<a name="line.207"></a> -<span class="sourceLineNo">208</span> public synchronized void setSumsqImpl(StorelessUnivariateStatistic[] sumsqImpl)<a name="line.208"></a> -<span class="sourceLineNo">209</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.209"></a> -<span class="sourceLineNo">210</span> super.setSumsqImpl(sumsqImpl);<a name="line.210"></a> -<span class="sourceLineNo">211</span> }<a name="line.211"></a> -<span class="sourceLineNo">212</span><a name="line.212"></a> -<span class="sourceLineNo">213</span> /**<a name="line.213"></a> -<span class="sourceLineNo">214</span> * {@inheritDoc}<a name="line.214"></a> -<span class="sourceLineNo">215</span> */<a name="line.215"></a> -<span class="sourceLineNo">216</span> @Override<a name="line.216"></a> -<span class="sourceLineNo">217</span> public synchronized StorelessUnivariateStatistic[] getMinImpl() {<a name="line.217"></a> -<span class="sourceLineNo">218</span> return super.getMinImpl();<a name="line.218"></a> -<span class="sourceLineNo">219</span> }<a name="line.219"></a> -<span class="sourceLineNo">220</span><a name="line.220"></a> -<span class="sourceLineNo">221</span> /**<a name="line.221"></a> -<span class="sourceLineNo">222</span> * {@inheritDoc}<a name="line.222"></a> -<span class="sourceLineNo">223</span> */<a name="line.223"></a> -<span class="sourceLineNo">224</span> @Override<a name="line.224"></a> -<span class="sourceLineNo">225</span> public synchronized void setMinImpl(StorelessUnivariateStatistic[] minImpl)<a name="line.225"></a> -<span class="sourceLineNo">226</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.226"></a> -<span class="sourceLineNo">227</span> super.setMinImpl(minImpl);<a name="line.227"></a> -<span class="sourceLineNo">228</span> }<a name="line.228"></a> -<span class="sourceLineNo">229</span><a name="line.229"></a> -<span class="sourceLineNo">230</span> /**<a name="line.230"></a> -<span class="sourceLineNo">231</span> * {@inheritDoc}<a name="line.231"></a> -<span class="sourceLineNo">232</span> */<a name="line.232"></a> -<span class="sourceLineNo">233</span> @Override<a name="line.233"></a> -<span class="sourceLineNo">234</span> public synchronized StorelessUnivariateStatistic[] getMaxImpl() {<a name="line.234"></a> -<span class="sourceLineNo">235</span> return super.getMaxImpl();<a name="line.235"></a> -<span class="sourceLineNo">236</span> }<a name="line.236"></a> -<span class="sourceLineNo">237</span><a name="line.237"></a> -<span class="sourceLineNo">238</span> /**<a name="line.238"></a> -<span class="sourceLineNo">239</span> * {@inheritDoc}<a name="line.239"></a> -<span class="sourceLineNo">240</span> */<a name="line.240"></a> -<span class="sourceLineNo">241</span> @Override<a name="line.241"></a> -<span class="sourceLineNo">242</span> public synchronized void setMaxImpl(StorelessUnivariateStatistic[] maxImpl)<a name="line.242"></a> -<span class="sourceLineNo">243</span> throws DimensionMismatchException, MathIllegalStateException{<a name="line.243"></a> -<span class="sourceLineNo">244</span> super.setMaxImpl(maxImpl);<a name="line.244"></a> -<span class="sourceLineNo">245</span> }<a name="line.245"></a> -<span class="sourceLineNo">246</span><a name="line.246"></a> -<span class="sourceLineNo">247</span> /**<a name="line.247"></a> -<span class="sourceLineNo">248</span> * {@inheritDoc}<a name="line.248"></a> -<span class="sourceLineNo">249</span> */<a name="line.249"></a> -<span class="sourceLineNo">250</span> @Override<a name="line.250"></a> -<span class="sourceLineNo">251</span> public synchronized StorelessUnivariateStatistic[] getSumLogImpl() {<a name="line.251"></a> -<span class="sourceLineNo">252</span> return super.getSumLogImpl();<a name="line.252"></a> -<span class="sourceLineNo">253</span> }<a name="line.253"></a> -<span class="sourceLineNo">254</span><a name="line.254"></a> -<span class="sourceLineNo">255</span> /**<a name="line.255"></a> -<span class="sourceLineNo">256</span> * {@inheritDoc}<a name="line.256"></a> -<span class="sourceLineNo">257</span> */<a name="line.257"></a> -<span class="sourceLineNo">258</span> @Override<a name="line.258"></a> -<span class="sourceLineNo">259</span> public synchronized void setSumLogImpl(StorelessUnivariateStatistic[] sumLogImpl)<a name="line.259"></a> -<span class="sourceLineNo">260</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.260"></a> -<span class="sourceLineNo">261</span> super.setSumLogImpl(sumLogImpl);<a name="line.261"></a> -<span class="sourceLineNo">262</span> }<a name="line.262"></a> -<span class="sourceLineNo">263</span><a name="line.263"></a> -<span class="sourceLineNo">264</span> /**<a name="line.264"></a> -<span class="sourceLineNo">265</span> * {@inheritDoc}<a name="line.265"></a> -<span class="sourceLineNo">266</span> */<a name="line.266"></a> -<span class="sourceLineNo">267</span> @Override<a name="line.267"></a> -<span class="sourceLineNo">268</span> public synchronized StorelessUnivariateStatistic[] getGeoMeanImpl() {<a name="line.268"></a> -<span class="sourceLineNo">269</span> return super.getGeoMeanImpl();<a name="line.269"></a> -<span class="sourceLineNo">270</span> }<a name="line.270"></a> -<span class="sourceLineNo">271</span><a name="line.271"></a> -<span class="sourceLineNo">272</span> /**<a name="line.272"></a> -<span class="sourceLineNo">273</span> * {@inheritDoc}<a name="line.273"></a> -<span class="sourceLineNo">274</span> */<a name="line.274"></a> -<span class="sourceLineNo">275</span> @Override<a name="line.275"></a> -<span class="sourceLineNo">276</span> public synchronized void setGeoMeanImpl(StorelessUnivariateStatistic[] geoMeanImpl)<a name="line.276"></a> -<span class="sourceLineNo">277</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.277"></a> -<span class="sourceLineNo">278</span> super.setGeoMeanImpl(geoMeanImpl);<a name="line.278"></a> -<span class="sourceLineNo">279</span> }<a name="line.279"></a> -<span class="sourceLineNo">280</span><a name="line.280"></a> -<span class="sourceLineNo">281</span> /**<a name="line.281"></a> -<span class="sourceLineNo">282</span> * {@inheritDoc}<a name="line.282"></a> -<span class="sourceLineNo">283</span> */<a name="line.283"></a> -<span class="sourceLineNo">284</span> @Override<a name="line.284"></a> -<span class="sourceLineNo">285</span> public synchronized StorelessUnivariateStatistic[] getMeanImpl() {<a name="line.285"></a> -<span class="sourceLineNo">286</span> return super.getMeanImpl();<a name="line.286"></a> -<span class="sourceLineNo">287</span> }<a name="line.287"></a> -<span class="sourceLineNo">288</span><a name="line.288"></a> -<span class="sourceLineNo">289</span> /**<a name="line.289"></a> -<span class="sourceLineNo">290</span> * {@inheritDoc}<a name="line.290"></a> -<span class="sourceLineNo">291</span> */<a name="line.291"></a> -<span class="sourceLineNo">292</span> @Override<a name="line.292"></a> -<span class="sourceLineNo">293</span> public synchronized void setMeanImpl(StorelessUnivariateStatistic[] meanImpl)<a name="line.293"></a> -<span class="sourceLineNo">294</span> throws DimensionMismatchException, MathIllegalStateException {<a name="line.294"></a> -<span class="sourceLineNo">295</span> super.setMeanImpl(meanImpl);<a name="line.295"></a> -<span class="sourceLineNo">296</span> }<a name="line.296"></a> -<span class="sourceLineNo">297</span>}<a name="line.297"></a> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -</pre> -</div> -</body> -</html> http://git-wip-us.apache.org/repos/asf/commons-complex/blob/b3576eeb/site-content/.svn/pristine/04/04beee1b647717925422b9ebde79ca0de8b5aa7f.svn-base ---------------------------------------------------------------------- diff --git a/site-content/.svn/pristine/04/04beee1b647717925422b9ebde79ca0de8b5aa7f.svn-base b/site-content/.svn/pristine/04/04beee1b647717925422b9ebde79ca0de8b5aa7f.svn-base deleted file mode 100644 index 08523a8..0000000 --- a/site-content/.svn/pristine/04/04beee1b647717925422b9ebde79ca0de8b5aa7f.svn-base +++ /dev/null @@ -1,168 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> -<!-- NewPage --> -<html lang="en"> -<head> -<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> -<title>org.apache.commons.math3.fitting.leastsquares Class Hierarchy (Apache Commons Math 3.6.1 API)</title> -<link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style"> -</head> -<body> -<script type="text/javascript"><!-- - if (location.href.indexOf('is-external=true') == -1) { - parent.document.title="org.apache.commons.math3.fitting.leastsquares Class Hierarchy (Apache Commons Math 3.6.1 API)"; - } -//--> -</script> -<noscript> -<div>JavaScript is disabled on your browser.</div> -</noscript> -<!-- ========= START OF TOP NAVBAR ======= --> -<div class="topNav"><a name="navbar_top"> -<!-- --> -</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../../org/apache/commons/math3/fitting/package-tree.html">Prev</a></li> -<li><a href="../../../../../../org/apache/commons/math3/fraction/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/fitting/leastsquares/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_top"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_top"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_top"> -<!-- --> -</a></div> -<!-- ========= END OF TOP NAVBAR ========= --> -<div class="header"> -<h1 class="title">Hierarchy For Package org.apache.commons.math3.fitting.leastsquares</h1> -<span class="strong">Package Hierarchies:</span> -<ul class="horizontal"> -<li><a href="../../../../../../overview-tree.html">All Packages</a></li> -</ul> -</div> -<div class="contentContainer"> -<h2 title="Class Hierarchy">Class Hierarchy</h2> -<ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/AbstractEvaluation.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">AbstractEvaluation</span></a> (implements org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem.Evaluation.html" title="interface in org.apache.commons.math3.fitting.leastsquares">LeastSquaresProblem.Evaluation</a>)</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/EvaluationRmsChecker.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">EvaluationRmsChecker</span></a> (implements org.apache.commons.math3.optim.<a href="../../../../../../org/apache/commons/math3/optim/ConvergenceChecker.html" title="interface in org.apache.commons.math3.optim">ConvergenceChecker</a><PAIR>)</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizer.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">GaussNewtonOptimizer</span></a> (implements org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresOptimizer.html" title="interface in org.apache.commons.math3.fitting.leastsquares">LeastSquaresOptimizer</a>)</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresAdapter.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresAdapter</span></a> (implements org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem.html" title="interface in org.apache.commons.math3.fitting.leastsquares">LeastSquaresProblem</a>)</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresBuilder.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresBuilder</span></a></li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresFactory</span></a></li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LevenbergMarquardtOptimizer.html" title="class in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LevenbergMarquardtOptimizer</span></a> (implements org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresOptimizer.html" title="interface in org.apache.commons.math3.fitting.leastsquares">LeastSquaresOptimizer</a>)</li> -</ul> -</li> -</ul> -<h2 title="Interface Hierarchy">Interface Hierarchy</h2> -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresOptimizer.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresOptimizer</span></a></li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem.Evaluation.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresProblem.Evaluation</span></a> -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresOptimizer.Optimum.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresOptimizer.Optimum</span></a></li> -</ul> -</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/MultivariateJacobianFunction.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">MultivariateJacobianFunction</span></a> -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/ValueAndJacobianFunction.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">ValueAndJacobianFunction</span></a></li> -</ul> -</li> -<li type="circle">org.apache.commons.math3.optim.<a href="../../../../../../org/apache/commons/math3/optim/OptimizationProblem.html" title="interface in org.apache.commons.math3.optim"><span class="strong">OptimizationProblem</span></a><PAIR> -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">LeastSquaresProblem</span></a></li> -</ul> -</li> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/ParameterValidator.html" title="interface in org.apache.commons.math3.fitting.leastsquares"><span class="strong">ParameterValidator</span></a></li> -</ul> -<h2 title="Enum Hierarchy">Enum Hierarchy</h2> -<ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><span class="strong">Object</span></a> -<ul> -<li type="circle">java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Enum.html?is-external=true" title="class or interface in java.lang"><span class="strong">Enum</span></a><E> (implements java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Comparable.html?is-external=true" title="class or interface in java.lang">Comparable</a><T>, java.io.<a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>) -<ul> -<li type="circle">org.apache.commons.math3.fitting.leastsquares.<a href="../../../../../../org/apache/commons/math3/fitting/leastsquares/GaussNewtonOptimizer.Decomposition.html" title="enum in org.apache.commons.math3.fitting.leastsquares"><span class="strong">GaussNewtonOptimizer.Decomposition</span></a></li> -</ul> -</li> -</ul> -</li> -</ul> -</div> -<!-- ======= START OF BOTTOM NAVBAR ====== --> -<div class="bottomNav"><a name="navbar_bottom"> -<!-- --> -</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow"> -<!-- --> -</a> -<ul class="navList" title="Navigation"> -<li><a href="../../../../../../overview-summary.html">Overview</a></li> -<li><a href="package-summary.html">Package</a></li> -<li>Class</li> -<li>Use</li> -<li class="navBarCell1Rev">Tree</li> -<li><a href="../../../../../../deprecated-list.html">Deprecated</a></li> -<li><a href="../../../../../../index-all.html">Index</a></li> -<li><a href="../../../../../../help-doc.html">Help</a></li> -</ul> -<div class="aboutLanguage"><em><script type="text/javascript" src="http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"></script></em></div> -</div> -<div class="subNav"> -<ul class="navList"> -<li><a href="../../../../../../org/apache/commons/math3/fitting/package-tree.html">Prev</a></li> -<li><a href="../../../../../../org/apache/commons/math3/fraction/package-tree.html">Next</a></li> -</ul> -<ul class="navList"> -<li><a href="../../../../../../index.html?org/apache/commons/math3/fitting/leastsquares/package-tree.html" target="_top">Frames</a></li> -<li><a href="package-tree.html" target="_top">No Frames</a></li> -</ul> -<ul class="navList" id="allclasses_navbar_bottom"> -<li><a href="../../../../../../allclasses-noframe.html">All Classes</a></li> -</ul> -<div> -<script type="text/javascript"><!-- - allClassesLink = document.getElementById("allclasses_navbar_bottom"); - if(window==top) { - allClassesLink.style.display = "block"; - } - else { - allClassesLink.style.display = "none"; - } - //--> -</script> -</div> -<a name="skip-navbar_bottom"> -<!-- --> -</a></div> -<!-- ======== END OF BOTTOM NAVBAR ======= --> -<p class="legalCopy"><small>Copyright © 2003–2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p> -</body> -</html>
