Home
last modified time | relevance | path

Searched refs:M3_2 (Results 1 – 9 of 9) sorted by relevance

/dports/finance/R-cran-PerformanceAnalytics/PerformanceAnalytics/R/
H A DMultivariateMoments.R198 M3.innprod <- function(p, M3_1, M3_2 = NULL) { argument
205 if (is.null(M3_2)) {
206 M3_2 <- M3_1
208 …if (length(M3_1) != length(M3_2)) stop("M3_2 should only contain the unique coskewness elements (s…
211 .Call('M3innprod', M3_1, M3_2, as.integer(p), PACKAGE="PerformanceAnalytics")
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnl_stuntcyc.cpp76 TTL_7474(M3_2, HRESET, M5_3.Q, P, P)
77 ALIAS(VRESET, M3_2.QQ)
78 ALIAS(VRESET_Q, M3_2.Q)
H A Dnl_dpatrol.cpp113 TTL_7474(M3_2, HRESET, M5_3.Q, P, P)
114 ALIAS(VRESET, M3_2.QQ)
115 ALIAS(VRESET_Q, M3_2.Q)
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnl_stuntcyc.cpp76 TTL_7474(M3_2, HRESET, M5_3.Q, P, P)
77 ALIAS(VRESET, M3_2.QQ)
78 ALIAS(VRESET_Q, M3_2.Q)
H A Dnl_dpatrol.cpp113 TTL_7474(M3_2, HRESET, M5_3.Q, P, P)
114 ALIAS(VRESET, M3_2.QQ)
115 ALIAS(VRESET_Q, M3_2.Q)
/dports/devel/boost-docs/boost_1_72_0/libs/math/test/
H A Dunivariate_statistics_test.cpp480 auto [M1_2, M2_2, M3_2, M4_2] = boost::math::statistics::first_four_moments(v); in test_first_four_moments()
483 BOOST_TEST(abs(M3_2) < tol); in test_first_four_moments()
/dports/devel/boost-python-libs/boost_1_72_0/libs/math/test/
H A Dunivariate_statistics_test.cpp480 auto [M1_2, M2_2, M3_2, M4_2] = boost::math::statistics::first_four_moments(v); in test_first_four_moments()
483 BOOST_TEST(abs(M3_2) < tol); in test_first_four_moments()
/dports/devel/boost-libs/boost_1_72_0/libs/math/test/
H A Dunivariate_statistics_test.cpp480 auto [M1_2, M2_2, M3_2, M4_2] = boost::math::statistics::first_four_moments(v); in test_first_four_moments()
483 BOOST_TEST(abs(M3_2) < tol); in test_first_four_moments()
/dports/devel/hyperscan/boost_1_75_0/libs/math/test/
H A Dunivariate_statistics_test.cpp481 auto [M1_2, M2_2, M3_2, M4_2] = boost::math::statistics::first_four_moments(v); in test_first_four_moments()
484 BOOST_TEST(abs(M3_2) < tol); in test_first_four_moments()