Home
last modified time | relevance | path

Searched refs:_sq_n (Results 1 – 2 of 2) sorted by relevance

/dports/biology/stacks/stacks-2.4/src/
H A Dpopulations.cc2417 this->_sq_n = new double[this->_pop_cnt]; in SumStatsSummary()
2476 this->_sq_n[j] = 0.0; in SumStatsSummary()
2713 _sq_n[j] = sqrt(_n[j]); in final_calculation()
2788 << sqrt(_num_indv_var[j]) / _sq_n[j] << "\t" in write_results()
2791 << sqrt(_p_var[j]) / _sq_n[j] << "\t" in write_results()
2794 << sqrt(_obs_het_var[j]) / _sq_n[j] << "\t" in write_results()
2797 << sqrt(_obs_hom_var[j]) / _sq_n[j] << "\t" in write_results()
2800 << sqrt(_exp_het_var[j]) / _sq_n[j] << "\t" in write_results()
2803 << sqrt(_exp_hom_var[j]) / _sq_n[j] << "\t" in write_results()
2806 << sqrt(_pi_var[j]) / _sq_n[j] << "\t" in write_results()
[all …]
H A Dpopulations.h81 double *_sq_n, *_sq_n_all; variable