pub fn estimate_pseudo_voigt(x: &[f64], y: &[f64]) -> Option<Vec<f64>>
Seed for pseudo_voigt_model: [height, centroid, fwhm, eta, background].
pseudo_voigt_model
[height, centroid, fwhm, eta, background]
Eta seeds to 0.5, mirroring silx estimate_pvoigt (newpar.append(0.5)).
estimate_pvoigt
newpar.append(0.5)