Displaying 20 results from an estimated 600 matches similar to: "Getting started with Bayesian Change Point model in R"
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the
suggests of NetWorkSpaces (previously used for optional parallel MCMC)
with the dependency on package foreach, giving greater flexibility and
supporting a wider range of parallel backends (see doSNOW, doMC,
etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and highly
2010 May 10
0
Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available.? It replaces the
suggests of NetWorkSpaces (previously used for optional parallel MCMC)
with the dependency on package foreach, giving greater flexibility and
supporting a wider range of parallel backends (see doSNOW, doMC,
etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and highly
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of
NetWorkSpaces (previously used for optional parallel MCMC) with the
dependency on package foreach, giving greater flexibility and supporting a
wider range of parallel backends (see doSNOW, doMC, etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and highly
2010 May 09
0
"Bayesian change point" package bcp 2.2.0 available
Version 2.2.0 of package bcp is now available. It replaces the suggests of
NetWorkSpaces (previously used for optional parallel MCMC) with the
dependency on package foreach, giving greater flexibility and supporting a
wider range of parallel backends (see doSNOW, doMC, etc...).
For those unfamiliar with foreach (thanks to Steve Weston for this
contribution), it's a beautiful and highly
2015 Jul 10
0
Re: libvirt beginner needs to create and start VMs entirely on command line
Try some of these combinations:
http://www.howtogeek.com/119293/4-ways-to-recover-from-a-crashed-or-frozen-x-server-on-linux/
The good thing is your vm is up and running. You should try SSHing into it
if that works.
On Fri, Jul 10, 2015 at 1:37 PM, KARR, DAVID <dk068x@att.com> wrote:
> I’m confused. You’re asking if I’m able to connect with VNC in response
> to my comment that
2015 Jul 10
0
Re: libvirt beginner needs to create and start VMs entirely on command line
That's kind of weird. I don't think VNC has anything to do with X really.
Are you able to connect with VNC?
If you are able to establish a connection the first thing you should see is
a login prompt on most distributions (unless the distribution is configure
to start X windows). Maybe there is some key you can press to get a console
window.
Like CTRL-ALT-F1 or F2 or F3.
On Fri, Jul 10,
2007 Apr 18
0
[Bridge] BCP code ported to pppd 2.4.2
Hello,
i have ported the BCP (Bride Control Protocol) patch for pppd 2.4.1
mentioned in
http://lists.osdl.org/pipermail/bridge/2004-September/000619.html
to pppd 2.4.2. The kernel patch still works without problems with kernel
2.4.30.
Perhaps someone else could use this patch ...
Here again some documentation i have found about the BCP patch somewere
else:
When pppd negotiates BCP, it tells
2015 Jul 10
2
Re: libvirt beginner needs to create and start VMs entirely on command line
I’m confused. You’re asking if I’m able to connect with VNC in response to my comment that I’m unable to connect with VNC?
What I see when I open the viewer on the port is a window titled “<username> X desktop”, with a grey background, an “X” cursor, and an error dialog (with an “okay” prompt) saying what I described before.
Ctrl-Alt-F1 and similar keys do nothing.
From: Jeff Tchang
2007 Sep 20
2
acl permissions not staying
Hi guys,
I've got a problem where if I set permissions on a folder(Admin)
"setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin"
I get the following.
mail:/data/samba/shared # getfacl Admin/
# file: Admin
# owner: BCP+administrator
# group: samba
user::rwx
user:samba:rwx
group::rwx
group:BCP+admin:r-x
mask::rwx
other::---
default:user::rwx
2007 Sep 21
2
[Fwd: Re: acl permissions not staying]
Please if anyone has any info...
Neil Wilson wrote:
> Hi guys,
>
> I've got a problem where if I set permissions on a folder(Admin)
> "setfacl -R -d -m u::rwx,g::wrx,o::- Admin/" and "setfacl -m o:- Admin"
>
> I get the following.
>
> mail:/data/samba/shared # getfacl Admin/
> # file: Admin
> # owner: BCP+administrator
> # group: samba
2015 Jul 09
0
Re: libvirt beginner needs to create and start VMs entirely on command line
To see the boot console you need to have a VNC client and connect to it
once it is up.
For Mac OS I use the "Screen Sharing" application which can connect to VNC
natively.
For Windows you can use something like tightvnc.
For SSH you need to make sure it is listening on the port.
--network is used to specify a libvirt network I believe.
On my example box it is in
2015 Jul 10
2
Re: libvirt beginner needs to create and start VMs entirely on command line
This is offtopic, but related to what you’ve told me so far. I’m having some trouble getting the VNC connection to work. Technically, the “connection” is working fine, but the Windows TightVNC Viewer comes up with an error dialog saying this:
Xsession: unable to start X session --- no "/home/.../.xsession" file, no
"/home/.../.Xsession" file, no session managers, no window
2005 Mar 22
1
Help Debugging my code?
Hey, I'm currently using the GotoIf application to set it so if
certain caller ID's call my number, it will transfer it to my cell
phone, here is the code I have so far. I get an error message that
states "call rejected by 198.22.67.70: No such context/extention."
when I call the number from my house number. Anyway, here is the code
I have.
[inbound]
exten =>
2010 Aug 20
2
[LLVMdev] [RFC] Moving to Sphinx for LLVM and friends documentation (with partial implementation (in both 10pt and 12pt font)).
On Wed, Aug 18, 2010 at 3:40 AM, Keir Mierle <mierle at gmail.com> wrote:
> Just a random observation from the Python world: Once Sphinx started taking
> over as the dominant documentation tool, the quality of Python documentation
> greatly improved. This is not just because sphinx produces well formatted
> docs; it appears that the real driver behind the improvement is that
2009 Aug 21
2
using loglog link in VGAM or creating loglog link for GLM
I am trying to figure out how to apply a loglog link to a binomial
model (dichotomous response variable with far more zeros than ones).
I am aware that there are several relevant posts on this list, but I
am afraid I need a little more help. The two suggested approaches
seem to be: 1) modify the make.link function in GLM, or 2) use the
loglog or cloglog functions in the VGAM package.
2017 Aug 16
1
Bias-corrected percentile confidence intervals
Hi folks,
I'm trying to estimate bias-corrected percentile (BCP) confidence
intervals on a vector from a simple for loop used for resampling. I am
attempting to follow steps in Manly, B. 1998. Randomization, bootstrap
and monte carlo methods in biology. 2nd edition., p. 48. PDF of the
approach/steps should be available here:
https://wyocoopunit.box.com/s/9vm4vgmbx5h7um809bvg6u7wr392v6i9
If
2015 Jul 09
2
Re: libvirt beginner needs to create and start VMs entirely on command line
Thanks for replying. Good info so far.
After I start the VM, I’m going to need to see the boot console, and I’ll need to ssh into it with a hostname or IP. What are some required steps for those needs?
This VM is going to need to access a few associated networks. I can see that the “—networks” option is part of the interface for configuring this. What are some things I’ll have to do for
2010 Jul 16
2
SKYPE - Authenticate incoming call
>>
>>
>> Hi All,
>>
>> After getting licences for Skype for asterisk a while ago I finally
got
>> around to setting up a server with two channels and setting up a bcp
on
>> the skype end.
>>
>> The idea behind this is the following:
>>
>> Users can dial into the PBX, get authenticated and only after>
>>
2010 Jan 11
0
Fwd: [codec] WG Review: Internet Wideband Audio Codec (codec)
Hi everyone,
Here's a follow-up on the two BoFs we've had about doing royalty-free
codecs at the IETF. Well, the good new is that the proposal is now in
IETF last call until January 20th (see below). No final decision has
been made, so it's important to get as much support as possible for the
Working Group proposal. You can see the ongoing discussion on the
mailing list archive:
2010 Jan 11
0
Fwd: [codec] WG Review: Internet Wideband Audio Codec (codec)
Hi everyone,
Here's a follow-up on the two BoFs we've had about doing royalty-free
codecs at the IETF. Well, the good new is that the proposal is now in
IETF last call until January 20th (see below). No final decision has
been made, so it's important to get as much support as possible for the
Working Group proposal. You can see the ongoing discussion on the
mailing list archive: