Skip to content

Commit 85e9df0

Browse files
8orrin9gitbook-bot
authored andcommitted
GITBOOK-82: Image Resizing - Statistics
1 parent 0d370f6 commit 85e9df0

12 files changed

+23
-23
lines changed

docs/statistics/1.-prob.-distribution.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Generate a Specific Distribution or View Information
44

55
# 1. Prob. Distribution
66

7-
<figure><img src="../.gitbook/assets/image (267).png" alt="" width="477"><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (267).png" alt="" width="318"><figcaption></figcaption></figure>
88

99
1. Click the _**Prob. Distribution**_ in the _**Statistics**_ category.
1010

@@ -64,7 +64,7 @@ description: Generate a Specific Distribution or View Information
6464

6565
#### Statistics to P-Value
6666

67-
<figure><img src="../.gitbook/assets/image (272).png" alt=""><figcaption></figcaption></figure>
67+
<figure><img src="../.gitbook/assets/image (272).png" alt="" width="563"><figcaption></figcaption></figure>
6868

6969
1. _**Statistics**_: You will get the probability of getting a value from this distribution that is greater than or equal to the absolute value entered here.
7070
2. _**Alternative**_: _**Two-sided** for a_ two-tailed test, _**One-sided**_ for _a_ one-tailed test.
@@ -104,15 +104,15 @@ description: Generate a Specific Distribution or View Information
104104

105105
### Normal
106106

107-
<figure><img src="../.gitbook/assets/image (277).png" alt=""><figcaption></figcaption></figure>
107+
<figure><img src="../.gitbook/assets/image (277).png" alt="" width="563"><figcaption></figcaption></figure>
108108

109109
1. _**Loc**_: Set the mean of the normal distribution.
110110
2. _**Scale**_: Set the standard deviation of the normal distribution.
111111
3. _**User option**_: You can add options other than those provided in Visual Python.
112112

113113
### Beta
114114

115-
<figure><img src="../.gitbook/assets/image (278).png" alt=""><figcaption></figcaption></figure>
115+
<figure><img src="../.gitbook/assets/image (278).png" alt="" width="563"><figcaption></figcaption></figure>
116116

117117
1. _**A**_: Set the shape parameter **A** for the beta distribution.
118118
2. _**B**_: Set the shape parameter **B** for the beta distribution.
@@ -127,14 +127,14 @@ description: Generate a Specific Distribution or View Information
127127

128128
### Student's t and Chi2
129129

130-
<figure><img src="../.gitbook/assets/image (280).png" alt=""><figcaption></figcaption></figure>
130+
<figure><img src="../.gitbook/assets/image (280).png" alt="" width="563"><figcaption></figcaption></figure>
131131

132132
1. _**Df**_: Set the degrees of freedom for the t-distribution or chi-squared distribution.
133133
2. _**User Option**_: You can add options other than those provided in Visual Python.
134134

135135
### F
136136

137-
<figure><img src="../.gitbook/assets/image (281).png" alt=""><figcaption></figcaption></figure>
137+
<figure><img src="../.gitbook/assets/image (281).png" alt="" width="563"><figcaption></figcaption></figure>
138138

139139
1. _**Dfn**_: Set the numerator degrees of freedom.
140140
2. _**Dfd**_: Set the denominator degrees of freedom.

docs/statistics/10.-factor-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 10. Factor Analysis
22

3-
<figure><img src="../.gitbook/assets/image (312).png" alt="" width="471"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (312).png" alt="" width="314"><figcaption></figcaption></figure>
44

55
1. Click on _**Factor Analysis**_ in the _**Statistics**_ category
66

docs/statistics/11.-regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 11. Regression
22

3-
<figure><img src="../.gitbook/assets/image (314).png" alt="" width="455"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (314).png" alt="" width="303"><figcaption></figcaption></figure>
44

55
1. Click on _**Regression**_ in the _**Statistics**_ category.
66

docs/statistics/12.-logistic-regression.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 12. Logistic Regression
22

3-
<figure><img src="../.gitbook/assets/image (316).png" alt="" width="464"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (316).png" alt="" width="310"><figcaption></figcaption></figure>
44

55
1. Click on _**Logistic Regression**_ in the _**Statistics**_ category.
66

docs/statistics/2.-descriptive-statistics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ description: View the Statistics of Your Data
44

55
# 2. Descriptive Statistics
66

7-
<figure><img src="../.gitbook/assets/image (285).png" alt="" width="452"><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (285).png" alt="" width="302"><figcaption></figcaption></figure>
88

99
1. Select _**Descriptive Statistics**_ in the _**Statistics category**_.
1010

1111
<figure><img src="../.gitbook/assets/image (286).png" alt="" width="563"><figcaption></figcaption></figure>
1212

13-
2. _**Data**:_ Choose a DataFrame. You can apply conditions or slice through the _**Subset**_.
13+
2. _**Data**:_ Choose a DataFrame. You can apply conditions or slice through the [_**Subset**_](../data-analysis/5.-subset.md).
1414
3. _**Variable**_: Select the column from the chosen DataFrame to be designated as the _**Variable**_.
1515
4. _**Code View**_: Preview the code that will be displayed.
1616
5. _**Data View**_: Preview the displayed results.

docs/statistics/3.-normality-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# 3. Normality Test
22

