質問するログイン新規登録

回答編集履歴

2

2019/11/15 02:25

投稿

quickquip
quickquip

スコア11357

answer CHANGED
@@ -1,3 +1,5 @@
1
+ 当然ドキュメントを真っ先に見ますよね。
2
+
1
3
  [https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html)
2
4
 
3
5
  > Normalized by N-1 by default. This can be changed using the ddof argument

1

些細

2019/11/15 02:25

投稿

quickquip
quickquip

スコア11357

answer CHANGED
@@ -1,8 +1,8 @@
1
1
  [https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.DataFrame.std.html)
2
2
 
3
3
  > Normalized by N-1 by default. This can be changed using the ddof argument
4
+ >
4
5
  > ddof : int, default 1
5
- >
6
6
  > Delta Degrees of Freedom. The divisor used in calculations is N - ddof, where N represents the number of elements.
7
7
 
8
8
  ```