Displaying 13 results from an estimated 13 matches for "wahre".
Did you mean:
wahr
2012 Aug 20
1
Is it possible to save only some messages compressed to mdbox? (2.1.6)
...work via "-o" in lda delivery?
I tried to find out in the source but found it hard to see which options
are pulled in when.
Thanks
Jost Krieger
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
2013 Aug 01
1
Antispam folder names
...ould like to specify something like
antispam_trash_pattern_ignorecase = Junk*;*/Junk*
which is not supported.
Working on a patch ...
Yours
Jost
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
2010 Nov 07
1
Rdindex truncating titles?
When building packages these days I keep getting warnings from
"R CMD build" to the effect that INDEX is not up to date. The
INDEXes always seem to be up do to date to *me*.
Then I thought to compare the INDEX from the package source with
the INDEX in the installed package (after building with the --force
flag set).
Doing a diff on the old INDEX (saved outside the source package
2012 Aug 31
1
Possible mbox corruption if mail is saved with wrong Content-Length header (2.1.6)
...ocol imap {
mail_max_userip_connections = 50
mail_plugins = " quota zlib mail_log notify virtual imap_quota imap_zlib"
}
Thanks
Jost Krieger
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
2012 Aug 17
1
No status for INBOX/* in mbox NS (2.1.6)
..._max_userip_connections = 50
mail_plugins = " quota zlib mail_log notify virtual stats imap_quota imap_zlib imap_stats"
}
Thanks
Jost Krieger
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
2012 Nov 28
2
Any chance to access read-only mdboxes?
...inheritance to the ACLs by walking up the directory tree, so we need
only one ACL.
A cleaner solution would be very much appreciated.
Yours
Jost Krieger
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
2011 Apr 21
2
combining matrices
Heja,
I hope someone is still there to help me:
How can I somehow merge/combine matrices to get such a result:
Matrix A
A B
x1 1 0
x2 1 1
Matrix B
C D
x3 1 0
x4 0 1
Resulting Matrix?
A B C D
x1 1 0 0 0
x2 1 1 0 0
x3 0 0 1 0
x4 0 0 0 1
Does anyone see this probably obvious solution with R how to do this?
Sorry if this question is silly...it's too hot here to think properly ;O)
2017 May 09
3
Generating samples from truncated multivariate Student-t distribution
Dear Members,
I am working with 6-dimensional Student-t distribution with 4 degrees
of freedom truncated to [20; 60]. I have generated 100 000 samples
from truncated multivariate Student-t distribution using rtmvt
function from package ?tmvtnorm?. I have also calculated mean vector
using equation (3) from attached pdf. The problem is, that after
summing all elements in one column of rtmvt result
2007 Dec 07
1
Are these events normal?
...iver: shadow
args: blocking=yes
userdb:
driver: passwd
Is there anything we should do? The crashes have stopped in the
meantime, it seems.
Jost
--
| Helft Spam ausrotten! HTML in Mail ist unh?flich. |
| Postmaster, JAPH, manchmal Wahrsager am RZ der RUB |
| Wahre Worte sind nicht gef?llig, gef?llige Worte sind nicht wahr.|
| Lao Tse, Tao Te King 81 |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL...
2011 May 23
1
predict a MA timeseries
Hi,
could anyone tell me how predict() predicts the new value(s), of a MA(1)
arima-modell.
its really easy to make it with an AR(1), knowing the last term, but how can
i or R know the last error?
It would also help if somebody could tell me how to find the "open" source
of the function predict().
Thanks and sorry for my poor english.
--
View this message in context:
2017 Aug 02
0
Generating samples from truncated multivariate Student-t distribution
>>>>> David Winsemius <dwinsemius at comcast.net>
>>>>> on Tue, 9 May 2017 14:33:04 -0700 writes:
>> On May 9, 2017, at 2:05 PM, Czarek Kowalski <czarek230800 at gmail.com> wrote:
>>
>> I have already posted that in attachement - pdf file.
> I see that now. I failed to scroll to the 3rd page.
from a late reader:
2010 Sep 11
3
confidence bands for a quasipoisson glm
Dear all,
I have a quasipoisson glm for which I need confidence bands in a graphic:
gm6 <- glm(num_leaves ~ b_dist_min_new, family = quasipoisson, data = beva)
summary(gm6)
library('VIM')
b_dist_min_new <- as.numeric(prepare(beva$dist_min, scaling="classical", transformation="logarithm")).
My first steps for the solution are following:
range(b_dist_min_new)
2008 Jul 02
1
graph woes
Hey Gang,
Here is the situation. First of all I am a newbie, in the arena of R,
so please bare with me. I am trying to make a plot with a series of
plot lines that uses logs on the x axis, and when I plot it I am
having a few odd things go on that I do not know how to correct.
1. the tick marks are not where I want them to be. I want them at
.1, 1, 10, and 100, but I'm get them at 0.1,