Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
ランダムなデータセットの生成
説明
与えられた確率分布のランダムなデータセットを生成します。
Maple's initial probability distributions または creating custom distributions を使用して確率変数を定義します。
分布のパラメータは記号、数値またはその混合が可能です。
__X__ := Statistics[ RandomVariable ]( Normal(0, 1) ): __Y__ := Statistics[ RandomVariable ]( Normal(0, 1) ):
確率変数または確率変数を含んだ代数式を使用していくつかの点のランダムなデータセットを生成します。
__cauchyData1__ := Statistics[ Sample ]( __X__/__Y__, 10^6 ); __cauchyData2__ := Statistics[ Sample ]( Cauchy(0, 1), 10^6);
ランダムなデータセットを使用した操作や視覚化は Interactive Data Analysis task assistant または Statistics パッケージのコマンドをご利用下さい。
Statistics[ InteractiveDataAnalysis ]( __cauchyData1__, __cauchyData2__ );
使用したコマンド
Statistics[RandomVariable], Statistics[Normal], Statistics[Sample] Statistics[InteractiveDataAnalysis]
参照
Statistics, Statistics[KernelSample] Statistics[Distributions], Statistics[DescriptiveStatistics], Statistics[Visualization]
Download Help Document