search for: yrt

Displaying 2 results from an estimated 2 matches for "yrt".

Did you mean: yet
2011 Feb 09
1
help with operations inside matrix
...in the basics, doing a matrix that lists the present value (or weight) of every combination of coupon rate and term to maturity, this is the code I have right now which is giving me a "longer object length is not a multiple of shorter object length" #start rm(list=ls()) #test yrt <- c(0.065,0.069,0.075,0.082) coupon <- c(0.06, 0.07, 0.08, 0.09, 0.1, 0.11, 0.12) term <- c(2:7) #test# PV <- function(coupon, term) { PV <- sum(coupon/(1+yrt)^(1:term)) + 1/((1+yrt[term])^term) } matrizPV <- matrix(, nrow=6, ncol=6) for...
2003 Dec 02
2
can't add a user to Samba with Ldap passwd backend
Whem i want to add a user to samba, witch act as a PDC, with LDAP passwd backend i get the following error: Problem during LDAPsearch: No such object Query was: , (&(objectClass=sambaDomain)(sambaDomainName=TESTVGC.WIM)) pdb_init_ldapsam: WARNING: Could not get domain info, nor add one to the domain pdb_init_ldapsam: Continuing on regardless, will be unable to allocate new users/groups,