Displaying 14 results from an estimated 14 matches for "ific".
Did you mean:
ifc
2003 Jul 16
2
Density function for non-central t distribution
...sity evaluation of the non-central t distribution. It works
with the R-1.7.1 source code if placed in the src/nmath directory and after appropriate
changes are made to Makefiles, to the dt function in src/library/base/R/distn.R etc.
I haven't read a lot of R source code so it may need some R-ification, but I've tried to use the
dt.c file as a standard.
Use and abuse.
Claus
===> File dnt.c <===
/*
* AUTHOR
* Claus Ekstr?m, ekstrom@dina.kvl.dk
* July 15, 2003.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN...
2016 Aug 09
0
Centos 7 - how to resurrect /dev/fb0? Or an alternative to fbterm for 256 color tty terminals?
Hi Everyone!
I've been trying to rediscover the lost art of appliance-ification.
SystemD is actually pretty amenable to masking tty1 and spawning a
program instead of login which makes a config console a rather easy
thing to do (mostly). Have that bit done, no problem. Happily spawning
a rather locked down program.
However, you seem to be limited in terms of color palett...
2008 Jan 17
1
[PATCH 0/7] More lguest massage.
This series takes one more step towards cpu-ification of lguest.
As for rusty's last suggestion, I get rid of the whole bunch
of "struct lguest *lg = cpu->lg" statements around by using
lg_cpu as our base structure wherever it matters. (this saves us
11 lines)
2008 Jan 17
1
[PATCH 0/7] More lguest massage.
This series takes one more step towards cpu-ification of lguest.
As for rusty's last suggestion, I get rid of the whole bunch
of "struct lguest *lg = cpu->lg" statements around by using
lg_cpu as our base structure wherever it matters. (this saves us
11 lines)
2002 May 14
0
RE: cut.dendrogram (PR#1552)
...-----Original Message-----
From: Martin Maechler
To: Grum, Mikkel
Cc: Martin Maechler
Sent: 10/05/02 12:28
Subject: Re: cut.dendrogram
Dear Mikkel,
Thank you for your report,
but
could you re-"compile" this message to make it (more) useful as
bug report?
1) Please turn *off* the HTML-ification that your e-mail
software has used. It can make messages in the R-bugs archive
almost unusable (the same goes for attachments!)
2) Please use *complete* examples! I.e. you can't use an object
`x' that is only available to you.
Try to use R datasets -- via data(<...>...
2006 Aug 02
13
wxruby2 alpha release goals
...PI being very C++ish.
So I humbly propose the following goals for an alpha release, and am
prepared to work on getting these done. But please do disagree with the
goals..
A) Fix the samples
B) Fix any big-time, regular crashers
C) Add some documentation, if possible
D) Add some easy, cheap ruby-ification to the API
E) Binary gems
A) Quite a few of the samples have got a little bit-rotted. We''ll make
sure each one runs at least and looks correct, even if not every method
works.
B) Nail crasher bugs that affect lots of code. But I think it''s fine,
for things like ItemData,...
2016 Apr 27
0
Bourne shell deprecated?
...sh -s [-aCefnuvxIimqVEb] [+aCefnuvxIimqVEb] [-o option_name]
[+o option_name] [argument ...]
DESCRIPTION
sh is the standard command interpreter for the system. The current
version of sh is in the process of being changed to conform with the
POSIX 1003.2 and 1003.2a specifications for the shell. This
version has
many features which make it appear similar in some respects to the
Korn
shell, but it is not a Korn shell clone (see ksh(1)). Only features
designated by POSIX, plus a few Berkeley extensions, are being
incorporated into this shell....
2016 Apr 27
5
Bourne shell deprecated?
>>> >>last OS I can think of with an actual Bourne shell was Solaris.
>>> >>
>>> >>
>> >
>> >The various *BSD's have & use the actual Bourne shell ....
>> >
>> >
> Which one? All the BSDs I know of use the Almquist Shell except for
> OpenBSD which uses a patched version of the Public Domain Korn Shell
2012 May 23
5
[Bug 50280] New: Mesa 8.0.3 fails to build dri/nouveau against libdrm 2.4.34
https://bugs.freedesktop.org/show_bug.cgi?id=50280
Bug #: 50280
Summary: Mesa 8.0.3 fails to build dri/nouveau against libdrm
2.4.34
Classification: Unclassified
Product: Mesa
Version: 8.0
Platform: x86-64 (AMD64)
OS/Version: Linux (All)
Status: NEW
Severity: major
Priority: high
Component: Drivers/DRI/nouveau
AssignedTo: nouveau at lists.freedesktop....
2013 Nov 06
1
R help-classification accuracy of DFA and RF using caret
Hi,
I am a graduate student applying published R scripts to compare the classification accuracy of 2 predictive models, one built using discriminant function analysis and one using random forests (webpage link for these scripts is provided below). The purpose of these models is to predict the biotic integrity of streams. Specifically, I am trying to compare the classification...
2017 Apr 10
4
Widescale clang-tidy (or similar) based cleanup
...d the most in
> favor of pre-commit review in general).
>
> We already suffer from lack of reviewer bandwidth for meaningful changes,
> we don’t need to waste time on such trivial changes. If you feel like you
> want to post-commit review these, good for you, but there is no
> justification to add overhead on the people who try to make things better
> here.
>
>
> —
> Mehdi
>
>
>
>
> [0] http://llvm.org/docs/CodingStandards.html
> [1] http://llvm.org/docs/ProgrammersManual.html
> [2] http://llvm.org/docs/CodingStandards.html#include-style
> [...
2007 Sep 03
20
Reason for _spec.rb convention
Hi
Easy one - I just wondered why all spec files for rspec_on_rails end
"_spec.rb" instead of just ".rb"? They are all inside the spec
folder so surely the fact they are specs is implicit?
Ashley
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all,
These are the patches I'm planning to submit for 2.6.24. Comments
gratefully accepted. Along with the usual cleanups and improvements are Jes'
de-i386-ification patches, and a new "virtio" mechanism designed to be shared
with KVM (and hopefully other hypervisors).
Cheers,
Rusty.
Documentation/lguest/Makefile | 30
Documentation/lguest/lguest.c | 1745 ++++++++++++-----------
Documentation/lguest/lg...
2007 Sep 25
50
[patch 00/43] lguest: Patches for 2.6.24 (and patchbomb test)
Hi all,
These are the patches I'm planning to submit for 2.6.24. Comments
gratefully accepted. Along with the usual cleanups and improvements are Jes'
de-i386-ification patches, and a new "virtio" mechanism designed to be shared
with KVM (and hopefully other hypervisors).
Cheers,
Rusty.
Documentation/lguest/Makefile | 30
Documentation/lguest/lguest.c | 1745 ++++++++++++-----------
Documentation/lguest/lg...