Keita Mizukoshi
Results
2
comments of
Keita Mizukoshi
Thank you very much for your quick reply. In my wrapper, I use a dataset that only contains the event for fitting, but plot the entire dataset. That is, first,...
My code is thought is there ``` import numpy as np import matplotlib.pyplot as plt import zfit original_data = np.random.normal(1, 2, 100000) data = original_data[original_data>0] ``` Then, we have a...