精選されたカスタムの実体にアクセスし操作する
一変量確率分布についてのデータの実体ストアをインポートする.
In[1]:=

es = CloudGet@CloudObject[
"https://www.wolframcloud.com/objects/user-8a7d28b9-c01d-46b8-ba65-\
c3daa0ded865/ProbabilityDistribution-EntityStore"]
Out[1]=

これをEntityのフレームワークで自動的にアクセスされる実体ストアの1つとして設定する.
In[2]:=

$EntityStores = {es};
このストアには465個の確率分布が含まれている.
In[3]:=

EntityValue["ProbabilityDistribution", "EntityCount"]
Out[3]=

それぞれの分布について最高で67個の特性が含まれる.
In[4]:=

EntityValue["ProbabilityDistribution", "PropertyCount"]
Out[4]=

以下は,正規分布について使用可能なデータである.
In[5]:=

EntityProperty["ProbabilityDistribution", "SamplePlottingParameters"]
Out[5]=

完全なWolfram言語入力を表示する
Out[6]//TraditionalForm=
