Home
last modified time | relevance | path

Searched refs:xValues (Results 1 – 25 of 261) sorted by relevance

1234567891011

/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/Statistical/
H A DTrends.php43 $xValueCount = count($xValues);
64 if (($xValues === null) || (!is_array($yValues)) || (!is_array($xValues))) {
139 * @param mixed[] $xValues Data Series X
148 $xValues = Functions::flattenArray($xValues);
171 * @param mixed[] $xValues Data Series X
206 if ($xValues === null) {
207 $xValues = $yValues;
267 if ($xValues === null) {
268 $xValues = $yValues;
324 * @param mixed[] $xValues Data Series X
[all …]
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_DistFunc_kolmogorov.cxx52 Point xValues(0); in main() local
59 xValues.add(0.01); in main()
60 xValues.add(0.02); in main()
62 xValues.add(0.1); in main()
63 xValues.add(0.2); in main()
64 xValues.add(0.5); in main()
65 xValues.add(1.0); in main()
66 xValues.add(1.2); in main()
67 xValues.add(1.5); in main()
68 xValues.add(2.0); in main()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/qa/extras/
H A Dchart2_trendcalculators.cxx114 Sequence< double > xValues( 7 ); in testPotentialRegression1() local
119 xValues[i] = d; in testPotentialRegression1()
130 Sequence< double > xValues( 7 ); in testPotentialRegression2() local
135 xValues[i] = d; in testPotentialRegression2()
146 Sequence< double > xValues( 7 ); in testLinearRegression1() local
151 xValues[i] = d; in testLinearRegression1()
162 Sequence< double > xValues( 7 ); in testPolynomialRegression1() local
167 xValues[i] = d; in testPolynomialRegression1()
178 Sequence< double > xValues( 7 ); in testExponentialRegression1() local
183 xValues[i] = d; in testExponentialRegression1()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/qa/extras/
H A Dchart2_trendcalculators.cxx114 Sequence< double > xValues( 7 ); in testPotentialRegression1() local
119 xValues[i] = d; in testPotentialRegression1()
130 Sequence< double > xValues( 7 ); in testPotentialRegression2() local
135 xValues[i] = d; in testPotentialRegression2()
146 Sequence< double > xValues( 7 ); in testLinearRegression1() local
151 xValues[i] = d; in testLinearRegression1()
162 Sequence< double > xValues( 7 ); in testPolynomialRegression1() local
167 xValues[i] = d; in testPolynomialRegression1()
178 Sequence< double > xValues( 7 ); in testExponentialRegression1() local
183 xValues[i] = d; in testExponentialRegression1()
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/
H A DbestFitClass.php56 protected $xValues = array(); variable in PHPExcel_Best_Fit
148 return $this->xValues;
321 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
323 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
364 $x_sum = array_sum($xValues);
371 $xx_sum += $xValues[$i] * $xValues[$i];
376 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
379 $mDivisor += $xValues[$i] * $xValues[$i];
409 $nX = count($xValues);
413 $xValues = range(1, $nY);
[all …]
H A DpolynomialBestFitClass.php146 * @param float[] $xValues The set of X-values for this regression
149 private function polynomialRegression($order, $yValues, $xValues, $const) argument
152 $x_sum = array_sum($xValues);
156 $xy_sum += $xValues[$i] * $yValues[$i];
157 $xx_sum += $xValues[$i] * $xValues[$i];
170 $A[$i][$j] = pow($xValues[$i], $j);
193 foreach ($this->xValues as $xKey => $xValue) {
204 * @param float[] $xValues The set of X-values for this regression
207 public function __construct($order, $yValues, $xValues = array(), $const = true) argument
209 if (parent::__construct($yValues, $xValues) !== false) {
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/trend/
H A DbestFitClass.php56 protected $xValues = array(); variable in PHPExcel_Best_Fit
148 return $this->xValues;
321 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
323 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
364 $x_sum = array_sum($xValues);
371 $xx_sum += $xValues[$i] * $xValues[$i];
376 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
379 $mDivisor += $xValues[$i] * $xValues[$i];
409 $nX = count($xValues);
413 $xValues = range(1, $nY);
[all …]
H A DpolynomialBestFitClass.php146 * @param float[] $xValues The set of X-values for this regression
149 private function polynomialRegression($order, $yValues, $xValues, $const) argument
152 $x_sum = array_sum($xValues);
156 $xy_sum += $xValues[$i] * $yValues[$i];
157 $xx_sum += $xValues[$i] * $xValues[$i];
170 $A[$i][$j] = pow($xValues[$i], $j);
193 foreach ($this->xValues as $xKey => $xValue) {
204 * @param float[] $xValues The set of X-values for this regression
207 public function __construct($order, $yValues, $xValues = array(), $const = true) argument
209 if (parent::__construct($yValues, $xValues) !== false) {
[all …]
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
H A DPolynomialBestFit.php122 * @param float[] $xValues The set of X-values for this regression
124 private function polynomialRegression($order, $yValues, $xValues) argument
127 $x_sum = array_sum($xValues);
131 $xy_sum += $xValues[$i] * $yValues[$i];
132 $xx_sum += $xValues[$i] * $xValues[$i];
147 $A[$i][$j] = pow($xValues[$i], $j);
170 foreach ($this->xValues as $xKey => $xValue) {
180 * @param float[] $xValues The set of X-values for this regression
183 public function __construct($order, $yValues, $xValues = [], $const = true) argument
185 parent::__construct($yValues, $xValues);
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
H A DPolynomialBestFit.php122 * @param float[] $xValues The set of X-values for this regression
124 private function polynomialRegression($order, $yValues, $xValues) argument
127 $x_sum = array_sum($xValues);
131 $xy_sum += $xValues[$i] * $yValues[$i];
132 $xx_sum += $xValues[$i] * $xValues[$i];
147 $A[$i][$j] = pow($xValues[$i], $j);
170 foreach ($this->xValues as $xKey => $xValue) {
180 * @param float[] $xValues The set of X-values for this regression
183 public function __construct($order, $yValues, $xValues = [], $const = true) argument
185 if (parent::__construct($yValues, $xValues) !== false) {
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
H A DPolynomialBestFit.php122 * @param float[] $xValues The set of X-values for this regression
124 private function polynomialRegression($order, $yValues, $xValues) argument
127 $x_sum = array_sum($xValues);
131 $xy_sum += $xValues[$i] * $yValues[$i];
132 $xx_sum += $xValues[$i] * $xValues[$i];
147 $A[$i][$j] = pow($xValues[$i], $j);
170 foreach ($this->xValues as $xKey => $xValue) {
180 * @param float[] $xValues The set of X-values for this regression
183 public function __construct($order, $yValues, $xValues = [], $const = true) argument
185 parent::__construct($yValues, $xValues);
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
H A DPolynomialBestFit.php122 * @param float[] $xValues The set of X-values for this regression
124 private function polynomialRegression($order, $yValues, $xValues): void argument
127 $x_sum = array_sum($xValues);
131 $xy_sum += $xValues[$i] * $yValues[$i];
132 $xx_sum += $xValues[$i] * $xValues[$i];
147 $A[$i][$j] = $xValues[$i] ** $j;
170 foreach ($this->xValues as $xKey => $xValue) {
180 * @param float[] $xValues The set of X-values for this regression
183 public function __construct($order, $yValues, $xValues = [], $const = true) argument
185 parent::__construct($yValues, $xValues);
[all …]
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
125 return $this->xValues;
358 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
360 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
400 * @param float[] $xValues
406 $x_sum = array_sum($xValues);
413 $xx_sum += $xValues[$i] * $xValues[$i];
418 $mDivisor += ($xValues[$i] - $meanX) * ($xValues[$i] - $meanX);
421 $mDivisor += $xValues[$i] * $xValues[$i];
449 $nX = count($xValues);
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Shared/Trend/
H A DBestFit.php33 protected $xValues = []; variable in PhpOffice\\PhpSpreadsheet\\Shared\\Trend\\BestFit
119 return $this->xValues;
349 $SSsex += ($this->xValues[$xKey] - $meanX) * ($this->xValues[$xKey] - $meanX);
351 $SSsex += $this->xValues[$xKey] * $this->xValues[$xKey];
403 * @param float[] $xValues
408 $sumValuesX = array_sum($xValues);
421 $mDivisor += ($xValues[$i] - $meanValueX) * ($xValues[$i] - $meanValueX);
424 $mDivisor += $xValues[$i] * $xValues[$i];
447 $xValueCount = count($xValues);
451 $xValues = range(1, $yValueCount);
[all …]
H A DPolynomialBestFit.php125 * @param float[] $xValues The set of X-values for this regression
127 private function polynomialRegression($order, $yValues, $xValues): void argument
130 $x_sum = array_sum($xValues);
134 $xy_sum += $xValues[$i] * $yValues[$i];
135 $xx_sum += $xValues[$i] * $xValues[$i];
150 $A[$i][$j] = $xValues[$i] ** $j;
173 foreach ($this->xValues as $xKey => $xValue) {
183 * @param float[] $xValues The set of X-values for this regression
185 public function __construct($order, $yValues, $xValues = []) argument
187 parent::__construct($yValues, $xValues);
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/examples/stockchart/
H A Dgriditem.cpp126 QList<double> xValues; in draw() local
139 xValues += area.left(); in draw()
140 xValues += area.right(); in draw()
143 qSort( xValues ); in draw()
171 for ( int i = 1; i < xValues.size(); i++ ) in draw()
173 double x1 = xMap.transform( xValues[i - 1] ); in draw()
174 double x2 = xMap.transform( xValues[i] ); in draw()
185 xValues[i] - xValues[i - 1], yValues[j] - yValues[j - 1] ); in draw()
204 for ( int i = 1; i < xValues.size(); i++ ) in draw()
207 xValues[i] - xValues[i - 1], area.bottom() ); in draw()
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Calculation/
H A DStatistical.php267 return Trends::CORREL($xValues, $yValues);
398 return Trends::COVAR($yValues, $xValues);
695 * @param mixed[] $xValues Data Series X
768 * @param mixed[] $xValues Data Series X
834 * @param null|mixed[] $xValues Data Series X
857 * @param null|mixed[] $xValues Data Series X
1395 * @param mixed[] $xValues Data Series X
1401 return Trends::RSQ($yValues, $xValues);
1437 * @param mixed[] $xValues Data Series X
1590 * @param mixed[] $xValues Data Series X
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/ucbhelper/source/provider/
H A Dresultset.cxx704 if ( xValues.is() ) in wasNull()
724 if ( xValues.is() ) in getString()
746 if ( xValues.is() ) in getBoolean()
768 if ( xValues.is() ) in getByte()
790 if ( xValues.is() ) in getShort()
812 if ( xValues.is() ) in getInt()
834 if ( xValues.is() ) in getLong()
856 if ( xValues.is() ) in getFloat()
878 if ( xValues.is() ) in getDouble()
901 if ( xValues.is() ) in getBytes()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/ucbhelper/source/provider/
H A Dresultset.cxx694 if ( xValues.is() ) in wasNull()
714 if ( xValues.is() ) in getString()
736 if ( xValues.is() ) in getBoolean()
758 if ( xValues.is() ) in getByte()
780 if ( xValues.is() ) in getShort()
802 if ( xValues.is() ) in getInt()
824 if ( xValues.is() ) in getLong()
846 if ( xValues.is() ) in getFloat()
868 if ( xValues.is() ) in getDouble()
891 if ( xValues.is() ) in getBytes()
[all …]

1234567891011