Revision as of 03:28, 9 June 2024 by Bot (Created page with "<div class="d-none"><math> \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}</math></div> Let <math>Z = X/Y</math> where <math>X</math> and <math>Y</math> have normal densities with mean 0 and standard deviation 1. Then it can be shown that <math>Z</math> has a Cauchy density. <ul><li> Write a program to illustrate this result by plot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
BBy Bot
Jun 09'24

Exercise

[math] \newcommand{\NA}{{\rm NA}} \newcommand{\mat}[1]{{\bf#1}} \newcommand{\exref}[1]{\ref{##1}} \newcommand{\secstoprocess}{\all} \newcommand{\NA}{{\rm NA}} \newcommand{\mathds}{\mathbb}[/math]

Let [math]Z = X/Y[/math] where [math]X[/math] and [math]Y[/math] have normal densities with mean 0 and

standard deviation 1. Then it can be shown that [math]Z[/math] has a Cauchy density.

  • Write a program to illustrate this result by plotting a bar graph of 1000 samples obtained by forming the ratio of two standard normal outcomes. Compare your bar graph with the graph of the Cauchy density. Depending upon which computer language you use, you may or may not need to tell the computer how to simulate a normal random variable. A method for doing this was described in Section \ref{sec 5.2}.
  • We have seen that the Law of Large Numbers does not apply to the Cauchy density (see Example). Simulate a large number of experiments with Cauchy density and compute the average of your results. Do these averages seem to be approaching a limit? If so can you explain why this might be?