Benedikt Ehinger
Benedikt Ehinger
@all-contributors please add @palday code,infra
@all-contributors please add @kleinschmidt doc
@all-contributors please add @ssaket for bug
@all-contributors please add @suddha-bpn bug
a) the following line of code is never reached and can be removed b) UnfoldLinearMixedModelContinuousTime doesnt currently work (but there are tests)
please check, unclear if compatible with the new fastpath `time_expand_allBasesSameCols` in designmatrix.jl
I implemented spline as a starter. => See Pluto notebooks /docs/nb_timesplines.jl and ./docs/nb_timesplines_dev.jl What I didnt really think about, is that we commonly want to move the temporal predictors from...
``` begin gd = groupby(res,[:basisname,:channel,:group,:coefname]) a = combine(gd) do d return undoBasis(d,m) end a end function undoBasis(d,m) bname = unique(d.basisname) # the current coefficient basename @assert(length(bname)==1) @assert(length(unique(d.channel))==1) bnames = unique(Unfold.get_basis_name(m))...
second problem is solved. But not yet through all instances of basisfunction.times, e.g. tutorials are still missing
also this in case I want to rewrite the HRF function https://github.com/TimVanMourik/OpenFmriAnalysis/blob/7786ebc7a19b3480022b3e347bc1348b38256ca1/Core/private/tvm_sampleHrf.m