Displaying 3 results from an estimated 3 matches for "probi".
Did you mean:
probe
1999 Oct 14
0
Proby densities from the GLM object
Hi R-help listers
Is it possible to generate the probability densities for a GLM family
member from the glm object? Prior.weights, y's, parameters, scale
parameters are there but what about the \tau function (using V&R's notation).
Regards
Ross Darnell
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2018 Aug 16
3
clang -xc++ foo.o
clang -xc++ -c 1.c 2.c
clang -xc++ main.c 1.o 2.o
1.o:1:1: error: source file is not valid UTF-8
Would be nice, albeit I realize kinda proby/non-deterministic/big, if .o files were recognized and -xc++ did not apply to them.
I'm converting C to C++ and don't want to rename files, at least at this point, maybe forever.
For now I've compromised and main remains C. It is much smaller
2013 Feb 07
0
Help R.matlab
...,1) = KernelShrinkage;
myKS = gpuArray(myKS);
dMG = gpuArray(dM(:,INF));
K1G = exp(-kparShort*(dMG));
K1G = bsxfun(@times, myKS,K1G);
K2G = exp(-kparLong*(dMG));
K2G = bsxfun(@times, myKS,K2G);
FoIG=Susc.*((K1G*(Tr(:,1)+Tr(:,2)+Tr(:,3))) + (K2G*Tr(:,4)));
ProbI = 1-exp(-FoIG);
res = gather(ProbI);
"
Sent byte: 0
Received cmd: 1
"eval" string: "variables = {'res'};"
Sent byte: 0
Received cmd: 2
save(tmpname, '', 'res')
answer=0
Error using
MatlabServer
(line 147)
Java exception
occurred:
java.net.S...