We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b948c36 commit dda70bbCopy full SHA for dda70bb
stan/math/prim/prob/weibull_lccdf.hpp
@@ -6,6 +6,7 @@
6
#include <stan/math/prim/fun/log.hpp>
7
#include <stan/math/prim/fun/size_zero.hpp>
8
#include <stan/math/prim/fun/max_size.hpp>
9
+#include <stan/math/prim/fun/to_ref.hpp>
10
#include <stan/math/prim/fun/value_of.hpp>
11
#include <stan/math/prim/functor/operands_and_partials.hpp>
12
#include <cmath>
stan/math/prim/prob/weibull_lpdf.hpp
@@ -9,6 +9,7 @@
#include <stan/math/prim/fun/promote_scalar.hpp>
#include <stan/math/prim/fun/size.hpp>
13
14
15
0 commit comments