Searched refs:k_d (Results 1 – 1 of 1) sorted by relevance
2716 double k_d = (fCount - 2.0) * (fCount - 3.0); in ScKurt() local2717 double k_l = fCount * (fCount + 1.0) / ((fCount - 1.0) * k_d); in ScKurt()2718 double k_t = 3.0 * (fCount - 1.0) * (fCount - 1.0) / k_d; in ScKurt()