Displaying 20 results from an estimated 144 matches for "undestand".
Did you mean:
understand
2011 Apr 26
2
Undestanding return()
Here, I have following generic function:
Fn1 <- function(x) {
........
return(x) # assume x is calculated in previous steps
.........
return(y) # assume y is calculated in previous steps
..........
return(z) # assume z is calculated in previous steps
}
In this case what fn1
2003 Jul 13
3
Memory size
Daer all,
I have the problem. I could not run the regression, because I have always the
warning message "memory.size". from the help file I learned that it is possible
to increase the memory size, but I did not undestand how could I do it. Could
you please explaine it to me. I would be very grateful for it.
The second question: I obtained from the regression the coefficient "6.003e-3"
and "0.0345e+3". What daos it mean?
Thanks a lot,
Silika
2003 Mar 08
2
hist() basic question
Hi,
This is a very basic question, but I would like to undestand hist(). I
thought that the hist( , freq=FALSE) should provide the relative
frequencies (probabilities), and so they should sum 1, however:
set.seed(2)
ah <- hist(rnorm(100), freq=F)
sum(ah$intensities)
[1] 2
set.seed(2)
bh <- hist(rlnorm(100), freq=F)
sum(bh$intensities)
[1] 0.4999996
I&...
2007 May 19
2
196 packages to install or update ??
Hi, today I did a yum upgrade and see that there was 193 packages to
update and 3 packages to install...
I always upgraded my server (with yum) on a weekly basis so I don't
undestand how it is possible to have a so big update.
Is there something wrong with my yum setup ? A mix between different
versions of CentOS ?
I'm running CentOS 4 i386
Thank you
2009 Aug 21
2
libvpopmail.so
...-auth: error
while loading shared libraries: libvpopmail.so: cannot open shared
object file: No such file or directory
Aug 21 16:54:48 mailx2 dovecot: dovecot: child 22664 (auth) returned error 127
Aug 21 16:54:48 mailx2 dovecot: dovecot: Fatal: Auth process died too
early - shutting down
I do not undestand if there is a place where can i put libvpopmail.so
manually, or specify the position of this file becaust the file exist
and is normally in /home/vpopmail/lib/ and accessible in read from
all.
under there is my configuration.
thx in adv
GG
my configuration:
root at mailx2:/usr/local/src/qm...
2012 Sep 11
2
Sort or Permutate
...orage/storage0/5912314ff.Rtable"
[3,] " /storage/storage0/5912On.Rtable"
[,2]
[1,] "0.220386301811093"
[2,] "0.288659374128626"
[3,] "0.405237035258638"
I have tried with sort, sort.list and order but I have failed .
I do not quite undestand how one can complete this task in R.
Could you please spend some time helping me?
Regards
A
[[alternative HTML version deleted]]
2011 Nov 08
4
Intervals in function cut
...(4,5] (5,6] (5,6] (5,6]
[41] (5,6] (5,6] (6,7.01] (6,7.01] (6,7.01]
[46] (7.01,8.01] (7.01,8.01] (7.01,8.01] (7.01,8.01] (7.01,8.01]
8 Levels: (-0.008,0.994] (0.994,2] (2,3] (3,4] (4,5] (5,6] ... (7.01,8.01]
I undestand that the resulting factor yields as its first component the
corresponding "intervals" that the original vector (x) elements belong to.
So, clearly, the first element of x, 0, belongs to (-0.008,0.994] because
-0.008 < 0 <= 0.994. However, when I come to the 14th element of x,
th...
2007 Jan 11
3
Strange behaviour with Scriptaculous v 1.7.0 beta 2
...uot;
page.replace_html ''subcontent'', :partial => ''sub''
page.replace_html ''nav_path'', nav_path
page.delay(0.5) do
page.visual_effect :grow, ''subcontent''
end
but grow set the opacity of subcontent to 0 and I can''t undestand why.
before RJS call:
<div class="right-box" id="subcontent" style="display: none;"></div>
after RJS call:
<div class="right-box" id="subcontent" style="opacity: 0;">content</div>
The div grows, I can see it, the...
2008 Nov 13
3
Problem in iPhone streaming
...en client connects to
some source(mount) Icecast2 sends correct HTTP 1.0 header and after
header delimiter(two empty lines(\r\n\r\n)) should be data ( mp3
samples). But every time in the first packet in the beginnig of data
section there are some bytes to which iPhone audio parser cannot
undestand( Becasue every mp3 sample starts with mp3 header (0xFFF) ).
This happens only to first packet. I'm sure of that, because i have
stream in what i'm sure that raw sound data begins with prefix 0xFFF3
and every time when i parse whole data in first packet and get only
those mp3 sample,...
2018 Apr 09
2
[RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
...ne by netvsc
>as its bypass_netdev is same as the backup_netdev.
>Will add a flag while registering with the bypass module to indicate if the driver is doing
>a 2 netdev or 3 netdev model and based on that flag this check can be done in bypass module
>for 3 netdev scenario.
Just let me undestand it clearly. What I expect the difference would be
between 2netdev and3 netdev model is this:
2netdev:
bypass_master
/
/
VF_slave
3netdev:
bypass_master
/ \
/ \
VF_slave backup_slave
Is that correct? If not, how does it look like?
Thanks!
2018 Apr 09
2
[RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
...ne by netvsc
>as its bypass_netdev is same as the backup_netdev.
>Will add a flag while registering with the bypass module to indicate if the driver is doing
>a 2 netdev or 3 netdev model and based on that flag this check can be done in bypass module
>for 3 netdev scenario.
Just let me undestand it clearly. What I expect the difference would be
between 2netdev and3 netdev model is this:
2netdev:
bypass_master
/
/
VF_slave
3netdev:
bypass_master
/ \
/ \
VF_slave backup_slave
Is that correct? If not, how does it look like?
Thanks!
2005 Dec 26
4
lme X lmer results
...' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 5.217 on 878 degrees of freedom
Multiple R-Squared: 0.001405, Adjusted R-squared: 0.0002675
F-statistic: 1.235 on 1 and 878 DF, p-value: 0.2667
I read the rnews about this use of the full DF in lmer, but I dont undestand
this use with a gaussian error, I undestand this with glm data.
I need more explanations, please.
Thanks
Ronaldo
--
|> // | \\ [***********************************]
| ( ?? ?? ) [Ronaldo Reis J??nior ]
|> V [UFV/DBA-Entomologia ]
| / \...
2012 Nov 26
8
why functional test does not get failure?
The test:
test "should get new" do
get :new, :room_id => @room.name
assert_template(:ne)
end
the template new does not exists but the test does not get failure.
Why?
--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2018 Apr 10
2
[RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
...is same as the backup_netdev.
>> > Will add a flag while registering with the bypass module to indicate if the driver is doing
>> > a 2 netdev or 3 netdev model and based on that flag this check can be done in bypass module
>> > for 3 netdev scenario.
>> Just let me undestand it clearly. What I expect the difference would be
>> between 2netdev and3 netdev model is this:
>> 2netdev:
>> bypass_master
>> /
>> /
>> VF_slave
>>
>> 3netdev:
>> bypass_master
>> / \
>> / \
&...
2018 Apr 10
2
[RFC PATCH net-next v5 3/4] virtio_net: Extend virtio to use VF datapath when available
...is same as the backup_netdev.
>> > Will add a flag while registering with the bypass module to indicate if the driver is doing
>> > a 2 netdev or 3 netdev model and based on that flag this check can be done in bypass module
>> > for 3 netdev scenario.
>> Just let me undestand it clearly. What I expect the difference would be
>> between 2netdev and3 netdev model is this:
>> 2netdev:
>> bypass_master
>> /
>> /
>> VF_slave
>>
>> 3netdev:
>> bypass_master
>> / \
>> / \
&...
2018 Feb 15
2
chan_oss.c: Unable to register channel type 'OSS'
...> Off-topic: any reason you don't use chan_alsa?
This was the "Armbian installation", I didn't configured it extra...
> Are you sure you quote the error message right?
Copy+Paste... ;)
But I searched a little bit and I really don't think, I need this module...
As I undestand, I just need it, if I want to call/answer call using
the console, and I really don't need this...
Or I understood wrong?
Regards
Luca Bertoncello
(lucabert at lucabert.de)
2004 Aug 06
2
Stupid question
Hi, I've recently download some software for "streaming";
I've try to run ices, but when i start it the first line is:
XML Parser: Document of invalid type, no ices namespace found
I realy don't undestand what's means. Please give me an idea!
Tnx.
Ombra.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscribe...
2007 Oct 23
1
multivariate Stochastic Volatility and GARCH
...h I don't want to use- for making estimation and inference using
Gibbs-Sampling.
So the reason for me mailing you is that I`m searching for codes considering
estimation of DCC or/and DC using matlab. I would also be thankfull for
one-step methods like Gibbs. I hope my mailing was more or less
undestandable and that any of you may be able to help me.
Thanks a lot in advance!!!!!
Dennis Tuerk
[[alternative HTML version deleted]]
2009 Jan 12
1
Error in svd(S) : infinite or missing values in 'x'
...)
Error in svd(S) : infinite or missing values in 'x'
#where gui is my dat table as follows:
0 90 1 1
0 90 0 0
0 90 5 1
0 95 1 0
0 0 0 0
85 0 0 0
50 0 0 0
90 0 0 0
75 0 0 0
75 0 0 0
0 0 10 25
0 0 5 5
0 0 50 10
0 0 10 20
0 0 1 10
0 0 50 1
0 0 10 5
0 0 20 0
0 0 10 50
0 0 5 5
As far I could undestand, this error should appear due to missing
data, but this is not the case of my table.
I will apreciate any help to undertand what I am doing wrong.
Thanks!
Andre
2010 Dec 11
1
Can be Xapian used to perform standard SQL statements?
...I'm developing an HTTP application server dedicated to IR. The server side
languaje is Javascript throught the Webkit Javascript engine exposing
several C++ libraries conforming the commonjs specs.
My question is, can Xapian be used to perform standard SQL statements like
inserts or updates? I undestand that Xapian does it when you perform a query
or save a document but I haven't seen how to perform direct SQL statements.
These would be useful for me since I wouln't have to maintain the database
driver that I actually expose to javascript focusing only in Xapian.
Thanks a lot.
--
David