-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create WykresNormalnyKwantylowy.adoc
- Loading branch information
1 parent
11fcdbc
commit a3de80c
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
= Polecenie WykresNormalnyKwantylowy | ||
:page-en: commands/NormalQuantilePlot | ||
ifdef::env-github[:imagesdir: /en/modules/ROOT/assets/images] | ||
|
||
WykresNormalnyKwantylowy( <Lista Surowych Danych> ):: | ||
Tworzy wykres kwantylowy normalny (normal quantile plot) z podanej listy danych i rysuje linię przechodzącą przez punkty, | ||
przedstawiającą idealny wykres dla dokładnie normalnych danych. | ||
Punkty są tworzone poprzez nanoszenie wartości danych na oś _x_ oraz ich oczekiwanych wartości normalnych (Z-score) na oś _y_. | ||
Wartości _y_ są obliczane przy użyciu estymatora Fillibena.. |