Skip to content

Using Gaston with Distributions.jl #163

Answered by VarLad
VarLad asked this question in Q&A
Discussion options

You must be logged in to vote

Sorry, never mind

n = Normal(34, 3)
inputrange = quantile(n, 0.0001):0.1:quantile(n, 1-0.0001)
output = pdf(n, inputrange)
plot(inputrange,output, Axes(xtics=60.75:3:80, title="'A normal distribution'"), w=:l)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VarLad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant