Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for statistics (0.029 sec.)
9.7. statistics --- 数理統計関数 — Python 3.6.5 ドキュメント 14056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リ » 9. 数値と数学モジュール » 9.7. statistics --- 数理統計関数 ¶ バージョン 3.4 で追加. ソースコ ... ード: Lib/statistics.py このモジュールは、数値 ( Real 型) データを数学的 ... 。例の多くがソートされているのは見やすさのためです。 statistics. mean ( data ) ¶ Return the sample arithmetic mean ... 。データの中心位置の測度の一つです。 data が空の場合 StatisticsError を送出します。 使用例: >>> mean ([ 1 , 2 , 3 ...
https://man.plustar.jp/python/library/statistics.html - [similar]
27.7. tracemalloc --- メモリ割り当ての追跡 — Python 3.6.5 ドキュメント 10923
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... cemalloc . take_snapshot () top_stats = snapshot . statistics ( 'lineno' ) print ( "[ Top 10 ]" ) for stat in to ... edtuple types. オプションの詳細については Snapshot.statistics() を参照してください。 27.7.1.2. 差を計算する ¶ ス ... cemalloc . take_snapshot () top_stats = snapshot . statistics ( 'traceback' ) # pick the biggest memory block st ... ( False , "<unknown>" ), )) top_stats = snapshot . statistics ( key_type ) print ( "Top %s lines" % limit ) for ...
https://man.plustar.jp/python/library/tracemalloc.html - [similar]
9.6. random --- 擬似乱数を生成する — Python 3.6.5 ドキュメント 9557
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... リングして 統計的ブートストラップ を行う例: # http://statistics.about.com/od/Applications/a/Example-Of-Bootstrappi ... ng.htm from statistics import mean from random import choices data = 1 , ... 、 リサンプリング順列試験 を行う例: # Example from "Statistics is Easy" by Dennis Shasha and Manda Wilson from st ... ション: from random import expovariate , gauss from statistics import mean , median , stdev average_arrival_inter ...
https://man.plustar.jp/python/library/random.html - [similar]
10. 標準ライブラリミニツアー — Python 3.6.5 ドキュメント 9277
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... ange ( 6 ) # random integer chosen from range(6) 4 statistics モジュールは数値データの基礎的な統計的特性(平均、 ... 中央値、分散等)を計算します: >>> import statistics >>> data = [ 2.75 , 1.75 , 1.25 , 0.25 , 0.5 , 1.2 ... 5 , 3.5 ] >>> statistics . mean ( data ) 1.6071428571428572 >>> statistics ... . median ( data ) 1.25 >>> statistics . variance ( data ) 1.3720238095238095 SciPy プロジ ...
https://man.plustar.jp/python/tutorial/stdlib.html - [similar]
Pythonモジュール索引 — Python 3.6.5 ドキュメント 8594
ナビゲーション 索引 モジュール | Python » 3.6.5 ドキュメント » Pythonモジュール索引 _ | a | b | ... ty printer. profile Python source profiler. pstats Statistics object for use with the profiler. pty (Linux) Pseu ... e results of os.stat(), os.lstat() and os.fstat(). statistics mathematical statistics functions string Common st ...
https://man.plustar.jp/python/py-modindex.html - [similar]
10. 関数型プログラミング用モジュール — Python 3.6.5 ドキュメント 8297
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 索引 , Software , 生成 , 実行 前のトピックへ 9.7. statistics --- 数理統計関数 次のトピックへ 10.1. itertools -- ...
https://man.plustar.jp/python/library/functional.html - [similar]
9. 数値と数学モジュール — Python 3.6.5 ドキュメント 8104
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 生成器 9.6.6. 再現性について 9.6.7. 例とレシピ 9.7. statistics --- 数理統計関数 9.7.1. 平均及び中心位置の測度 9.7 ...
https://man.plustar.jp/python/library/numeric.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7912
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ルプリミティブを基にしています ( PEP 3156 の一部)。 statistics : 基礎的な 数値的に安定な統計ライブラリ ( PEP 450 ... これは select モジュールプリミティブに基いています。 statistics ¶ 新規モジュール statistics ( PEP 450 で定義) は統 ... モジュール asyncio ensurepip enum pathlib selectors statistics tracemalloc 改良されたモジュール abc aifc argparse ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
Python 標準ライブラリ — Python 3.6.5 ドキュメント 7719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... --- 有理数 9.6. random --- 擬似乱数を生成する 9.7. statistics --- 数理統計関数 10. 関数型プログラミング用モジュー ...
https://man.plustar.jp/python/library/index.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 7719
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... . (Contributed by Christian Heimes in bpo-28085 .) statistics ¶ A new harmonic_mean() function has been added. ( ... mpleter shlex site sqlite3 socket socketserver ssl statistics struct subprocess sys telnetlib time timeit tkinte ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 NEXT