- Added the
fit_2d_ld()
function to fit the landscape for 1D data using the MVKE algorithm and simple integration. - Debug:
- Changed the function form of
find_eqs()
according to the new setting of theMVKE()
function; addedlinear_interp
tosim_vf_options
. - Fixed a typo in the
fit_2d_vf()
function. - The parameter
na_action
infit_2d_vf()
was not effective formethod = "MVKE"
in the previous version. Now it is fixed. Thevector_position
parameter is now also effective formethod = "MVKE"
.
- Changed the function form of
- Initial release.