How should I interpret this notation?

60 Views Asked by At

I am reading some lecture notes and I'm not sure how to interpret this: $$ b_j(x)=p(x\mid s_j)=N(x;\mu,\sigma^2)$$ It is clear from the context that $N$ refers to normal distribution, but what exactly is $N(x;\mu,\sigma^2)$? Does it denote normal CDF?

2

There are 2 best solutions below

2
On

i would interpret it as the normal density function. does it make sense for you?

0
On

Remember that the normal distribution is parametrized by its mean and variance which are usually denoted by $\mu$ and $\sigma^2$, respectively. The notation $f(x;\theta) $ generally means $ f $ is a function of $ x $ parametrized by $\theta $. $ N $ is referring to the normal density function.