(*:Title: Statistical Distributions Derived from the Normal Distribution *) (*:Copyright: Copyright 1991-2007, Wolfram Research, Inc. *) (*:Summary: Statistics`NormalDistribution` is obsolete. The functionality is loaded by default. *) Message[General::obspkg,"Statistics`NormalDistribution`"] Quiet[ BeginPackage["Statistics`NormalDistribution`", {(* needed for KurtosisExcess *) "Statistics`DescriptiveStatistics`", (* needed for RandomArray, DomainQ, ParmeterQ, and Domain *) "Statistics`Common`DistributionsCommon`"}] , {General::obspkg, General::newpkg}] EndPackage[]