4#include "../../../catch2/catch.hpp"
18namespace unitTest::placeholder::math_fit_fitGammaDistribution_test
27TEST_CASE(
"fitGammaDistribution API has a test placeholder",
"[math::fit::fitGammaDistribution][placeholder]" )
29 SUCCEED(
"fitGammaDistribution behavioral assertions are pending." );
Class to manage fitting the GammaDistribution Distribution to data via the levmarInterface.
Tools for fitting the GammaDistribution distribution to data.
TEST_CASE("fitGammaDistribution API has a test placeholder", "[math::fit::fitGammaDistribution][placeholder]")
Verifies that APIs declared in include/math/fit/fitGammaDistribution.hpp remain available to the unit...