Julia Programming Language
Calculating probability in normal distribution
Specific Domains
Statistics
Ian_Slagle
June 6, 2020, 11:00pm
2
Something like this?
using Distributions dist = Normal(3, 1) cdf(dist, 1)
3 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Distributions.loglikelihood
Statistics
16
2824
November 19, 2021
Estimate most probable value from data
Statistics
question
7
2967
June 19, 2019
Distribution cdf calculation
Statistics
2
507
March 30, 2021
Φ(−600) = 6.546588 205807 692852 105927 713888 108782 119412 831853 177211 16943e − 78177
Statistics
distributions
3
468
September 16, 2022
How to broadcast pdf function for normal distribution with vector of means and sigmas
New to Julia
broadcast
,
distributions
2
654
October 6, 2022