search for: occurs

Displaying 20 results from an estimated 25014 matches for "occurs".

Did you mean: occur
2011 May 25
0
EVE Online random crashes
Hey there, when I'm playing EVE online I get random crashes while I'm playing. These always occur while I'm out in space, never when I'm updating my trade orders. Using ati drivers: 10.11 Wine: 1.3.20 This is shown in console when the game crashes... Code: An exception has occurred. It has been logged in the log server as exception #8 An exception has occurred. It has been
2009 Jul 16
2
Count the number of occurences in ranges
I got a vector of probabilities like, probs<-c(0.001,0.5,0.02,1,.....) Is there any nice and easy builtin function to get the number of occurences within some specified probabality range. Like with 2% it would be occur[1] = sum(probs[probs>0&probs<0.02]) occur[2] = sum(probs[probs>0.02&probs<0.04]) ... occur[50] =sum(probs[probs>0.09] & probs<1) (If it was a
2013 Nov 28
1
Relative Cumulative Frequency of Event Occurence
...smp = seq(1:n) # Event Id # 4. v.fst = sample(v.fly,n,rep=T) # Simulating First Draw # 5. v.sec = sample(v.fly,n,rep=T) # Simulating Second Draw # 6. df.1 = data.frame(sample = v.smp, fst=v.fst, sec = v.sec) # Clumping in a DF # 7. df.1$E.Occur = with(df.1, ifelse(fst==sec,TRUE,FALSE)) # Event Occurs, if color is same in both the the draws # 8. df.1$Rel.Freq = with(df.1, cumsum(E.occur)/(E.Occur)) # Relative Frequency >> This line does NOT work, and needs to fix the denominator part ############################################################## Problem is with #8, specifically the part:...
2005 Mar 22
3
Newbie: Matrix indexing
Hi all, I need to compute some "occurence matrix": given a zero matrix and a set of paired indexes, I want to store the number of occurences of each paired index in a matrix. The paired indexes are stores as an index matrix. I prefere not to use loops for performances purpose. Here follows a dummy example: > occurence <- matrix(0, 2, 2); data [,1] [,2] [1,] 0 0
2017 Sep 21
4
List of occuring values
Dear all, ftable produces a list of the frequencies of all occuring values. But how about the occuring values? How can I retrieve a list of occuring values? How can I retrieve a table with both the list of occuring values and their respective frequencies? Thank you in advance, Yours, Ferri
2004 Jul 18
2
a problem: factors, names, tables ..
...e a relatively simple task. I want to compute the relative number of occurences of an event, the data of which sits in a large table (read from file). I have the occurences of the events in a table 'tt' 0 2 10 11 13 14 15 15 6 1 3 8 15 10 .. meaning that event of type '0' occurs 15 times, type '2' occurs 6 times etc. Now I want to divide the occurence counts by the total number of events of that type, which is given in the table tt2: 0 1 2 10 11 12 13 14 15 817 119 524 96 700 66 559 358 283 Saying that event type '0' occurred 817 times,...
2006 Dec 09
2
Filtering a data frame by regular expression
Hello, I am having difficulty filtering a data frame. I would like to take all the rows of a data frame where column A contains the regular expression "UTI" (or some other regex). Here's what I've got: utiRE <- function (avector) { occurs <- c() r1 <- "UTI" for (x in avector) { if (!is.na(grep(r1,x,perl=TRUE))) { occurs <- c(occurs, TRUE) } else { occurs <- c(occurs, FALSE) } I know this is a clunky way of doing it, but I tried more natural ways first (i.e. without iteration), to no avail. I think the problem...
2006 Jun 26
1
Rake + SQL Server + Migrations == Errors. Help?!
Hello all, I''m trying to initialize my migrations against a current database implementation. rake db:schema:dump runs without error. The resulting schema.rb is pasted below, along with my database.yml Can one of you point me in the direction of enlightenment? -- ------------------------------ Apple MacBook. Black. It''s the new White! ------------------------------ Peter
2008 Dec 24
1
selecting a subset of a matrix based on a value occurring in 5 records
...his variable would not be included, whereas if column 109 was the >word "monitor" and occurred in 95 records it would be saved into the >new matrix. Values in the matrix are numbers, such that if a word >does not occur in a record the cell contains a zero, whereas if it >occurs 7 times there is a value of 7 for that record. It is the >number of records rather than the than the column total that is the >criteria for determing inclusion into the matrix. Any suggestions on how I might reduce the size of this matrix so as to include only those columns in which a wo...
2007 Mar 13
6
Acts_as_ferret and auto-flush
Hi, I''m using acts_as_ferret in with a mongrel and I'' m getting locking errors that after a while result in a corrupt database. I know about the problem with different processes writing to the index but I haven''t been able to get the DRB server working properly yet. I read on this list that another solution is to set :auto_flush to true but I''m not
2013 Feb 12
1
recovering from errors with lapply()
...unction that uses tryCatch() to recover from errors. Here is a very simple example of such a function. divideBy2<-function(X){ result<-tryCatch(X/2, error = function(e) "An Error Occurred") return(result) } This function appears to work as I expect both in cases where an error occurs and where no error occurs. divideBy2(10) # [1] 5 divideBy2("This is not a number") # [1] "An Error Occurred" I would like to use this function in an lapply(), but when I do so ALL of the results returned are the results of an error. lapply(c(10,"This is not a number&quo...
2001 Apr 24
3
FIXME??? How??
I got this error message, and I do not know how to fix it, or is it worth to bother at all, because otherwise wine is running:((( Invalid path 'c:\windows\Profiles\Administrator' for profile directory can't load win95 user-registry c:\windows\Profiles\Administrator\user.dat check wine.conf, section [Wine], value 'Profile' fixme:string:GetLocaleInfoA
2004 Feb 19
2
read.socket - Strange strings. How to force sub to remove all occurences of a pattern?
I am opening a connection to an apache server sending a get and then I am reading from the socket. All works finde except that I am getting some strange strings disrupting the html e.g. <FON\r\nffb\r\nT COLOR ... \r\na48\r\n \r\nffb\r\n They are not frequent ( a few of them) but of course make live hard. I cant observe them with lynx --source they dont occure. I am trying a workaround
2014 Jan 31
1
Libvirt Error Creating VMs for Nimbus Cloud
Hello, I am having an issue with libvirt in my Nimbus cloud setup. When I use the Nimbus VM creation test scripts on a VMM node (using libvirt), the VM is created without a problem. However, when I attempt to create a new VM using Nimbus (which then tries to create the VM on the VMM node), I encounter the following error:
2007 Mar 20
2
Strange Results For Term Frequencies
...Ferret::I.new(:analyzer => StemAnalyzer.new()) @index << {:title => "Entgelt", :content => text} #dummy_count = 0 index_reader = @index.reader tde=index_reader.term_docs_for(:content, "Vertrag") tde.each{|did,freq| puts "Term \''Vertrag\'' occurs in Document \''#{@index[did][:title]}\'' #{freq} times (5 expected)\n"} tde=index_reader.term_docs_for(:content, "BGB") tde.each{|did,freq| puts "Term \''BGB\'' occurs in Document \''#{@index[did][:title]}\'' #{freq} times (3 expe...
2007 Apr 14
3
Error on optimize leads to corrupt index?
The following exception occurred while trying optimize a large index: vendor/gems/rdig-0.3.4/lib/rdig/index.rb:46:in `optimize'': End-of- File Error occured at <except.c>:93 in xraise (EOFError) Error occured in store.c:216 - is_refill current pos = 0, file length = 0 Now, I get the following error any time I try to create a new index on the directory that I was trying
2007 Jul 03
0
Plasma Pong
Hi, I'm trying to get Plasma Pong 1.3c (www.plasmapong.com) running, and according to the appdb, 1.3b works with 0.9.33. However, I can't get it to work right now with 0.9.37 or 0.9.40. I get the following error: Error: Could not open the scoreboard file: '/scores.ini' An error has occured in the sound sub-system: (52) Error initializing output device. The FMOD sound system
2007 Jul 06
6
Ferret::FileNotFoundError - delete
...ts_as_ferret. We are running into problems where a create or update of the models cause a ferret error Ferret::FileNotFoundError occured at <except.c>:117 in xpop_context Error occured in fs_store.c:329 - fs_open_input Where the file that needs to be opened isn''t there. The error occurs in /lib/ferret/index.rb:285:in ''delete'' Stopping the server and restarting with an index rebuild solves the problem - but it occurs again after a short time. And this occurs with both models. Ferret: 0.11.4 AAF Plugin Any ideas? Thanks Matthew -- Posted via http://www.ruby-...
2007 Mar 02
4
Sorted empty search bug
Hello Dave, Hello all, I''ve got this error because I try to search something and sort it by name : Argument Error occured at <except.c>:93 in xraise Error occured in sort.c:551 - field_cache_get_index Cannot sort by field "name". It doesn''t exist in the index. The problem, occur when my index is empty, so the field "name" does not exists. --
2023 Mar 15
2
Empty folder deletion issue - Samba 4.15 thru 4.18
...ing to delete an empty folder on the share from Windows client. Folder briefly disappears, but then reappears once refreshed. I've confirmed no attributes set, files/subfolders or hidden files are in the folder. Age of the folder doesn't matter, new empty folders, old empty folders... issue occurs on them regardless. Servers are all various RHEL releases, version 7.9, 8.4 and 8.6. Issue occurs regardless if RHEL repo samba packages 4.15.x or Samba source builds (4.17.5 or 4.18). I did originally open a ticket with Redhat but they simply suggested it was a bug since it doesn't occur with...