search for: l317

Displaying 5 results from an estimated 5 matches for "l317".

Did you mean: 317
2018 Jun 03
2
aic() component in GLM-family objects
...ppropriate (but ?NA? for the quasi- families). See ?logLik? for the assumptions made about the dispersion parameter. For a demonstration that e.g. binomial()$aic() is really -2*log L and not the AIC, see: https://github.com/wch/r-source/blob/trunk/src/library/stats/R/family.R#L317 This document <https://github.com/lme4/lme4/blob/master/misc/notes/deviance.rmd> explicates the details a bit more ('L' denotes log-likelihood): * family()$aic computes $-2L$, which glm.fit translates to an AIC by adding $2k$ and storing it in model$aic * logLik.default retr...
2017 Oct 06
0
Re: --with-qemu option in libguestfs
...u=...qemu-img’, it is simply wrong. The --with-qemu parameter is intended to specify the hypervisor, and qemu-img is not a hypervisor. > but qemu-img is still not taken from the $PATH. Why? qemu-img comes from the PATH, see: https://github.com/libguestfs/libguestfs/blob/master/lib/create.c#L317 https://github.com/libguestfs/libguestfs/blob/master/lib/info.c#L194 External commands run through the guestfs_int_cmd_* mechanism can be displayed by enabling debugging: http://libguestfs.org/guestfs-faq.1.html#debugging-libguestfs so I suggest you enable this to see exactly what's going on...
2018 Jun 04
0
aic() component in GLM-family objects
...> the quasi- families). See ?logLik? for the assumptions made > about the dispersion parameter. > For a demonstration that e.g. binomial()$aic() is really -2*log L and > not the AIC, see: > https://github.com/wch/r-source/blob/trunk/src/library/stats/R/family.R#L317 > This document > <https://github.com/lme4/lme4/blob/master/misc/notes/deviance.rmd> > explicates the details a bit more ('L' denotes log-likelihood): > * family()$aic computes $-2L$, which glm.fit translates to an AIC by > adding $2k$ and storin...
2017 Jun 08
2
[MS] Partial PDB (/DEBUG:FASTLINK) parsing support in LLVM
Hi Zach (or anyone else who may have a clue), I'm currently investigating making use of LLVM for PDB parsing for with a view to supporting partial PDBs as produced by /DEBUG:FASTLINK as the VS DIA SDK hasn't been updated to handle them. I know this is probably low on your priority list but since /DEBUG:FASTLINK is now the implied default for VS2017 I figure it's a good time to take a
2018 Jun 17
1
aic() component in GLM-family objects
...ee ?logLik? for the assumptions made > > about the dispersion parameter. > > > > For a demonstration that e.g. binomial()$aic() is really -2*log L and > > not the AIC, see: > > > https://github.com/wch/r-source/blob/trunk/src/library/stats/R/family.R#L317 > > > This document > > <https://github.com/lme4/lme4/blob/master/misc/notes/deviance.rmd> > > explicates the details a bit more ('L' denotes log-likelihood): > > > * family()$aic computes $-2L$, which glm.fit translates to an AIC by >...