Displaying 4 results from an estimated 4 matches for "miz".
Did you mean:
mi
2005 Feb 15
1
convolution of functions
Dear sir,
we would like to know if there exist any R package containing the
computational performance of the n-fold Stieljes' convolution of functions.
We look forward to hearing from you.
Thank you in advance.
____________________________________
M.Luz G?miz P?rez
Dpt. Estad?stica e Investigaci?n Operativa
Facultad de Ciencias
Universidad de Granada
Telf.: 958-243156
e-mail: mgamiz at goliat.ugr.es
2019 Aug 08
3
Producing different text formats in R
...he four columns (id,x,y,z) are produced in a matrix or Data Frame and then saved in a file myfile_r.txt using write.table(). For example using the following function:
quadscheme <- function(window, ntile) {
# Creates a grid of points in a 3D orthohedron.
# First point lies at the (mix,miny,miz) corner of the volume and the last one at (maxx,maxy,maxz)
# window: vector. Contains the minimum and maximum values of a 3D orthohedron
# window <- c(minx, maxx, miny, maxy, minz, maxz)
# ntile: vector. Number of points per dimension minus one. We manually add a extra row of points...
2019 Aug 08
0
Producing different text formats in R
...a matrix or Data Frame and then saved in a file myfile_r.txt using write.table(). For example using the following function:
Llu?s> quadscheme <- function(window, ntile) {
Llu?s> # Creates a grid of points in a 3D orthohedron.
Llu?s> # First point lies at the (mix,miny,miz) corner of the volume and the last one at (maxx,maxy,maxz)
Llu?s> # window: vector. Contains the minimum and maximum values of a 3D orthohedron
Llu?s> # window <- c(minx, maxx, miny, maxy, minz, maxz)
Llu?s> # ntile: vector. Number of points per dimension minus o...
2013 Jul 31
1
[LLVMdev] [PROPOSAL] ELF safe/unsafe sections
On 7/30/2013 7:50 PM, Eric Christopher wrote:
> On Tue, Jul 30, 2013 at 5:36 PM, Nick Kledzik <kledzik at apple.com> wrote:
>> On Jul 30, 2013, at 4:28 PM, Eric Christopher wrote:
>>> On Mon, Jul 29, 2013 at 9:24 AM, Nick Kledzik <kledzik at apple.com> wrote:
>>>> On Jul 25, 2013, at 2:10 PM, Rui Ueyama wrote:
>>>>> Is there any reason