powered by
computeDiagPhotoZ
computeDiagPhotoZ(photoz, specz)
# First, generate some mock data ppo <- runif(1000, min=0.1, max=2) ppo_ph <- rnorm(length(ppo), mean=ppo, sd=0.05) # Now, compute the summary stats computeDiagPhotoZ(ppo_ph, ppo)
Run the code above in your browser using DataLab