Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
ランダムなデータセットの生成
説明
与えられた確率分布のランダムなデータセットを生成します。
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