Skip to content

Instantly share code, notes, and snippets.

@OzuYatamutsu
Created November 8, 2015 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OzuYatamutsu/97213501e8d4aa9984ba to your computer and use it in GitHub Desktop.
Save OzuYatamutsu/97213501e8d4aa9984ba to your computer and use it in GitHub Desktop.
Plot[{
PDF[NormalDistribution[Mean[sample0], StandardDeviation[sample0]],
x]/150,
PDF[NormalDistribution[Mean[base], StandardDeviation[base]], x]/150,
}, {x, 0.20590695205165493`, 0.3019270479483451`},
PlotRange -> Full, Axes -> {True, True}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment