LinearTrend.sample_curve# LinearTrend.sample_curve(parameters, max_value=1.0)[source]# Sample the curve given parameters. Parameters: parametersxr.DatasetDataset with the parameters to condition on. Would be either the prior or the posterior. Returns: xr.DataArrayDataArray with the curve samples.