Displaying 20 results from an estimated 1793 matches for "inverse".
2015 May 08
2
(no subject)
Hello Jean-Marc,
Below are the results that show test_unit_dft passes, but
test_unit_mdct fails (only for nfft=480, 960, 1920)
Note: Tested on BeagleboneBlack(Cortex-A8) fixed point on branch [1]
./test_unit_dft
nfft=32 inverse=0,snr = 88.394372
nfft=32 inverse=1,snr = 93.896470
nfft=128 inverse=0,snr = 89.185895
nfft=128 inverse=1,snr = 93.537021
nfft=256 inverse=0,snr = 88.353151
nfft=256 inverse=1,snr = 90.826012
nfft=36 inverse=0,snr = 87.883324
nfft=36 inverse=1,snr = 88.161852
nfft=50 inverse=0,snr = 84.841953
nfft=...
2015 May 08
1
(no subject)
...wrote:
>> Hello Jean-Marc,
>>
>> Below are the results that show test_unit_dft passes, but
>> test_unit_mdct fails (only for nfft=480, 960, 1920)
>> Note: Tested on BeagleboneBlack(Cortex-A8) fixed point on branch [1]
>>
>> ./test_unit_dft
>> nfft=32 inverse=0,snr = 88.394372
>> nfft=32 inverse=1,snr = 93.896470
>> nfft=128 inverse=0,snr = 89.185895
>> nfft=128 inverse=1,snr = 93.537021
>> nfft=256 inverse=0,snr = 88.353151
>> nfft=256 inverse=1,snr = 90.826012
>> nfft=36 inverse=0,snr = 87.883324
>> nfft=36 in...
2014 Feb 05
4
Make check failure on clone from 31 January
...ing make on revision e3187444692195957eb66989622c7b1ad8448b06 fails one of the tests when using fixed point configuration (floating point is ok) on my linux x86.
Note that libopus1.1, as extracted from the tar ball, is OK.
Specifically, the tests that fail are in celt/tests/test_unit_mdct:
nfft=32 inverse=0,snr = 85.341197
nfft=32 inverse=1,snr = 96.285703
nfft=256 inverse=0,snr = 86.726515
nfft=256 inverse=1,snr = 87.308386
nfft=512 inverse=0,snr = 82.577935
nfft=512 inverse=1,snr = 87.103849
nfft=1024 inverse=0,snr = 84.950837
nfft=1024 inverse=1,snr = 87.105776
nfft=2048 inverse=0,snr = 84.749139...
2015 May 08
0
[RFC PATCH v1 0/8] Ne10 fft fixed and previous
Hello Jean-Marc,
**Resending.. not sure why subject got removed earlier**
Below are the results that show test_unit_dft passes, but
test_unit_mdct fails (only for nfft=480, 960, 1920)
Note: Tested on BeagleboneBlack(Cortex-A8) fixed point on branch [1]
./test_unit_dft
nfft=32 inverse=0,snr = 88.394372
nfft=32 inverse=1,snr = 93.896470
nfft=128 inverse=0,snr = 89.185895
nfft=128 inverse=1,snr = 93.537021
nfft=256 inverse=0,snr = 88.353151
nfft=256 inverse=1,snr = 90.826012
nfft=36 inverse=0,snr = 87.883324
nfft=36 inverse=1,snr = 88.161852
nfft=50 inverse=0,snr = 84.841953
nfft=...
2015 May 08
0
(no subject)
...01:21 PM, Viswanath Puttagunta wrote:
> Hello Jean-Marc,
>
> Below are the results that show test_unit_dft passes, but
> test_unit_mdct fails (only for nfft=480, 960, 1920)
> Note: Tested on BeagleboneBlack(Cortex-A8) fixed point on branch [1]
>
> ./test_unit_dft
> nfft=32 inverse=0,snr = 88.394372
> nfft=32 inverse=1,snr = 93.896470
> nfft=128 inverse=0,snr = 89.185895
> nfft=128 inverse=1,snr = 93.537021
> nfft=256 inverse=0,snr = 88.353151
> nfft=256 inverse=1,snr = 90.826012
> nfft=36 inverse=0,snr = 87.883324
> nfft=36 inverse=1,snr = 88.161852
>...
2014 Feb 05
0
Make check failure on clone from 31 January
...n e3187444692195957eb66989622c7b1ad8448b06 fails one of the tests when using fixed point configuration (floating point is ok) on my linux x86.
> Note that libopus1.1, as extracted from the tar ball, is OK.
>
> Specifically, the tests that fail are in celt/tests/test_unit_mdct:
> nfft=32 inverse=0,snr = 85.341197
> nfft=32 inverse=1,snr = 96.285703
> nfft=256 inverse=0,snr = 86.726515
> nfft=256 inverse=1,snr = 87.308386
> nfft=512 inverse=0,snr = 82.577935
> nfft=512 inverse=1,snr = 87.103849
> nfft=1024 inverse=0,snr = 84.950837
> nfft=1024 inverse=1,snr = 87.105776...
2012 Jul 31
1
about changing order of Choleski factorization and inverse operation of a matrix
Dear All,
My question is simple but I need someone to help me out.
Suppose I have a positive definite matrix A.
The funtion chol() gives matrix L, such that A = L'L.
The inverse of A, say A.inv, is also positive definite and can be
factorized as A.inv = M'M.
Then
A = inverse of (A.inv) = inverse of (M'M) = (inverse of M) %*%
(inverse of M)'
= ((inverse of M)')'%*% (inverse of M)',
i.e. if define B = transpose of (inverse of M), t...
2003 Jul 11
2
using SVD to get an inverse matrix of covariance matrix
Dear R-users,
I have one question about using SVD to get an inverse
matrix of covariance matrix
Sometimes I met many singular values d are close to 0:
look this example
$d
[1] 4.178853e+00 2.722005e+00 2.139863e+00
1.867628e+00 1.588967e+00
[6] 1.401554e+00 1.256964e+00 1.185750e+00
1.060692e+00 9.932592e-01
[11] 9.412768e-01 8.530497e-01 8.211395e-01
8.077817e...
2011 Dec 08
2
Relationship between covariance and inverse covariance matrices
Hi,
I've been trying to figure out a special set of covariance
matrices that causes some symmetric zero elements in the inverse
covariance matrix but am having trouble figuring out if that is
possible.
Say, for example, matrix a is a 4x4 covariance matrix with equal
variance and zero covariance elements, i.e.
[,1] [,2] [,3] [,4]
[1,] 4 0 0 0
[2,] 0 4 0 0
[3,] 0 0 4 0
[4,...
2004 Feb 06
1
How to get the pseudo left inverse of a singular squarem atrix?
>I'm rusty, but not *that* rusty here, I hope.
>
>If W (=Z*Z' in your case) is singular, it can not
have >inverse, which by
>definition also mean that nothing multiply by it will
>produce the identity
>matrix (for otherwise it would have an inverse and
>thus nonsingular).
>
>The definition of a generalized inverse is something
>like: If A is a
>non-null matrix, and G satisfy AGA = A, t...
2001 Oct 18
0
General Matrix Inverse
Generalised Inverse:
The Moore-Penrose Generalisied Inverse is probably better defined as a
pseudo-Inverse that arises in solving least squares problems.
Another well known pseudo-Inverse is the so-called Drazin pseudo-Inverse.
If memory serves (and it's been 10-12 years!) it can be obtained via a
diagonalisation...
2009 Dec 11
3
how can generate from trunceted gamma distribution in R ?
Hi, all
How can generate a sample from truncated inverse gamma distribution in R?
thanks
2009 Dec 06
3
estimate inverse gaussian in R
I have a one-variable data set in R.
The plot of histogram of my numerical variable suggests an inverse
gaussian distribution.
How can I obtain best estimation for the two parameters of inverse
gaussian based on my data?
Thanks.
--
View this message in context: http://n4.nabble.com/estimate-inverse-gaussian-in-R-tp949692p949692.html
Sent from the R help mailing list archive at Nabble.com.
[[al...
2012 Dec 05
1
Understanding svd usage and its necessity in generalized inverse calculation
Dear R-devel:
I could use some advice about matrix calculations and steps that might
make for faster computation of generalized inverses. It appears in
some projects there is a bottleneck at the use of svd in calculation
of generalized inverses.
Here's some Rprof output I need to understand.
> summaryRprof("Amelia.out")
$by.self
self.time self.pct total.time total.pct
"La.svd&q...
2001 Oct 18
1
AW: General Matrix Inverse
Thorsten is right. There is a direct formula for computing the Moore-Penrose
inverse
using the singular value composition of a matrix. This is incorporated in
the following:
mpinv <- function(A, eps = 1e-13) {
s <- svd(A)
e <- s$d
e[e > eps] <- 1/e[e > eps]
return(s$v %*% diag(e) %*% t(s$u))
}
Hope it helps.
Dietrich
*************************...
2003 Aug 14
2
How to get the pseudo left inverse of a singular square matrix?
Dear R-listers,
I have a dxr matrix Z, where d > r.
And the product Z*Z' is a singular square matrix.
The problem is how to get the left inverse U of this
singular matrix Z*Z', such that
U*(Z*Z') = I?
Is there any to figure it out using matrix decomposition method?
Thanks a lot for your help.
Fred
2012 Sep 02
1
CELT 0.11.3 tandem test fails
...ith N=14, K=6...
Testing CWRS with N=14, K=7...
Testing CWRS with N=14, K=8...
Testing CWRS with N=14, K=9...
Testing CWRS with N=14, K=10...
Testing CWRS with N=14, K=11...
Testing CWRS with N=14, K=12...
Testing CWRS with N=14, K=13...
PASS: cwrs32-test
nfft=32 inverse=0,snr = 150.247514
nfft=32 inverse=1,snr = 149.620755
nfft=128 inverse=0,snr = 145.260928
nfft=128 inverse=1,snr = 144.515158
nfft=256 inverse=0,snr = 144.879667
nfft=256 inverse=1,snr = 144.452727
nfft=36 inverse=0,snr = 144.039051
nfft=36 inverse=1,snr = 144.179535...
2003 Aug 14
0
How to get the pseudo left inverse of a singular square m atrix?
I'm rusty, but not *that* rusty here, I hope.
If W (=Z*Z' in your case) is singular, it can not have inverse, which by
definition also mean that nothing multiply by it will produce the identity
matrix (for otherwise it would have an inverse and thus nonsingular).
The definition of a generalized inverse is something like: If A is a
non-null matrix, and G satisfy AGA = A, then G is called a generalized
in...
2013 Apr 19
3
extracting the diagonal of an inverse matrix
Dear R-users,
I would like to know whether there is a way to extract a diagonal of an inverse matrix without computing the inverse of the matrix itself. The size of my matrices are really huge and, also using sparse matrix, computing the inverse leads to storage problems and low speed.
In other words, given a square matrix A, I aim to know diag(B), where B=solve(A), without computing solve...
2009 Jul 11
2
Heckman Selection Model/Inverse Mills Ratio
...owing command
glm(formula = s ~ age + gender + gemedu + gemhinc + es_gdppc +
imf_pop + estbbo_m, family = binomial(link = "probit"))
My question is
1. How do i discard the non significant selection variables (one out of the
seven variables above is non-significant) and calculate the Inverse Mills
Ratio of the significant variables
2. I need the inverse mills ratio from the above to run the outcome equation
model using OLS with the Inverse mills ratio as the control for selection
bias, kindly help, hence I need to get the IMR
3. How can this eb done in R using my concept or otherwise...