4

How do we verbally state: $\large f(y\mid x)\;?$

I'm familiar with $f(x)$ as "$f$ of $x$" and $f(x,y)$ as "$f$ of $x$ and $y$" (or $f$ of $x, y$), but what does the vertical line mean and how to state this verbally so that a screen reader would read it correctly?

Chelonian
  • 675
  • is this in the context of stats/probability, or more general? – πr8 Jan 04 '17 at 19:40
  • @πr8 Yes, exactly the former. – Chelonian Jan 04 '17 at 19:51
  • How do you say $f(y\vert x)$ in that context (stats/probability)? Is its use unambiguous? (I.e., are there other contexts where the screen reader might encounter $f(y\vert x)$ for which the context is not stats/probability? – amWhy Jan 04 '17 at 19:59
  • Inputting only $f(y\vert x)$, WA interprets it as $f(\text{BitOr}[y, x]),$ and then the output is $f(\text{BitOr}[x, y])$ – amWhy Jan 04 '17 at 20:03
  • 1
    @Chelonian In this context, usually read the line as "given". Often it's used in a likelihood, e.g. $X\sim N(\mu,\sigma^2)\implies f(x|\mu,\sigma^2)=\frac{1}{\sqrt{2\pi\sigma^2}}\exp\left(\frac{(x-\mu)^2}{2\sigma^2}\right)$, where I'd say "$f(x|\mu,\sigma^2)$ is the likelihood of $x$ given the parameters $\mu,\sigma^2$". – πr8 Jan 04 '17 at 20:06
  • @amWhy if directed at me: i can only remember encountering it in this context, but i'm not certain this is the only meaningful context. – πr8 Jan 04 '17 at 20:07
  • I suggest that you look into conditional probabilities of discrete distributions to acquire a more intuitive understanding of the concept before you attempt to understand how conditional probabilities of continuous distributions are defined because there are many similarities between probability mass and density functions. – David Jan 04 '17 at 20:10
  • I just posted my comment above because in one context, it might be read in a different way that how it's read in some other context. – amWhy Jan 04 '17 at 20:11
  • You might want to look at this question: Is there a definitive guide to speaking mathematics?. – amWhy Jan 04 '17 at 20:12

2 Answers2

2

F of y given x? This is what I heard in probability

1

We read $f(y \ | \ x)$ as "f of y, given x." This is useful when we talk about conditional probability distributions.

Sean Roberson
  • 10,119