Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fdt
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FSL
fdt
Commits
a5af5dc6
Commit
a5af5dc6
authored
19 years ago
by
Tim Behrens
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
f5d0ef77
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fibre.h
+1
-6
1 addition, 6 deletions
fibre.h
with
1 addition
and
6 deletions
fibre.h
+
1
−
6
View file @
a5af5dc6
...
@@ -58,13 +58,8 @@ namespace FIBRE{
...
@@ -58,13 +58,8 @@ namespace FIBRE{
const
ColumnVector
&
m_alpha
;
const
ColumnVector
&
m_alpha
;
const
ColumnVector
&
m_beta
;
const
ColumnVector
&
m_beta
;
const
Matrix
&
m_bvals
;
const
Matrix
&
m_bvals
;
<<<<<<<
fibre
.
h
xfibresOptions
&
opts
;
public:
=======
xfibresOptions
&
opts
;
xfibresOptions
&
opts
;
public:
public:
>>>>>>>
1.10
//constructors::
//constructors::
Fibre
(
const
ColumnVector
&
alpha
,
const
ColumnVector
&
beta
,
Fibre
(
const
ColumnVector
&
alpha
,
const
ColumnVector
&
beta
,
const
Matrix
&
bvals
,
const
float
&
d
)
:
const
Matrix
&
bvals
,
const
float
&
d
)
:
...
@@ -228,7 +223,7 @@ namespace FIBRE{
...
@@ -228,7 +223,7 @@ namespace FIBRE{
else
{
else
{
//m_f_prior=-(log(m_lam) + (m_lam-1)*log(1-m_f));
//m_f_prior=-(log(m_lam) + (m_lam-1)*log(1-m_f));
if
(
m_lam_jump
)
if
(
m_lam_jump
)
m_f_prior
=
log
(
1
-
f
)
+
2
*
log
(
fabs
(
log
(
1
-
f
)));
//marginalised with uniform prior on lambda
m_f_prior
=
log
(
1
-
m_
f
)
+
2
*
log
(
fabs
(
log
(
1
-
m_
f
)));
//marginalised with uniform prior on lambda
else
else
m_f_prior
=
0
;
m_f_prior
=
0
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment