Displaying 20 results from an estimated 70 matches similar to: "Problem when creating matrix of values based on covariance matrix"
2010 May 21
2
Data reconstruction following PCA using Eigen function
Hi all,
As a molecular biologist by training, I'm fairly new to R (and statistics!),
and was hoping for some advice. First of all, I'd like to apologise if my
question is more methodological rather than relating to a specific R
function. I've done my best to search both in the forum and elsewhere but
can't seem to find an answer which works in practice.
I am carrying out
2011 Jan 20
1
Problems with ecodist
Dear Dr.Goslee and anyone may intrested in matrix manipulate,
I am using your ecodist to do mantel and partial mantel test, I have
locality data and shape variation data, and the two distance matrixs are
given as belowings. When I run the analysis, it is always report that the
matrix is not square, but I didn't know what's wrong with my data. Would you
please help me on this. I am quite
2011 May 28
2
dtmf Caller-id detection before first ring
Hi dears,
I am from saudi arabia and using asterisk 1.6.2.13,Dahdi-2.3.0 and
Digium, Inc. Wildcard AEX800 8-port analog card (PCI-Express) .
I am facing problem with detecting caller id before first ring.I
recorded the dahdi channel using dahdi_monitor command. Where I am
able to see and hear caller-id dtmf tones.
Pl tell me the procedure to upload recorded file if you needed.
Something I want
2001 Nov 16
1
Memory problems using Krige (sgeostat)
I?m trying to make an estimation of sea-depth for 2000 animal locations
using 2 million depth soundings. The result was:
Cannot allocate vector of size 20351 Kb
I've tried to overcome this problem by making the following adaptations.
-Increased the max-mem-size to 1.5Gb (Thanks to Thomas Lumley for his help)
-Use a max.dist (10km) for the function Krige
-Run the Krige computation for each
2011 Mar 23
1
Function to crop p-values from multiple Anovas
Starting with data from a microarray experiment and I would like to analyse the influence of two factors (age, treatment) on gene expression.
Looking through the r-help archives and the web I tried the following:
I put my data in a dataframe similar to this one:
> example.df <- as.data.frame(matrix(data=runif(32,100,1000), nrow=4, ncol=4))
> example.df <-
2009 Nov 15
6
Inquiry:Problem in installing Asterisk 1.4.13 on my Debian 3.1 server
Dear All
Please be informed that I need to install Asterisk 1.4.13 on my Debian 3.1
server . But I got the following message when trying for "#./configure" :
"error: no acceptable C compiler found in $PATH"
Can you please do me favor and let me know what is the problem ?
Let me thank you in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2018 Dec 12
4
vfs_fruit causes delay in listing directories for Windows clients
Listing directories with many files (10000+) from a Windows client is
nociceably slower when vfs_fruit is enabled on the samba server compared
to the same setup without vfs_fruit.
On my setup it's roughly 2.5 times slower. To me it looks like this is
caused by the getxattr call which is only present with vfs_fruit
activated and introduces an additional delay of ~ 0.00033 s per listed
2006 Mar 06
4
Newbie problem with adding new method to a class
Hi!
If i have Image class and i''d like to add ''create_thumbnail'' method to
it, which will later be called from product controller, where to put
this method and how to call it?
I''ve tried putting it inside image controller and image model, then call
it like Image.create_thumbnail, but it didn''t work - undefined method
`create_thumbnail''
2009 Dec 23
1
How to send variables through AMI originate and read those variables in context?
Hello Everyone,
I want to send a few numbers (variables) when doing Asterisk AMI Originate
command and then have Festival read them back to customer in the context.
How should this be done? Following is my not working example and also
reference on AMI Originate Command:
Command: Originate
Channel: SIP/123
Context: TestFestival
Priority: 1
Exten: 555
Variable: $numberONE, $numberTWO, $numberTHREE
2009 Dec 23
1
AMI originate and PHP
Hi Guys,
I am trying to make a web form where a person is allowed to put in
$phoneNumber, $dialNumber, and $spoofNumber to make a call with spoof caller
ID. There are a few problems that I am facing with Asterisk AMI Originate
command. The reason why I want to use the darn AMI Originate is because I am
sending calls to mobile phones and I want to have some accountability and to
know if a call was
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
===================================================================
"I'm desperately trying to figure
out why kamikaze pilots wore
helmets."
Dave Edison
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.1 include:
o Fix
2011 Oct 20
3
[Announce] Samba 3.6.1 Available for Download
===================================================================
"I'm desperately trying to figure
out why kamikaze pilots wore
helmets."
Dave Edison
==================================================================
Release Announcements
=====================
This is the latest stable release of Samba 3.6.
Major enhancements in Samba 3.6.1 include:
o Fix
2007 Jul 18
8
no networking anymore
hi,
after rebooting my host, i can''t have anymore the networking:
here''s my output of /etc/init.d/networking restart
Reconfiguring network interfaces...SIOCSIFADDR: No such device
eth0: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device
eth0: ERROR while getting interface flags: No such device
Failed to bring up eth0.
done.
cat
2009 Dec 09
4
Need help/suggestions for DialPlan
I am revising our DialPlan strategy for our Asterisk system (1.4.2) and
looking for some info on 'best practices' for this. Here's what I'm
trying to do:
I have an ACD menu that gives the caller the options as follows:
- Press 1 for sales
- Press 2 for support
- Press 3 for customer service
- Press 8 for a 'Dial by Name' list
or enter the extension number at anytime
2019 Mar 08
3
imap-hibernate not working
Hi,
I follow different setup instructions and I can't make imap-hibernate work. I've tried vmail and dovecot as users, tried to set mode to 0666, without success. I'm using FreeBSD 11.2.
Is imap-hibernate compatible with FreeBSD 11.2?
My operational system:
# uname -v
FreeBSD 11.2-RELEASE-p9 #0: Tue Feb 5 15:30:36 UTC 2019 root at
2009 Oct 18
7
Asterisk Monitoring
Hello,
I was wondering if anyone has any insights on the best way to automatically monitor an asterisk box to check it is constantly available and processing calls.
Many thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more
2010 May 15
1
barplot: invalid 'xlim' value
Forum,
I am attempting to plot weekly horizontal histograms, something very similar
to:
http://addictedtor.free.fr/graphiques/RGraphGallery.php?graph=109
The part of the code used to create this graphic that interest me:
# Draw the histograms
for (i in 1:length(ages)){
par(new = TRUE)
xmin <- -ages[i] + xlim[1]
xmax <- xlim[2] - ages[i]
ser <- freqs[, i+1]
ser <-
2016 Jul 02
3
Winbind process stuck at 100% after changing use_mmap to no
On 01/07/16 19:28, Jeremy Allison wrote:
> On Fri, Jul 01, 2016 at 10:00:21AM +0100, Alex Crow wrote:
>> Hi,
>>
>> We've had a strange issue after following the recommendations at
>> https://wiki.samba.org/index.php/Ping_pong, particularly the part
>> about mmap coherence. We are running CTDB/Samba over a MooseFS
>> clustered FS, and we'd not done the
2017 Oct 26
0
not healing one file
Hey Richard,
Could you share the following informations please?
1. gluster volume info <volname>
2. getfattr output of that file from all the bricks
getfattr -d -e hex -m . <brickpath/filepath>
3. glustershd & glfsheal logs
Regards,
Karthik
On Thu, Oct 26, 2017 at 10:21 AM, Amar Tumballi <atumball at redhat.com> wrote:
> On a side note, try recently released health
2017 Oct 26
3
not healing one file
On a side note, try recently released health report tool, and see if it
does diagnose any issues in setup. Currently you may have to run it in all
the three machines.
On 26-Oct-2017 6:50 AM, "Amar Tumballi" <atumball at redhat.com> wrote:
> Thanks for this report. This week many of the developers are at Gluster
> Summit in Prague, will be checking this and respond next