Dead_Stats | R Documentation |
get_dead_stats
.A list to represent dead pixels statistics summary.
Added to a detector by get_dead_stats
.
Dead_Stats(
dead_n = NA,
module_n = NA,
module_count_arr = NA,
module_count = NA,
avg_dead_mod = NA,
Chisq_s = NA,
Chisq_df = NA,
Chisq_p = NA
)
dead_n |
Total number of damaged pixels: |
module_n |
Total number of modules |
module_count_arr |
Count of dead pixels in each quadrat |
module_count |
Count of dead pixels in each quadrat |
avg_dead_mod |
Average number of damaged pixels per module |
Chisq_s |
The Chi-Squared test statistic value |
Chisq_df |
Chi-Squared degrees of freedom |
Chisq_p |
Chi-Squared p-value |
Dead_Stats list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.