Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Saddle? #3

Open
blulightspecial opened this issue Jan 17, 2023 · 0 comments
Open

Saddle? #3

blulightspecial opened this issue Jan 17, 2023 · 0 comments
Assignees

Comments

@blulightspecial
Copy link
Contributor

@mllabovitz and I don't think that this is a saddle shaped distribution.

I think you'd need something like

$$ f(x,y) = a \times (x^2 - y^2 + 1) $$

(☝️ plus [0,1] boundary crap )

OR

you could have something like the one below if you just wanted a saddle point at zero

$$ f(x,y) = a \times (x^2 - y^3) $$

(☝️ plus [0,1] boundary crap )

### Saddle Sores
Suppose that you know that two random variables, $X$ and $Y$ are jointly distributed with the following *pdf*:
\[
f_{X,Y}(x,y) =
\begin{cases}
a * x^{2} * y^{2} & 0 < x < 1, 0 < y < 1 \\
0 & otherwise
\end{cases}
\]
This joint pdf is similar to the pdf that you can visualize above, under the distribution called "saddle". The difference between this function and the image above is that the function bounds the with support of $x$ and $y$ on the range $[0,1]$. This is to make the math easier for us in the next step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants