mcdc.weight_window¶
- mcdc.weight_window(x=array([-1.e+10, 1.e+10]), y=array([-1.e+10, 1.e+10]), z=array([-1.e+10, 1.e+10]), mu=array([-1., 1.]), azi=array([-3.14159265, 3.14159265]), g=array([-1.e+10, 1.e+10]), E=array([0.e+00, 1.e+10]), window=None, width=2.5, method={'user'}, modifications={}, save_ww_data=True)¶
Activate weight window variance reduction technique.
Parameters¶
- xarray_like[float], optional
Location of the weight window in x (default None).
- yarray_like[float], optional
Location of the weight window in y (default None).
- zarray_like[float], optional
Location of the weight window in z (default None).
- tarray_like[float], optional
Location of the weight window in t (default None).
- windowarray_like[float], optional
Center of the weight windows (default None).
- widthfloat, optional
Width of the window (default 2.5).
- epsilonfloat, optional
Small values used for techniques (default empty list).
- techniqueslist of str, optional
List of techniques to use for ww {‘user’,’previous’,’alpha’,’min_center’,’wollaber’} (default {‘user’}).
Returns¶
A weight window card.