R/approximate_distribution_coefficient_estimate_T3.R
approximate_distribution_coefficient_estimate_T3.Rd
This function estimate the coeffcient of T3 with null distribution generated by generate_null_distribution_T3. Please see Setp 2 in our manuscript for more information.
approximate_distribution_coefficient_estimate_T3(null_distribution_matrix)
Generated by generate_null_distribution_T3
Coefficient matrix of alpha, beta and d.
null_distribution<-generate_null_distribution_T3(m=6,n=1000,
cov_mat=diag(nrow = 6, ncol = 6), cutoff_value=c(0.2,0.4,0.6,0.8,1))
coefficient_matrix <- approximate_distribution_coefficient_estimate_T3(
null_distribution_matrix = null_distribution)