Searched refs:theta_tilde (Results 1 – 1 of 1) sorted by relevance
1403 int theta_tilde[NUM_BIN + 1]; in create_pa_curve() local1717 theta_tilde[bin] = in create_pa_curve()1720 theta_tilde[bin] = ((theta_tilde[bin] << m) + y_est[bin + half_lo]) / in create_pa_curve()1722 theta_tilde[bin] = ((theta_tilde[bin] << m) + y_est[bin + half_lo]) / in create_pa_curve()1726 beta_raw = beta_raw + b1_tmp[bin] * theta_tilde[bin]; in create_pa_curve()1727 alpha_raw = alpha_raw + b2_tmp[bin] * theta_tilde[bin]; in create_pa_curve()