search for: dwellings

Displaying 20 results from an estimated 59 matches for "dwellings".

Did you mean: dwelling
2004 Feb 24
3
Calculate Distance and Aggregate Data?
Hi all, I've been struggling learning R and need to turn to the list again. I've got a dataset (comma-delimited file) with the following fields: recid, latitude, longitude, population, dwelling and age. For each observation, I'd like to calculate the total number of people and dwellings and average age within 2 k.m. Distance could be Euclidean, however, a proper distance calculation (great circle route) is best. Any assistance would be appreciated. Thanks, Danny -------------- Sample Data -------------- recid,lat,long,pop,dwell,age 10010265,47.5971174,-52.7039227,584,219,38...
2010 Feb 07
2
Reading hierarchical data
I would like to read the following hierarchical data set. There is a family record followed by one or more personal records. If col. 7 is "1" it is a family record. If it is "2" it is a personal record. The family record is formatted as follows: col. 1-5 family id col. 7 "1" col. 9 dwelling type code The personal record is formatted as follows: col.
2004 Feb 26
1
Distance and Aggregate Data - Again...
...tion, etc. - a) takes too long and b) have no sense of progress. Below is a loop that reads each recid one at a time, calculates the distance and identifies the recids that fall within 2 km. It iterates through all records successfully. Where I'm stuck is how to get the sum of population and dwellings and the mean age for the records that are selected. Also, the desired output should have the following fields: recid, sum(pop), sum(dwell), mean(age). I don't know how to write only those fields out to the file. Any suggestions? Thank you for your help, Danny ##### library(fields) d &l...
2013 Nov 20
3
Invalid VA => ptr conversion with xc_dom_* API after XSA-55 fox
Hi list, Jeff and FastIce pointed out a regression between Xen 4.1.2 and 4.1.6 when starting NetBSD domU; the kernel syms table gets slightly corrupted [1]. After dwelling into libxc code, FastIce noticed that changing back the return value to "ptr + offset" (instead of just "ptr") for xc_dom_vaddr_to_ptr() makes it work again. According to [2] while fixing XSA-55, Ian
2012 Apr 03
0
When lack of data is data and not n/a
Greetings. Here is a problem I don't know how to handle, even by brute force. We have an 800k line data file that includes eye fixations for subjects in a 3 x 2 factorial design. There are several screen locations where information is available while Ss do their task. These locations vary by condition so there is no reason for people in some conditions (i.e., the 3-factor one) to look at some
2015 Oct 13
2
Buildbots timeout
On 13 October 2015 at 21:51, Galina Kistanova <gkistanova at gmail.com> wrote: > Could you point me please (what bots and when did this happen)? http://lab.llvm.org:8011/builders/clang-cmake-armv7-a15/builds/6793 > I will look. Thanks! I may be wrong, but this is not the first phantom issue I had to chase recently. :) Just want to make sure there wasn't anything from your side
2023 May 20
1
Windows -> Samba migration
Hello. At a site I've got a domain with only one DC, which is Windows 2012. This OS will be soon out of support and must be replaced. The replacement will be Windows 2022 standard, but, for reason I won't dwell into, it shulud not be a DC. Is it possibile to migrate this domain to a Samba DC, then join the new server as a member? Will Samba 4.16 do? Basically, I would: _ follow this
2000 Feb 24
1
A problem with PATH in sshd.c
Dear Sirs, on my Linux (distribution Slackware 3.9), I have installed the ``openssh-1.2.2.tar.gz'' package into the /usr/local/bin directory. In the ``sshd.c'' file, the PATH variable is set up: child_set_env(&env, &envsize, "PATH", _PATH_STDPATH); (line no. 2405). I am unable to connect to my machine using scp. _PATH_STDPATH is
2005 Mar 11
1
reading in data problems
Hi I have a dataset (.txt file and .dat file) in which the length of one record is 144. There is no header in the .txt or .dat file itself. When I read this file using the read.table command, and want to drop some coloumns by setting the argument colClasses to "NULL" for the columns that I want to drop, it does not work, because the entire record of the length 144 is being treated as
2007 Dec 07
7
activerecord 2.0.1 gem
I have tried to install activerecord 2.0.1 both through gem update and by manually downloading it and doing gem install. They both fail with MANUAL: C:\DRC\ruby>gem install activerecord-2.0.1 ERROR: Error installing gem activerecord-2.0.1[.gem]: buffer error REMOTE: R:\workzone\dwell-aware\trunk>gem update --source http://gems.rubyonrails.com Updating installed gems... Attempting remote
2015 May 18
2
Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
Hello, I've been debugging a few different tessellation shader issues with nouveau, but let's start small. I see this issue on my GK208 with high frequency, and I *think* I've seen it once or twice on my GF108, but it's exceedingly rare, if it does happen. I don't have a GK10x to test on, unfortunately, but I assume it'll have the same issue as the GK208. The issue is
2015 Sep 23
2
The Trouble with Triples
Eric Christopher echristo at gmail.com<mailto:echristo at gmail.com> writes: > Long time no hear :) Indeed. I try to keep quiet as I have a nasty tendency to get involved in too many things. >> If I want to use clang as simply as I use GCC what do I need to change in llvm/clang to create a compiler such that I can replace ‘gcc’ above with ‘clang’ and get the same effect? >
2008 May 06
10
Best way to implement?
So I''m new to all this Rails stuff and this is probably a database design-related question to, but here it is... Just for learning I''m trying to build a little real estate listings application. Of course there is the listings model which will store basic information like name, price, description, and all that jazz. I''m to the point where I want to figure out how to
2015 May 26
2
Tessellation shaders get MEM_OUT_OF_BOUNDS errors / missing triangles
One additional observation that I just made is that on GK208, the blob apparently doesn't use the result of S2R Rx, SR_INVOCATION_ID wholesale in TCS. It either passes it through a I2I.S32.S32 Rx, |Rx| (i.e. absolute value), or even more paradoxically, shl 2; shr 2; which removes the top *2* bits, rather than just the top 1. However I see no such behaviour on GF108. I'm going to test out
2015 Oct 13
3
RFC: Introducing an LLVM Community Code of Conduct
Am 13.10.2015 um 12:52 schrieb Renato Golin via llvm-dev: > On 13 October 2015 at 02:42, Chandler Carruth via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> On behalf of the board of the LLVM Foundation, I’d like to start the process >> of introducing a formal code of conduct for the community. > > Hi Chandler, > > I agree we need such guidelines, and I truly
2008 Nov 11
1
R: R: Hidden Markov Models
Thank you for your prompt answer. The breathing signal observations are the amplitude values as a function of time and phase. According to our model the hidden states are the different breathing types. Subjects, whose respiratiion process is regular, are likely to breathe, keeping the same cycle pattern/type, for many consecutive cycles. therefore dwelling in the same hidden state. The more
2015 Oct 13
2
Buildbots timeout
Hi Galina, I have observed that some of my bots timeout for no apparent reason (no external load, no network mishaps, no issues), and when I go to check the buildslave process, I see that it has just being restarted. Do you know what could be causing this? Swap is untouched, plenty of disk left, CPUs a plenty. So, I'm contemplating the possibility that the master lost connectivity to it and
2023 May 20
1
Windows -> Samba migration
On 20/05/2023 10:29, Andrea Venturoli via samba wrote: > Hello. > > At a site I've got a domain with only one DC, which is Windows 2012. > This OS will be soon out of support and must be replaced. > The replacement will be Windows 2022 standard, but, for reason I won't > dwell into, it shulud not be a DC. > > Is it possibile to migrate this domain to a Samba DC,
2008 Sep 04
2
filename format question
Hello, Is it possible to configure the filename format in dovecot? For example, to change from "unique,W=size:2,FLAGS" to "unique,size.hostname:2,FLAGS_unique2"? Thanks in advance.
2000 May 03
0
Combinatorics for nonparametric tests
For some small sample sizes I would like to exemplify the combinatorics underlying certain nonparametric tests like Mann-Whitney-Wilcoxon, Kruskal-Wallis and Spearman's rank correlation. I have written a function all.perm which delivers all permutations of 1,2,...,n and which works reasonably well. This can be used to generate P(R=r) of Spearman's rank correlation: