Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-pipeline
msc
sextractor
Commits
71fe34af
Commit
71fe34af
authored
Dec 20, 2017
by
Emmanuel Bertin
Browse files
Doc: fixed regularization term in model-fitting section.
parent
07ea5e95
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/src/Model.rst
View file @
71fe34af
...
...
@@ -13,7 +13,7 @@ SExtractor can fit models to the images of detected objects since version 2.8. T
..
math
::
:
label
:
loss_func
\
lambda
(\
boldsymbol
{
q
})
=
\
sum_i
\
left
(
g
\
left
(\
frac
{
p_i
-
\
tilde
{
m
}
_i
(\
boldsymbol
{
q
})}{\
sigma_i
}\
right
)\
right
)^
2
+
\
sum_j
\
frac
{
q_j
-
\
mu_j
}{
}
\
lambda
(\
boldsymbol
{
q
})
=
\
sum_i
\
left
(
g
\
left
(\
frac
{
p_i
-
\
tilde
{
m
}
_i
(\
boldsymbol
{
q
})}{\
sigma_i
}\
right
)\
right
)^
2
+
\
sum_j
\
left
(
\
frac
{
q_j
-
\
mu_j
}{
\
rho_j
}\
right
)^
2
with
respect
to
components
of
the
model
parameter
vector
:
math
:`\
boldsymbol
{
q
}`.
:
math
:`\
boldsymbol
{
q
}`
comprises
parameters
describing
the
shape
of
the
model
and
the
model
pixel
coordinates
:
math
:`\
boldsymbol
{
x
}`.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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