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
ユーザ定義の確率分布の定義
説明
ユーザ定義の確率分布とその分布の確率変数を定義します。
ユーザ定義の確率分布を定義
__U__ := Statistics[ Distribution ]( PDF = (__t__ -> piecewise(__t__ < 0, 0, __t__ < 3, 1, 0) ) ):
分布の確率変数を定義
__X__ := Statistics[ RandomVariable ]( __U__ ):
確率変数の計算
__Xmean__ := Statistics[ Mean ]( __X__ ); __XCDF2__ := Statistics[ CDF ]( __X__, 2 );
使用したコマンド
Statistics[Distribution], piecewise, Statistics[RandomVariable], Statistics[Mean], Statistics[CDF]
参照
Statistics, Statistics[Distributions]
Download Help Document