1 / 6

Spherical distributions

Spherical distributions. Ragan Ch. 7. Analyze a cluster of points on a sphere. How do you determine the mean orientation and how clustered the data are? Mean direction is given by resultant vector. mean plunge = 40.0 mean trend = 208.6 R_bar is 0.96.

Download Presentation

Spherical distributions

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Spherical distributions Ragan Ch. 7

  2. Analyze a cluster of points on a sphere. How do you determine the mean orientation and how clustered the data are? Mean direction is given by resultant vector

  3. mean plunge = 40.0 mean trend = 208.6 R_bar is 0.96 [L, M, N] =plunge_trend_to_dir_cosines(p,t); Rx = sum(L); Ry = sum(M); Rz = sum(N); R_mag = sqrt(Rx.^2 + Ry.^2 + Rz.^2); l_bar = Rx./R_mag; m_bar = Ry./R_mag; n_bar = Rz./R_mag; [plunge, trend] = dir_cosines_to_plunge_trend(l_bar, m_bar, n_bar);

  4. Ramon South Mountains joints

  5. Ramon South Mountains joints mean plunge = 38.3 mean trend = 216.7 and R_bar is 0.45

  6. Ramon South Mountains joints cleaned mean plunge = 26.9 mean trend = 216.7 and R_bar is 0.62

More Related