Displaying 7 results from an estimated 7 matches for "boundedness".
2006 Mar 01
2
Weighted networks and multigraphs
I would like to apply network measures (such as betweenness centrality,
upper boundedness, etc.) to a weighted graph with non-integer weights,
defined by a euclidean distance matrix. The package sna provides the
measures that I want to use, but seems only to operate on binary graphs.
I have read work by Mark Newman
(http://aps.arxiv.org/abs/cond-mat/0407503/), who suggests that a
weigh...
2016 Oct 30
2
RFC: PointerType should derive from Type rather than SequentialType
...terType state, which would represent the first "element" of
the GEP), bounded array (the existing ArrayType state) or struct (the
existing StructType state). In the former two cases clients would not have
access to the "underlying" type and would only be able to access the
"boundedness", the upper bound if any and the element type.
Thanks,
--
--
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161029/067503cc/attachment.html>
2016 Oct 31
2
RFC: PointerType should derive from Type rather than SequentialType
...the first "element" of
>> the GEP), bounded array (the existing ArrayType state) or struct (the
>> existing StructType state). In the former two cases clients would not have
>> access to the "underlying" type and would only be able to access the
>> "boundedness", the upper bound if any and the element type.
>>
>> Thanks,
>> --
>> --
>> Peter
>> _______________________________________________
>> LLVM Developers mailing list
>> llvm-dev at lists.llvm.org
>> http://lists.llvm.org/cgi-bin/mailman/list...
2016 Oct 31
0
RFC: PointerType should derive from Type rather than SequentialType
...would represent the first "element" of
> the GEP), bounded array (the existing ArrayType state) or struct (the
> existing StructType state). In the former two cases clients would not have
> access to the "underlying" type and would only be able to access the
> "boundedness", the upper bound if any and the element type.
>
> Thanks,
> --
> --
> Peter
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
-------------- ne...
2016 Oct 31
0
RFC: PointerType should derive from Type rather than SequentialType
...would represent the first "element" of
> the GEP), bounded array (the existing ArrayType state) or struct (the
> existing StructType state). In the former two cases clients would not have
> access to the "underlying" type and would only be able to access the
> "boundedness", the upper bound if any and the element type.
>
> Thanks,
> --
> --
> Peter
> _______________________________________________
> LLVM Developers mailing list
> llvm-dev at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>
>
>
>
&g...
2003 Dec 04
4
regression with limited range response
Dear R experts
How can you perform a regression analysis in R when the dependent
variable is countiuous but bounded, say between 0 and 100?
I would be grateful for pointers to R-functions but also for hints to
relavant litterature since I have never worked with this problem before.
Thanks in advance.
Kim Mouridsen.
[[alternative HTML version deleted]]
2020 May 23
2
Should 0L * NA_integer_ be 0L?
I don't see this specific case documented anywhere (I also tried to search
the r-devel archives, as well as I could); the only close reference
mentions NA & FALSE = FALSE, NA | TRUE = TRUE. And there's also this
snippet from R-lang:
In cases where the result of the operation would be the same for all
> possible values the NA could take, the operation may return this value.
>