Home
last modified time | relevance | path

Searched defs:yerr (Results 1 – 25 of 159) sorted by relevance

1234567

/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/statistics/
H A Derrorbar_limits.py26 yerr = 0.2 variable
55 yerr = np.zeros_like(x) + 0.2 variable
H A Derrorbars_and_boxes.py39 yerr = np.random.rand(2, n) + 0.2 variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/statistics/
H A Derrorbar_limits.py26 yerr = 0.2 variable
55 yerr = np.full_like(x, 0.2) variable
H A Derrorbars_and_boxes.py39 yerr = np.random.rand(2, n) + 0.2 variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/statistics/
H A Derrorbar_limits.py26 yerr = 0.2 variable
55 yerr = np.zeros_like(x) + 0.2 variable
H A Derrorbars_and_boxes.py39 yerr = np.random.rand(2, n) + 0.2 variable
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-jxta.c53 static const int JXTAMSG1_ELMFLAG_SIGNATURE = 1 << 2; in yerr()
66 static dissector_handle_t media_handle = NULL;
110 static int hf_jxta_element1_flag_hasEncoding = -1; in yerr()
/dports/science/votca/votca-2021.2-18560-gfbe18d971/tools/tools-9c102e0/include/votca/tools/
H A Dtable.h53 double &yerr(Index i) { return yerr_[i]; } in yerr() function
66 const double &yerr) { in set()
110 Eigen::VectorXd &yerr() { return yerr_; } in yerr() function
/dports/devel/py-yappi/yappi-1.3.3/yappi/
H A Ddebug.h19 #define yerr(fmt, args...) fprintf(stderr, "[*] [yappi-err] " fmt "\n", ## args) macro
23 #define yerr(fmt, ...) fprintf(stderr, "[*] [yappi-err] " fmt "\n", __VA_ARGS__) macro
/dports/science/wwplot/wwplot-0.0.8/examples/
H A Dfree_motion.py12 yerr = 0.1 * (np.random.randn(npoints) + 2) variable
H A Daccelerated_motion.py12 yerr = 10 * np.random.randn(npoints) + 10 variable
H A Ddamped_motion.py12 yerr = 0.1 * (np.random.randn(npoints) + 2) variable
H A Dgaussian.py13 yerr = np.zeros(npoints) variable
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/aws/aws-sdk-go-v2/service/chime/
H A Dapi_op_UpdateProxySession.go12 )
13
14 // Updates the specified proxy session details, such as voice or SMS capabilities.
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/stubber/xml2ulxr/orig-meth/
H A DUlxrIdlTest_ulxr_client_user.cpp13 #include <ulxmlrpcpp/ulxr_value.h>
/dports/math/py-matplotlib2/matplotlib-2.2.4/lib/mpl_examples/lines_bars_and_markers/
H A Derrorbar_subsample.py18 yerr = 0.1 + 0.1 * np.sqrt(x) variable
/dports/math/py-matplotlib2/matplotlib-2.2.4/examples/lines_bars_and_markers/
H A Derrorbar_subsample.py18 yerr = 0.1 + 0.1 * np.sqrt(x) variable
/dports/graphics/py-altair/altair-4.1.0/altair/examples/
H A Dsimple_scatter_with_errorbars.py15 yerr = 0.2 variable
/dports/math/py-matplotlib/matplotlib-3.4.3/examples/lines_bars_and_markers/
H A Derrorbar_limits_simple.py19 yerr = np.linspace(0.05, 0.2, 10) variable
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/math/bits/
H A Dbits_test.go50 want := nlz - k + (32 - 8)
/dports/science/py-chempy/chempy-0.8.2/chempy/util/
H A Dregression.py21 yerr=None, argument
99 x, y, beta_vcv_r2, yerr=None, plot_cb=None, plot_cb_kwargs=None, x_unit=1, y_unit=1 argument
/dports/sysutils/edk2/edk2-edk2-stable202102/StandaloneMmPkg/Library/FvLib/
H A DFvLib.c78 Sum = (UINT8) (Sum + ptr[Index]); in gsl_odeiv_control_init()
79 } in gsl_odeiv_control_init()
80 // in gsl_odeiv_control_init()
/dports/math/gsl/gsl-2.7/ode-initval/
H A Dcontrol.c77 …just (gsl_odeiv_control * c, gsl_odeiv_step * s, const double y[], const double yerr[], const doub… in gsl_odeiv_control_hadjust()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-1.0/
H A Dreadpix.c102 int xerr = 0, yerr = 0; in check_rgba() local
210 int xerr = 0, yerr = 0; in check_depth() local
/dports/audio/praat/praat-6.2.03/external/gsl/
H A Dgsl_ode-initval__step.c70 double yerr[], in gsl_odeiv_step_apply()

1234567