3-
<figure><img src="../.gitbook/assets/image (290).png" alt="" width="457"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (290).png" alt="" width="305"><figcaption></figcaption></figure>
44

55
1. Choose the _**Normality test**_ in the _**Statistics**_ category.
66

77
<figure><img src="../.gitbook/assets/image (291).png" alt="" width="563"><figcaption></figcaption></figure>
88

99
2. On the top tab, select the test method you want to apply.
10-
3. _**Data**_: Select the data you want to test. You can use _Subset to_ select values that meet certain conditions. Next, select the columns you want to test from the selected values.
10+
3. _**Data**_: Select the data you want to test. You can use [_**Subset**_](../data-analysis/5.-subset.md) _to_ select values that meet certain conditions. Next, select the columns you want to test from the selected values.
1111
4. _**Alternative hypothesis (Kolmogorov-Smirnov test)**_: Choose whether to perform a two-tailed or one-tailed test.
1212
5. _**Display**_: Choose a plot to output with your results.
1313
6. _**Code View**_: Preview the code that will be output.

docs/statistics/4.-equal-var.-test.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 4. Equal Var. Test
22

3-
<figure><img src="../.gitbook/assets/image (292).png" alt="" width="462"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (292).png" alt="" width="308"><figcaption></figcaption></figure>
44

55
1. Select the _**Equal Var. Test**_ in the _**Statistics**_ category.
66

@@ -23,7 +23,7 @@
2323

2424
### Long Data
2525

26-
<figure><img src="../.gitbook/assets/image (294).png" alt=""><figcaption></figcaption></figure>
26+
<figure><img src="../.gitbook/assets/image (294).png" alt="" width="563"><figcaption></figcaption></figure>
2727

2828
1. _**Input Type**_: Select the format of the data to be tested.
2929
2. _**Data**_: Choose the data to be tested. You can use [_**Subset**_](../data-analysis/5.-subset.md) to select only the data that satisfies specific conditions.
@@ -37,7 +37,7 @@
3737

3838
### Wide Data
3939

40-
<figure><img src="../.gitbook/assets/image (295).png" alt=""><figcaption></figcaption></figure>
40+
<figure><img src="../.gitbook/assets/image (295).png" alt="" width="563"><figcaption></figcaption></figure>
4141

4242
1. _**Input Type**_: Select the format of the data to be tested.
4343
2. _**Data**_: Choose the data to be tested. You can use [_**Subset**_](../data-analysis/5.-subset.md) to select only the data that satisfies specific conditions. Select the columns for the data chosen above to test for equal variance.

docs/statistics/5.-correlation-analysis.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 5. Correlation Analysis
22

3-
<figure><img src="../.gitbook/assets/image (296).png" alt="" width="473"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (296).png" alt="" width="316"><figcaption></figcaption></figure>
44

55
1. Click on _**Correlation Analysis**_ in the _**Statistics**_ category.
66

docs/statistics/6.-reliability-analysis.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 6. Reliability Analysis
22

3-
<figure><img src="../.gitbook/assets/image (298).png" alt="" width="455"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (298).png" alt="" width="303"><figcaption></figcaption></figure>
44

55
1. Click on _**Reliability Analysis**_ in the _**Statistics**_ category.
66

@@ -14,7 +14,7 @@
1414

1515
### Example Output
1616

17-
<figure><img src="../.gitbook/assets/image (300).png" alt="" width="563"><figcaption></figcaption></figure>
17+
<figure><img src="../.gitbook/assets/image (300).png" alt=""><figcaption></figcaption></figure>
1818

1919
* _**Cronbach Alpha**_ used in Reliability Analysis is a statistical method measuring _**Consistency**_, and this consistency is an indicator of Reliability.
2020
* **The Cronbach Alpha value** is output between 0 and 1, where closer to 1 indicates higher consistency. The _**N**_ value represents the number of columns selected.

docs/statistics/7.-chi-square-test.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 7. Chi-square Test
22

3-
<figure><img src="../.gitbook/assets/image (301).png" alt="" width="463"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (301).png" alt="" width="309"><figcaption></figcaption></figure>
44

55
1. Click on the _**Chi-square test**_ in the _**Statistics**_ category.
66

docs/statistics/8.-students-t-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 8. Student's T-test
22

3-
<figure><img src="../.gitbook/assets/image (303).png" alt="" width="479"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (303).png" alt="" width="319"><figcaption></figcaption></figure>
44

55
1. Click on the _**Student's t-test**_ in the _**Statistics**_ category.
66

7-
<figure><img src="../.gitbook/assets/image (304).png" alt=""><figcaption></figcaption></figure>
7+
<figure><img src="../.gitbook/assets/image (304).png" alt="" width="563"><figcaption></figcaption></figure>
88

99
2. Choose the type of t-test you want to perform:
1010

docs/statistics/9.-anova.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# 9. ANOVA
22

3-
<figure><img src="../.gitbook/assets/image (308).png" alt="" width="479"><figcaption></figcaption></figure>
3+
<figure><img src="../.gitbook/assets/image (308).png" alt="" width="320"><figcaption></figcaption></figure>
44

55
1. Click on _**ANOVA**_ in the _**Statistics**_ category.
66

0 commit comments

Comments
 (0)