Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
2d40520a
Kaydet (Commit)
2d40520a
authored
Eki 18, 2013
tarafından
Eike Rathke
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
removed senseless comments
Change-Id: I38dcca9d513e9122ffca81f448ad3181fd7a9817
üst
ac0dc48b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
interpr3.cxx
sc/source/core/tool/interpr3.cxx
+3
-3
No files found.
sc/source/core/tool/interpr3.cxx
Dosyayı görüntüle @
2d40520a
...
@@ -3850,7 +3850,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
...
@@ -3850,7 +3850,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
}
}
}
}
}
}
if
(
fCount
<
(
_bStexy
?
3.0
:
(
_bSample
?
2.0
:
1.0
)))
// fCount==1 is handled by checking denominator later on
if
(
fCount
<
(
_bStexy
?
3.0
:
(
_bSample
?
2.0
:
1.0
)))
PushNoValue
();
PushNoValue
();
else
else
{
{
...
@@ -3872,7 +3872,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
...
@@ -3872,7 +3872,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
}
}
}
}
}
}
}
// for (SCSIZE i = 0; i < nC1; i++)
}
if
(
_bPearson
)
if
(
_bPearson
)
{
{
if
(
fSumSqrDeltaX
==
0.0
||
(
!
_bStexy
&&
fSumSqrDeltaY
==
0.0
)
)
if
(
fSumSqrDeltaX
==
0.0
||
(
!
_bStexy
&&
fSumSqrDeltaY
==
0.0
)
)
...
@@ -3882,7 +3882,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
...
@@ -3882,7 +3882,7 @@ void ScInterpreter::CalculatePearsonCovar( bool _bPearson, bool _bStexy, bool _b
fSumDeltaXDeltaY
/
fSumSqrDeltaX
)
/
(
fCount
-
2
)));
fSumDeltaXDeltaY
/
fSumSqrDeltaX
)
/
(
fCount
-
2
)));
else
else
PushDouble
(
fSumDeltaXDeltaY
/
sqrt
(
fSumSqrDeltaX
*
fSumSqrDeltaY
));
PushDouble
(
fSumDeltaXDeltaY
/
sqrt
(
fSumSqrDeltaX
*
fSumSqrDeltaY
));
}
// if ( _bPearson )
}
else
else
{
{
if
(
_bSample
)
if
(
_bSample
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment