Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
48a56f36
"tools/vscode:/vscode.git/clone" did not exist on "f5a68ded86bf1daac3ae34e7a15b77bcaf36828b"
Commit
48a56f36
authored
Aug 15, 2017
by
Davis King
Browse files
Fixed spelling error
parent
d6a1e273
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dlib/statistics/running_gradient.h
dlib/statistics/running_gradient.h
+2
-2
No files found.
dlib/statistics/running_gradient.h
View file @
48a56f36
...
...
@@ -112,7 +112,7 @@ namespace dlib
<<
"
\n\t
this: "
<<
this
);
return
normal_c
f
d
(
thresh
,
gradient
(),
standard_error
());
return
normal_cd
f
(
thresh
,
gradient
(),
standard_error
());
}
double
probability_gradient_greater_than
(
...
...
@@ -153,7 +153,7 @@ namespace dlib
private:
static
double
normal_c
f
d
(
double
value
,
double
mean
,
double
stddev
)
static
double
normal_cd
f
(
double
value
,
double
mean
,
double
stddev
)
{
if
(
stddev
==
0
)
{
...
...
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