Displaying 20 results from an estimated 860 matches for "latin".
Did you mean:
latine
2003 Dec 01
0
No subject
...--------------------------------
=23 8859-15 UNICODE Linux Characters Name cp1252 UNICODE Win98 Charac=
ters Name
0x80 0x0080 <control> 0x80 0x20AC EURO SIGN
0x82 0x0082 <control> 0x82 0x201A SINGLE LOW-9 QUOTATION MARK
0x83 0x0083 <control> 0x83 0x0192 LATIN SMALL LETTER F WITH HOOK
0x84 0x0084 <control> 0x84 0x201E DOUBLE LOW-9 QUOTATION MARK
0x85 0x0085 <control> 0x85 0x2026 HORIZONTAL ELLIPSIS
0x86 0x0086 <control> 0x86 0x2020 DAGGER
0x87 0x0087 <control> 0x87 0x2021 DOUBLE DAGGER
0x88 0x0088 <...
2010 Dec 03
0
Wine release 1.2.2
...fix PE header protections.
ntdll: Fixed file view mapping in regards to no-exec.
winex11.drv: Do not include XFORM.eDx and eDy into font hashing/caching.
Michael Stefaniuc (1):
user32: Simplify the error handling in BITMAP_Load().
Paul Vriens (40):
clock: Add the Serbian (Latin and Cyrillic) translation.
notepad: Add the Serbian (Latin and Cyrillic) translation.
uninstaller: Add the Serbian (Latin and Cyrillic) translation.
wineboot: Add the Serbian Cyrillic and fix the Latin translation.
avifil32: Add the Serbian (Latin and Cyrillic) translation....
2007 Nov 21
1
Help Required in using cast (reshape package) function
...ith
computation.
Since I already have the package in pivot format; I avoid melt function
and use the cast directly.
I inspect the
dataread <- read.csv(".....", header=TRUE)
Data in the format
Id Region Country Industry
Period variable value
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "account payable" 10000
"Aaa11 xx" "Latin America" "Mexico" "food & beverages"
"2002:FY" "account receivable" 50000
"Aaa11 xx...
2004 Feb 04
2
Latin 2 encoding + fonts
Hi,
In the FAQ I read about options to specify different fonts than the default
ones for the console (in the file Rprofile) and for the graphical output
(Rdevga). I would however like to replace Latin 1 with Latin 2 enconding for
both (console and graphical) output in Windows and just graphical output in
Linux.
I guess it is possible but I did not find the way.
How can I use the fonts (*.afm) and the (presumably) encondings (*.enc) in
R/rw1081/afm? How do I know what are the real font names...
2010 Oct 06
2
text() background
...:yes;
mso-style-parent:"";
margin-top:0cm;
margin-right:0cm;
margin-bottom:10.0pt;
margin-left:0cm;
line-height:115%;
mso-pagination:widow-orphan;
font-size:11.0pt;
font-family:"Calibri","sans-serif";
mso-ascii-font-family:Calibri;
mso-ascii-theme-font:minor-latin;
mso-fareast-font-family:Calibri;
mso-fareast-theme-font:minor-latin;
mso-hansi-font-family:Calibri;
mso-hansi-theme-font:minor-latin;
mso-bidi-font-family:"Times New Roman";
mso-bidi-theme-font:minor-bidi;
mso-fareast-language:EN-US;}
.MsoChpDefault
{mso-style-type:export-only;...
2007 Jan 22
1
Latin hyper cube sampling from expand.grid()
Dear R experts
I am looking for a package which gives me latin hyper cube samples
from the grid of values produced from the command "expand.grid". Any
pointers to this issue might be very useful. Basically, I am doing the
following:
> a<-(1:10)
> b<-(20:30)
> dataGrid<-expand.grid(a,b)
Now, is there a way to use this "dataGri...
2009 Jun 05
1
Mixed Latin, Greek and subscript characters in axis label
Dear R-helpers,
I have been trying to figure out how to plot a graph with an axis label
consisting of a mixture of Latin, Greek and subscript characters.
Specifically, I need to write A[beta]{1-42}, where A is Latin script A,
[beta] is Greek lower case beta and {1-42} is subscript '1-42'.
I can use xlab=expression(beta[1-42]) and obtain the [beta]{1-42} part of
the label. But, I can't add the preceding La...
2012 Jun 20
2
Conditioned Latin Hypercube Sampling within determined distance
Hi all,
I am a begginer in R and I have been trying to use the Conditioned Latin
Hypercube to choose sample points only in areas close to roads due to the
difficult thorough access in the study area. I could use a code to create
the points throughout the area, but I need to create a code to make the R
only comes up with points close to this road. I've been using the package...
2008 Nov 23
2
Latin Hypercube with condition sum = 1
Hi
I want to du a sensitivity analysis using Latin Hypercubes. But my
parameters have to fulfill two conditions:
1) ranging from 0 to 1
2) have to sum up to 1
So far I am using the lhs package and am doing the following:
library(lhs)
ws <- improvedLHS(1000, 7)
wsSums <- rowSums(ws)
wss <- ws / wsSums
but I think I can't do that, as...
2019 Feb 17
5
Dove to error
...[2604]: 25EC480E6B: removed
> On Feb 17, 2019, at 12:40 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> Can you try adding 'pi' to group 'mail' too? Also, can you provide the actual errors from log?
>
> Aki
>
>> On 17 February 2019 at 19:37 Latin Bishop <soydepr at gmail.com> wrote:
>>
>>
>> Yes it is. Basically can?t send nor receive confit looks good
>>
>>
>>
>>> On Feb 17, 2019, at 12:34 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>>>
>>> Is user &...
2011 May 31
2
Latin Hypercube Sampling with a condition
Hello all,
I am trying to do a Latin Hypercube Sampling (LHS) to a 5-parameter
design matrix. I start as follows:
library(lhs)
p1<-randomLHS(1000, 5)
If I check the distribution of each parameter (column), they are
perfectly uniformly distributed (as expected).For example,
hist(p1[,1])
Now the hard (maybe strange) question. I...
2006 Apr 20
1
Mutually Orthogonal Latin Squares
Hi all,
The package crossdes could contruct a complete sets of mutually orthogonal latin squares.
The construction works for prime powers only.
I hope to know whether there is a way to construct a mutually orthogonal Lation square for
10 or other numbers that could not be prime powers.
Thanks for any suggestions.
Best wishes,
Jinsong Zhao
2011 Sep 09
1
conditional Latin hypercube sampling
Hello,
I got one question on the Latin hypercube sampling.
suppose
there are three variables a, b, c, all of them follow the normal
distribution. the mean value and standard deviation for each areĀ a(32,
2), b(35,5), c(37,3). I would like to use Latin hypercube sampling to
random generate 1000 samples. but it needs to satisfy the c...
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
2017 May 27
2
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
>May 26, 2017; 11:41am Nelly Reduan Latin Hypercube Sampling when parameters are >defined according to specific probability distributions
>Hello,
> I would like to perform a sensitivity analysis using a Latin Hypercube Sampling (LHS).
>Among the input parameters in the model, I have a parameter dispersal distance which is defin...
2019 Feb 17
2
Dove to error
Yes it is. Basically can?t send nor receive confit looks good
> On Feb 17, 2019, at 12:34 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> Is user 'dovecot' member of group 'mail'?
>
> Aki
>
>> On 17 February 2019 at 19:28 Latin Bishop <soydepr at gmail.com> wrote:
>>
>>
>> Changed permissions but still have issues
>>
>> A error occurred while sending email the mail server responded 4.3.5 server configuration error
>> Please check the message recipient
>>
>> Sent...
2004 Mar 16
1
Changing ComputerModern in postscript(...): A first attempt at contributing....
...the use of the slanted/oblique afm font files,
rather than the italic afm font files. Anyway, I did some homework and
realised that making the change may not be too difficult, except for needing
the Computer Modern afm font files - not included in MikTeX (on my machine
at least). Fortunately the Latin Modern fonts do include the afm files and
are supposed to be an improvement over Computer Modern, so I thought to make
both changes; update/replace Computer Modern with Latin Modern, and change
the font used when italic text is output.
I read on one OpenSource project that they prefer patches gene...
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
2017 Jun 01
1
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
...irst time that I perform a sensitivity analysis using the LHS.
Thank you very much for your time.
Have a nice day
Nell
________________________________
De : Rob C <bertcarnell at gmail.com>
Envoy? : mardi 30 mai 2017 16:26:08
? : Nelly Reduan
Cc : r-help at r-project.org
Objet : Re: [R] Latin Hypercube Sampling when parameters are defined according to specific probability distributions
Nell,
I still might not be interpreting your question correctly, but I will try.
When you say that the sum of the probabilities of all distance classes
must equal one, I am going to treat distance as a...
2013 Feb 19
1
latin hypercube sampling
Hi all,
I am attempting to use latin hypercube sampling to sample different
variable functions in a series of simultaneous differential equations.
There is very little code online about lhs or clhs, so from different
other help threads I have seen, it seems I need to create a
probability density function for each variable function, an...
2019 Feb 17
2
Dove to error
...mail server responded 4.3.5 server configuration error
Please check the message recipient
Sent from my iPad
> On Feb 17, 2019, at 12:06 PM, Aki Tuomi <aki.tuomi at open-xchange.com> wrote:
>
> mail_privileged_group=mail
>
> Aki
>
>> On 17 February 2019 at 19:03 Latin Bishop <soydepr at gmail.com> wrote:
>>
>>
>> When testing with thunder mail getting this error
>>
>> Feb 17 11:59:40 pepino dovecot: imap(pi): Error: open(/var/mail/pi) failed: Permission denied (euid=1000(pi) egid=1000(pi) missing +w perm: /var/mail, we'...
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
2017 Jun 01
0
Latin Hypercube Sampling when parameters are defined according to specific probability distributions
...gt;
> Thank you very much for your time.
>
> Have a nice day
>
> Nell
>
>
> ________________________________
> De : Rob C <bertcarnell at gmail.com>
> Envoy? : mardi 30 mai 2017 16:26:08
> ? : Nelly Reduan
> Cc : r-help at r-project.org
> Objet : Re: [R] Latin Hypercube Sampling when parameters are defined according to specific probability distributions
>
> Nell,
>
> I still might not be interpreting your question correctly, but I will try.
>
> When you say that the sum of the probabilities of all distance classes
> must equal one, I...