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
Statistics Estimation
Estimation is the process of determining a numerical value for one or more parameters of a population from a set of data samples. The Statistics package provides a framework for performing maximum likelihood estimation and other techniques used in statistical estimation.
1 Maximum Likelihood Estimation
Maximum likelihood estimation applies the concept of the likelihood function - an equation that considers the probability of a set of recorded observations given one or more unknown parameters. The maximum value that this function attains when mapped over the unknown parameter is of particular importance, as it indicates the "most likely" value for that parameter.
The following is an example problem that demonstrates a method for finding the maximum likelihood estimate of the scale parameter c in a Pareto distribution.
Generate a sample from the Pareto distribution that will act as the provided data.
Compute the likelihood function of a Pareto distribution with unknown scale parameter, assuming only one sample has been provided.
Compute the log likelihood function, assuming four samples have been provided.
Compute the score (derivative of the log likelihood function), under the same considerations.
Compute the score, instead applying the generated sample data.
Solve for c, such that the score is equal to zero.
Calculate the maximum likelihood estimate (this should give us the same result).
Compute the likelihood ratio statistic.
The likelihood ratio statistic is generally distributed as a ChiSquare random variable with 1 degree of freedom. Using this and the fact that the confidence interval bounds the maximum likelihood estimate, we can determine an approximate 95% confidence interval for the maximum likelihood estimate.
2 Method of Moments
The method of moments is used to determine the parameters of a probability distribution function by comparing the moments of a sample to the moments of a probability distribution. In order to apply the method of moments, apply the following steps.
1. Calculate the first n moments of the fitting distribution, where n is the number of free indeterminates in the fitting distribution. For example, to perform a fit using the Normal distribution, which has parameters mu and sigma, calculate the first 2 moments.
2. Calculate the first n moments of the data sample.
3. Equate the equations generated by steps 1 and 2 and solve for the indeterminates. Assuming that the equations created in step 3 can be solved, these steps provide you with an estimate to the values of the parameters of the fitting distribution. As an example, consider an estimate of the parameters of a Beta distribution, with parameters and :
Generate a sample from a Beta distribution to act as the provided data.
1. Calculate the first and second moments of the Beta distribution with free parameters and .
2. Calculate the first and second moments of the provided data.
3. Equate the moments and solve for and .
Return to Index for Example Worksheets
Download Help Document