initialize# jdaviz.configs.default.plugins.model_fitting.initializers.initialize(instance, x, y)[source]# Initialize given model. X and Y are for now Quantity arrays with the independent and dependent variables. It’s assumed X values are stored in increasing order in the array. Parameters: instanceModelThe model to initialize. x, yndarrayThe data to use to initialize from. Returns: instanceModelThe initialized model. If there are any errors, the instance is returned uninitialized.