Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Francesco Brarda
stan-math-petsc
Commits
1578d9c5
Commit
1578d9c5
authored
8 years ago
by
Marco Inacio
Browse files
Options
Download
Email Patches
Plain Diff
fix wrong function name
parent
8005bad1
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
stan/math/prim/scal/prob/normal_sufficient_lpdf.hpp
+2
-1
stan/math/prim/scal/prob/normal_sufficient_lpdf.hpp
with
2 additions
and
1 deletion
+2
-1
stan/math/prim/scal/prob/normal_sufficient_lpdf.hpp
View file @
1578d9c5
...
...
@@ -54,7 +54,8 @@ namespace stan {
normal_sufficient_lpdf
(
const
T_y
&
y_bar
,
const
T_s
&
s_squared
,
const
T_n
&
n_obs
,
const
T_loc
&
mu
,
const
T_scale
&
sigma
)
{
static
const
char
*
function
=
"stan::math::normal_log(%1%)"
;
static
const
char
*
function
=
"stan::math::normal_sufficient_lpdf(%1%)"
;
typedef
typename
stan
::
partials_return_type
<
T_y
,
T_s
,
T_n
,
T_loc
,
T_scale
>::
type
T_partials_return
;
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help