<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>salamence_andrias</author_name>
  <author_url>https://blog.hatena.ne.jp/salamence_andrias/</author_url>
  <blog_title>物理のベンチ by mitta</blog_title>
  <blog_url>https://phbe.hateblo.jp/</blog_url>
  <categories>
  </categories>
  <description>やること ダミーのテキストデータをNumPyで作る。 色々な形状な分布を生成して後々ROOTで解析する。 コード import numpy as np kNumEvent = 1000 fout = open(&quot;output.dat&quot;,&quot;w&quot;) for i in range(kNumEvent): rand1 = round(np.random.normal(0, 1),5) # 正規分布(平均, 標準偏差) rand2= round(np.random.rand(),5) # 一様分布() rand3 = round(np.random.binomial(100,0.3),5) # 二項分布…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fphbe.hateblo.jp%2Fentry%2F2021%2F06%2F13%2F142830&quot; title=&quot;NumPyを使ってCERN ROOTの解析用ダミーデータを生成する1-ランダムデータ編 - 物理のベンチ by mitta&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2021-06-13 14:28:30</published>
  <title>NumPyを使ってCERN ROOTの解析用ダミーデータを生成する1-ランダムデータ編</title>
  <type>rich</type>
  <url>https://phbe.hateblo.jp/entry/2021/06/13/142830</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
